#9776C9

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

Shades of Lilac Bush #9776C9

Tints of Lilac Bush #9776C9

Color information

#9776C9 (or 0x9776C9) is unknown color: approx Lilac Bush. HEX triplet: 97, 76 and C9. RGB value is (151,118,201). Sum of RGB (Red+Green+Blue) = 151+118+201=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #9776C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9776C9 is #688936. Grayscale: #898989. Windows color (decimal): -6850871 or 13203095. OLE color: 13203095.

HSL color Cylindrical-coordinate representation of color #9776C9: hue angle of 263.86º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9776C9 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151118201-
CMYK0.250.4100.21
HSL263.86º43.46%62.55%-
HSV(B)263.86º41.29%78.82%-
XYZ29.7823.7558.27-
YUV137.33163.93137.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.13%
GREEN value IS 118 (46.48% from 255) = 25.11%
BLUE value IS 201 (78.91% from 255) = 42.77%
R=32.13%
G=25.11%
B=42.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511182010.250.4100.21263.8643.4662.55
Hex9776C919290151082b3f
Octal22716631131510254105377
Binary1001011111101101100100111001101001010101100001000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9776C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9776C9; }

 p { color: rgb(151,118,201); }

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

<style>
 a { background-color: #9776C9; }

 a { background-color: rgb(151,118,201); }

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

<style>
 span { border-color: #9776C9; }

 span { border-color: rgb(151,118,201); }

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