#976FA8

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

Shades of Ce Soir #976FA8

Tints of Ce Soir #976FA8

Color information

#976FA8 (or 0x976FA8) is unknown color: approx Ce Soir. HEX triplet: 97, 6F and A8. RGB value is (151,111,168). Sum of RGB (Red+Green+Blue) = 151+111+168=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 168 - color contains mainly: blue. Hex color #976FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976FA8 is #689057. Grayscale: #818181. Windows color (decimal): -6852696 or 11038615. OLE color: 11038615.

HSL color Cylindrical-coordinate representation of color #976FA8: hue angle of 282.11º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #976FA8 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB151111168-
CMYK0.100.3400.34
HSL282.11º24.68%54.71%-
HSV(B)282.11º33.93%65.88%-
XYZ25.5120.7839.71-
YUV129.46149.75143.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.12%
GREEN value IS 111 (43.75% from 255) = 25.81%
BLUE value IS 168 (66.02% from 255) = 39.07%
R=35.12%
G=25.81%
B=39.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1511111680.100.3400.34282.1124.6854.71
Hex976FA8A2202211a1937
Octal22715725012420424323167
Binary100101111101111101010001010100010010001010001101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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