#976CC9

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

Shades of Lilac Bush #976CC9

Tints of Lilac Bush #976CC9

Color information

#976CC9 (or 0x976CC9) is unknown color: approx Lilac Bush. HEX triplet: 97, 6C and C9. RGB value is (151,108,201). Sum of RGB (Red+Green+Blue) = 151+108+201=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 201 - color contains mainly: blue. Hex color #976CC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976CC9 is #689336. Grayscale: #838383. Windows color (decimal): -6853431 or 13200535. OLE color: 13200535.

HSL color Cylindrical-coordinate representation of color #976CC9: hue angle of 267.74º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #976CC9 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151108201-
CMYK0.250.4600.21
HSL267.74º46.27%60.59%-
HSV(B)267.74º46.27%78.82%-
XYZ28.6721.5257.9-
YUV131.46167.25141.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.83%
GREEN value IS 108 (42.58% from 255) = 23.48%
BLUE value IS 201 (78.91% from 255) = 43.70%
R=32.83%
G=23.48%
B=43.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511082010.250.4600.21267.7446.2760.59
Hex976CC9192E01510c2e3d
Octal22715431131560254145675
Binary1001011111011001100100111001101110010101100001100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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