#976EAC

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

Shades of Ce Soir #976EAC

Tints of Ce Soir #976EAC

Color information

#976EAC (or 0x976EAC) is unknown color: approx Ce Soir. HEX triplet: 97, 6E and AC. RGB value is (151,110,172). Sum of RGB (Red+Green+Blue) = 151+110+172=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #976EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976EAC is #689153. Grayscale: #818181. Windows color (decimal): -6852948 or 11300503. OLE color: 11300503.

HSL color Cylindrical-coordinate representation of color #976EAC: hue angle of 279.68º 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 #976EAC is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151110172-
CMYK0.120.3600.33
HSL279.68º27.19%55.29%-
HSV(B)279.68º36.05%67.45%-
XYZ25.7820.7141.67-
YUV129.33152.08143.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.87%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=34.87%
G=25.40%
B=39.72%

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
Decimal1511101720.120.3600.33279.6827.1955.29
Hex976EACC240211181b37
Octal22715625414440414303367
Binary100101111101110101011001100100100010000110001100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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