#9C76CF

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

Shades of Lilac Bush #9C76CF

Tints of Lilac Bush #9C76CF

Color information

#9C76CF (or 0x9C76CF) is unknown color: approx Lilac Bush. HEX triplet: 9C, 76 and CF. RGB value is (156,118,207). Sum of RGB (Red+Green+Blue) = 156+118+207=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C76CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C76CF is #638930. Grayscale: #8B8B8B. Windows color (decimal): -6523185 or 13596316. OLE color: 13596316.

HSL color Cylindrical-coordinate representation of color #9C76CF: hue angle of 265.62º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C76CF is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB156118207-
CMYK0.250.4300.19
HSL265.62º48.11%63.73%-
HSV(B)265.62º43%81.18%-
XYZ31.4524.5362.11-
YUV139.51166.09139.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.43%
GREEN value IS 118 (46.48% from 255) = 24.53%
BLUE value IS 207 (81.25% from 255) = 43.04%
R=32.43%
G=24.53%
B=43.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561182070.250.4300.19265.6248.1163.73
Hex9C76CF192B01310a3040
Octal234166317315302341260100
Binary10011100111011011001111110011010110100111000010101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C76CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C76CF; }

 p { color: rgb(156,118,207); }

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

<style>
 a { background-color: #9C76CF; }

 a { background-color: rgb(156,118,207); }

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

<style>
 span { border-color: #9C76CF; }

 span { border-color: rgb(156,118,207); }

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