#9778C0

Color #9778C0 Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #9778C0

Tints of Lilac Bush #9778C0

Color information

#9778C0 (or 0x9778C0) is unknown color: approx Lilac Bush. HEX triplet: 97, 78 and C0. RGB value is (151,120,192). Sum of RGB (Red+Green+Blue) = 151+120+192=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #9778C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9778C0 is #68873F. Grayscale: #898989. Windows color (decimal): -6850368 or 12613783. OLE color: 12613783.

HSL color Cylindrical-coordinate representation of color #9778C0: hue angle of 265.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9778C0 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151120192-
CMYK0.210.3800.25
HSL265.83º36.36%61.18%-
HSV(B)265.83º37.5%75.29%-
XYZ28.9923.8252.94-
YUV137.48158.77137.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 32.61%
GREEN value IS 120 (47.27% from 255) = 25.92%
BLUE value IS 192 (75.39% from 255) = 41.47%
R=32.61%
G=25.92%
B=41.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511201920.210.3800.25265.8336.3661.18
Hex9778C0152601910a243d
Octal22717030025460314124475
Binary1001011111110001100000010101100110011001100001010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9778C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9778C0; }

 p { color: rgb(151,120,192); }

 H1.HeaderClassName
 {
   color: #9778C0;
 }
 .AnyTagClassName
 {
   color: #9778C0;
 }
</style>
background-color css

<style>
 a { background-color: #9778C0; }

 a { background-color: rgb(151,120,192); }

 div.DivClassName
 {
   background-color: #9778C0;
 }
 .BgClassName
 {
   background-color: #9778C0;
 }
</style>
border-color css

<style>
 span { border-color: #9778C0; }

 span { border-color: rgb(151,120,192); }

 td.TdClassName
 {
   border-color: #9778C0;
 }
 .TagClassName
 {
   border-color: #9778C0;
 }
</style>