#976EC6

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

Shades of Lilac Bush #976EC6

Tints of Lilac Bush #976EC6

Color information

#976EC6 (or 0x976EC6) is unknown color: approx Lilac Bush. HEX triplet: 97, 6E and C6. RGB value is (151,110,198). Sum of RGB (Red+Green+Blue) = 151+110+198=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #976EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976EC6 is #689139. Grayscale: #838383. Windows color (decimal): -6852922 or 13004439. OLE color: 13004439.

HSL color Cylindrical-coordinate representation of color #976EC6: hue angle of 267.95º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #976EC6 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB151110198-
CMYK0.240.4400.22
HSL267.95º43.56%60.39%-
HSV(B)267.95º44.44%77.65%-
XYZ28.5321.8156.13-
YUV132.29165.08141.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.90%
GREEN value IS 110 (43.36% from 255) = 23.97%
BLUE value IS 198 (77.73% from 255) = 43.14%
R=32.90%
G=23.97%
B=43.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1511101980.240.4400.22267.9543.5660.39
Hex976EC6182C01610c2c3c
Octal22715630630540264145474
Binary1001011111011101100011011000101100010110100001100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976EC6; }

 p { color: rgb(151,110,198); }

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

<style>
 a { background-color: #976EC6; }

 a { background-color: rgb(151,110,198); }

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

<style>
 span { border-color: #976EC6; }

 span { border-color: rgb(151,110,198); }

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