#9576C7

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

Shades of Lilac Bush #9576C7

Tints of Lilac Bush #9576C7

Color information

#9576C7 (or 0x9576C7) is unknown color: approx Lilac Bush. HEX triplet: 95, 76 and C7. RGB value is (149,118,199). Sum of RGB (Red+Green+Blue) = 149+118+199=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 199 - color contains mainly: blue. Hex color #9576C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9576C7 is #6A8938. Grayscale: #888888. Windows color (decimal): -6981945 or 13072021. OLE color: 13072021.

HSL color Cylindrical-coordinate representation of color #9576C7: hue angle of 262.96º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9576C7 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB149118199-
CMYK0.250.4100.22
HSL262.96º41.97%62.16%-
HSV(B)262.96º40.7%78.04%-
XYZ29.1823.4757.02-
YUV136.5163.27136.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.97%
GREEN value IS 118 (46.48% from 255) = 25.32%
BLUE value IS 199 (78.12% from 255) = 42.70%
R=31.97%
G=25.32%
B=42.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491181990.250.4100.22262.9641.9762.16
Hex9576C719290161072a3e
Octal22516630731510264075276
Binary1001010111101101100011111001101001010110100000111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9576C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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