#976EAB

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

Shades of Ce Soir #976EAB

Tints of Ce Soir #976EAB

Color information

#976EAB (or 0x976EAB) is unknown color: approx Ce Soir. HEX triplet: 97, 6E and AB. RGB value is (151,110,171). Sum of RGB (Red+Green+Blue) = 151+110+171=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #976EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976EAB is #689154. Grayscale: #818181. Windows color (decimal): -6852949 or 11234967. OLE color: 11234967.

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

Color convert

RGB151110171-
CMYK0.120.3600.33
HSL280.33º26.64%55.1%-
HSV(B)280.33º35.67%67.06%-
XYZ25.6920.6741.16-
YUV129.21151.58143.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.95%
GREEN value IS 110 (43.36% from 255) = 25.46%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=34.95%
G=25.46%
B=39.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511101710.120.3600.33280.3326.6455.1
Hex976EABC240211181b37
Octal22715625314440414303367
Binary100101111101110101010111100100100010000110001100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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