#8D6B96

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

Shades of Ce Soir #8D6B96

Tints of Ce Soir #8D6B96

Color information

#8D6B96 (or 0x8D6B96) is unknown color: approx Ce Soir. HEX triplet: 8D, 6B and 96. RGB value is (141,107,150). Sum of RGB (Red+Green+Blue) = 141+107+150=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 150 - color contains mainly: blue. Hex color #8D6B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6B96 is #729469. Grayscale: #797979. Windows color (decimal): -7509098 or 9857933. OLE color: 9857933.

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

Color convert

RGB141107150-
CMYK0.060.2900.41
HSL287.44º17%50.39%-
HSV(B)287.44º28.67%58.82%-
XYZ21.7518.3831.26-
YUV122.07143.76141.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 107 (42.19% from 255) = 26.88%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=35.43%
G=26.88%
B=37.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1411071500.060.2900.41287.441750.39
Hex8D6B9661D02911f1132
Octal2151532266350514372162
Binary1000110111010111001011011011101010100110001111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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