#976EAA

Color #976EAA Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #976EAA

Tints of Ce Soir #976EAA

Color information

#976EAA (or 0x976EAA) is unknown color: approx Ce Soir. HEX triplet: 97, 6E and AA. RGB value is (151,110,170). Sum of RGB (Red+Green+Blue) = 151+110+170=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #976EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976EAA is #689155. Grayscale: #808080. Windows color (decimal): -6852950 or 11169431. OLE color: 11169431.

HSL color Cylindrical-coordinate representation of color #976EAA: hue angle of 281º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #976EAA is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151110170-
CMYK0.110.3500.33
HSL281º26.09%54.9%-
HSV(B)281º35.29%66.67%-
XYZ25.5920.6340.66-
YUV129.1151.08143.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.03%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=35.03%
G=25.52%
B=39.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511101700.110.3500.3328126.0954.9
Hex976EAAB230211191a37
Octal22715625213430414313267
Binary100101111101110101010101011100011010000110001100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,110,170); }

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

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

 a { background-color: rgb(151,110,170); }

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

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

 span { border-color: rgb(151,110,170); }

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