#976AC0

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

Shades of Lilac Bush #976AC0

Tints of Lilac Bush #976AC0

Color information

#976AC0 (or 0x976AC0) is unknown color: approx Lilac Bush. HEX triplet: 97, 6A and C0. RGB value is (151,106,192). Sum of RGB (Red+Green+Blue) = 151+106+192=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #976AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976AC0 is #68953F. Grayscale: #808080. Windows color (decimal): -6853952 or 12610199. OLE color: 12610199.

HSL color Cylindrical-coordinate representation of color #976AC0: hue angle of 271.4º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #976AC0 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151106192-
CMYK0.210.4500.25
HSL271.4º40.57%58.43%-
HSV(B)271.4º44.79%75.29%-
XYZ27.4320.6952.42-
YUV129.26163.41143.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.63%
GREEN value IS 106 (41.80% from 255) = 23.61%
BLUE value IS 192 (75.39% from 255) = 42.76%
R=33.63%
G=23.61%
B=42.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511061920.210.4500.25271.440.5758.43
Hex976AC0152D01910f293a
Octal22715230025550314175172
Binary1001011111010101100000010101101101011001100001111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,106,192); }

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

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

 a { background-color: rgb(151,106,192); }

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

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

 span { border-color: rgb(151,106,192); }

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