#8D6D93

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

Shades of Ce Soir #8D6D93

Tints of Ce Soir #8D6D93

Color information

#8D6D93 (or 0x8D6D93) is unknown color: approx Ce Soir. HEX triplet: 8D, 6D and 93. RGB value is (141,109,147). Sum of RGB (Red+Green+Blue) = 141+109+147=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D6D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6D93 is #72926C. Grayscale: #7A7A7A. Windows color (decimal): -7508589 or 9661837. OLE color: 9661837.

HSL color Cylindrical-coordinate representation of color #8D6D93: hue angle of 290.53º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D6D93 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB141109147-
CMYK0.040.2600.42
HSL290.53º14.96%50.2%-
HSV(B)290.53º25.85%57.65%-
XYZ21.7218.7130.07-
YUV122.9141.6140.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 109 (42.97% from 255) = 27.46%
BLUE value IS 147 (57.81% from 255) = 37.03%
R=35.52%
G=27.46%
B=37.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411091470.040.2600.42290.5314.9650.2
Hex8D6D9341A02A123f32
Octal2151552234320524431762
Binary100011011101101100100111001101001010101001000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,109,147); }

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

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

 a { background-color: rgb(141,109,147); }

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

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

 span { border-color: rgb(141,109,147); }

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