#976FA9

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

Shades of Ce Soir #976FA9

Tints of Ce Soir #976FA9

Color information

#976FA9 (or 0x976FA9) is unknown color: approx Ce Soir. HEX triplet: 97, 6F and A9. RGB value is (151,111,169). Sum of RGB (Red+Green+Blue) = 151+111+169=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 169 - color contains mainly: blue. Hex color #976FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976FA9 is #689056. Grayscale: #818181. Windows color (decimal): -6852695 or 11104151. OLE color: 11104151.

HSL color Cylindrical-coordinate representation of color #976FA9: hue angle of 281.38º 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 #976FA9 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB151111169-
CMYK0.110.3400.34
HSL281.38º25.22%54.9%-
HSV(B)281.38º34.32%66.27%-
XYZ25.6120.8140.2-
YUV129.57150.25143.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.03%
GREEN value IS 111 (43.75% from 255) = 25.75%
BLUE value IS 169 (66.41% from 255) = 39.21%
R=35.03%
G=25.75%
B=39.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1511111690.110.3400.34281.3825.2254.9
Hex976FA9B220221191937
Octal22715725113420424313167
Binary100101111101111101010011011100010010001010001100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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