#9576BF

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

Shades of Lilac Bush #9576BF

Tints of Lilac Bush #9576BF

Color information

#9576BF (or 0x9576BF) is unknown color: approx Lilac Bush. HEX triplet: 95, 76 and BF. RGB value is (149,118,191). Sum of RGB (Red+Green+Blue) = 149+118+191=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #9576BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9576BF is #6A8940. Grayscale: #878787. Windows color (decimal): -6981953 or 12547733. OLE color: 12547733.

HSL color Cylindrical-coordinate representation of color #9576BF: hue angle of 265.48º 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 #9576BF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149118191-
CMYK0.220.3800.25
HSL265.48º36.32%60.59%-
HSV(B)265.48º38.22%74.9%-
XYZ28.2823.1152.26-
YUV135.59159.27137.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.53%
GREEN value IS 118 (46.48% from 255) = 25.76%
BLUE value IS 191 (75% from 255) = 41.70%
R=32.53%
G=25.76%
B=41.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491181910.220.3800.25265.4836.3260.59
Hex9576BF1626019109243d
Octal22516627726460314114475
Binary1001010111101101011111110110100110011001100001001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9576BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9576BF; }

 p { color: rgb(149,118,191); }

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

<style>
 a { background-color: #9576BF; }

 a { background-color: rgb(149,118,191); }

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

<style>
 span { border-color: #9576BF; }

 span { border-color: rgb(149,118,191); }

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