#976FC7

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

Shades of Lilac Bush #976FC7

Tints of Lilac Bush #976FC7

Color information

#976FC7 (or 0x976FC7) is unknown color: approx Lilac Bush. HEX triplet: 97, 6F and C7. RGB value is (151,111,199). Sum of RGB (Red+Green+Blue) = 151+111+199=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 199 - color contains mainly: blue. Hex color #976FC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976FC7 is #689038. Grayscale: #848484. Windows color (decimal): -6852665 or 13070231. OLE color: 13070231.

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

Color convert

RGB151111199-
CMYK0.240.4400.22
HSL267.27º44%60.78%-
HSV(B)267.27º44.22%78.04%-
XYZ28.7622.0756.78-
YUV132.99165.25140.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.75%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 199 (78.12% from 255) = 43.17%
R=32.75%
G=24.08%
B=43.17%

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
Decimal1511111990.240.4400.22267.274460.78
Hex976FC7182C01610b2c3d
Octal22715730730540264135475
Binary1001011111011111100011111000101100010110100001011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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