#976DA1

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

Shades of Ce Soir #976DA1

Tints of Ce Soir #976DA1

Color information

#976DA1 (or 0x976DA1) is unknown color: approx Ce Soir. HEX triplet: 97, 6D and A1. RGB value is (151,109,161). Sum of RGB (Red+Green+Blue) = 151+109+161=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 161 - color contains mainly: blue. Hex color #976DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976DA1 is #68925E. Grayscale: #7F7F7F. Windows color (decimal): -6853215 or 10579351. OLE color: 10579351.

HSL color Cylindrical-coordinate representation of color #976DA1: hue angle of 288.46º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976DA1 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB151109161-
CMYK0.060.3200.37
HSL288.46º21.67%52.94%-
HSV(B)288.46º32.3%63.14%-
XYZ24.6620.0936.3-
YUV127.49146.91144.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.87%
GREEN value IS 109 (42.97% from 255) = 25.89%
BLUE value IS 161 (63.28% from 255) = 38.24%
R=35.87%
G=25.89%
B=38.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1511091610.060.3200.37288.4621.6752.94
Hex976DA16200251201635
Octal2271552416400454402665
Binary10010111110110110100001110100000010010110010000010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,109,161); }

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

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

 a { background-color: rgb(151,109,161); }

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

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

 span { border-color: rgb(151,109,161); }

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