#976FCB

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

Shades of Lilac Bush #976FCB

Tints of Lilac Bush #976FCB

Color information

#976FCB (or 0x976FCB) is unknown color: approx Lilac Bush. HEX triplet: 97, 6F and CB. RGB value is (151,111,203). Sum of RGB (Red+Green+Blue) = 151+111+203=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #976FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976FCB is #689034. Grayscale: #858585. Windows color (decimal): -6852661 or 13332375. OLE color: 13332375.

HSL color Cylindrical-coordinate representation of color #976FCB: hue angle of 266.09º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #976FCB is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB151111203-
CMYK0.260.4500.20
HSL266.09º46.94%61.57%-
HSV(B)266.09º45.32%79.61%-
XYZ29.2322.2659.26-
YUV133.45167.25140.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.47%
GREEN value IS 111 (43.75% from 255) = 23.87%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=32.47%
G=23.87%
B=43.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511112030.260.4500.20266.0946.9461.57
Hex976FCB1A2D01410a2f3e
Octal22715731332550244125776
Binary1001011111011111100101111010101101010100100001010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,111,203); }

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

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

 a { background-color: rgb(151,111,203); }

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

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

 span { border-color: rgb(151,111,203); }

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