#976FB2

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

Shades of Ce Soir #976FB2

Tints of Ce Soir #976FB2

Color information

#976FB2 (or 0x976FB2) is unknown color: approx Ce Soir. HEX triplet: 97, 6F and B2. RGB value is (151,111,178). Sum of RGB (Red+Green+Blue) = 151+111+178=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 178 - color contains mainly: blue. Hex color #976FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976FB2 is #68904D. Grayscale: #828282. Windows color (decimal): -6852686 or 11693975. OLE color: 11693975.

HSL color Cylindrical-coordinate representation of color #976FB2: hue angle of 275.82º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #976FB2 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB151111178-
CMYK0.150.3800.30
HSL275.82º30.32%56.67%-
HSV(B)275.82º37.64%69.8%-
XYZ26.4821.1644.81-
YUV130.6154.75142.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.32%
GREEN value IS 111 (43.75% from 255) = 25.23%
BLUE value IS 178 (69.92% from 255) = 40.45%
R=34.32%
G=25.23%
B=40.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1511111780.150.3800.30275.8230.3256.67
Hex976FB2F2601E1141e39
Octal22715726217460364243671
Binary10010111110111110110010111110011001111010001010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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