#976CBC

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

Shades of Lilac Bush #976CBC

Tints of Lilac Bush #976CBC

Color information

#976CBC (or 0x976CBC) is unknown color: approx Lilac Bush. HEX triplet: 97, 6C and BC. RGB value is (151,108,188). Sum of RGB (Red+Green+Blue) = 151+108+188=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #976CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976CBC is #689343. Grayscale: #818181. Windows color (decimal): -6853444 or 12348567. OLE color: 12348567.

HSL color Cylindrical-coordinate representation of color #976CBC: hue angle of 272.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #976CBC is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB151108188-
CMYK0.200.4300.26
HSL272.25º37.38%58.04%-
HSV(B)272.25º42.55%73.73%-
XYZ27.220.9450.18-
YUV129.98160.75143-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.78%
GREEN value IS 108 (42.58% from 255) = 24.16%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=33.78%
G=24.16%
B=42.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1511081880.200.4300.26272.2537.3858.04
Hex976CBC142B01A110253a
Octal22715427424530324204572
Binary1001011111011001011110010100101011011010100010000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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