#8D6996

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

Shades of Ce Soir #8D6996

Tints of Ce Soir #8D6996

Color information

#8D6996 (or 0x8D6996) is unknown color: approx Ce Soir. HEX triplet: 8D, 69 and 96. RGB value is (141,105,150). Sum of RGB (Red+Green+Blue) = 141+105+150=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 150 - color contains mainly: blue. Hex color #8D6996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6996 is #729669. Grayscale: #787878. Windows color (decimal): -7509610 or 9857421. OLE color: 9857421.

HSL color Cylindrical-coordinate representation of color #8D6996: hue angle of 288º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D6996 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB141105150-
CMYK0.060.3000.41
HSL288º17.65%50%-
HSV(B)288º30%58.82%-
XYZ21.5417.9731.19-
YUV120.89144.43142.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.61%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 150 (58.98% from 255) = 37.88%
R=35.61%
G=26.52%
B=37.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1411051500.060.3000.4128817.6550
Hex8D699661E0291201232
Octal2151512266360514402262
Binary1000110111010011001011011011110010100110010000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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