#976CBE

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

Shades of Lilac Bush #976CBE

Tints of Lilac Bush #976CBE

Color information

#976CBE (or 0x976CBE) is unknown color: approx Lilac Bush. HEX triplet: 97, 6C and BE. RGB value is (151,108,190). Sum of RGB (Red+Green+Blue) = 151+108+190=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #976CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976CBE is #689341. Grayscale: #818181. Windows color (decimal): -6853442 or 12479639. OLE color: 12479639.

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

Color convert

RGB151108190-
CMYK0.210.4300.25
HSL271.46º38.68%58.43%-
HSV(B)271.46º43.16%74.51%-
XYZ27.4221.0251.33-
YUV130.2161.75142.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.63%
GREEN value IS 108 (42.58% from 255) = 24.05%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=33.63%
G=24.05%
B=42.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511081900.210.4300.25271.4638.6858.43
Hex976CBE152B01910f273a
Octal22715427625530314174772
Binary1001011111011001011111010101101011011001100001111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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