#8D6995

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

Shades of Ce Soir #8D6995

Tints of Ce Soir #8D6995

Color information

#8D6995 (or 0x8D6995) is unknown color: approx Ce Soir. HEX triplet: 8D, 69 and 95. RGB value is (141,105,149). Sum of RGB (Red+Green+Blue) = 141+105+149=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D6995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6995 is #72966A. Grayscale: #787878. Windows color (decimal): -7509611 or 9791885. OLE color: 9791885.

HSL color Cylindrical-coordinate representation of color #8D6995: hue angle of 289.09º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D6995 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB141105149-
CMYK0.050.3000.42
HSL289.09º17.32%49.8%-
HSV(B)289.09º29.53%58.43%-
XYZ21.4617.9430.76-
YUV120.78143.93142.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 149 (58.59% from 255) = 37.72%
R=35.70%
G=26.58%
B=37.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411051490.050.3000.42289.0917.3249.8
Hex8D699551E02A1211132
Octal2151512255360524412162
Binary1000110111010011001010110111110010101010010000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D6995; }

 p { color: rgb(141,105,149); }

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

<style>
 a { background-color: #8D6995; }

 a { background-color: rgb(141,105,149); }

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

<style>
 span { border-color: #8D6995; }

 span { border-color: rgb(141,105,149); }

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