#8D6D94

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

Shades of Ce Soir #8D6D94

Tints of Ce Soir #8D6D94

Color information

#8D6D94 (or 0x8D6D94) is unknown color: approx Ce Soir. HEX triplet: 8D, 6D and 94. RGB value is (141,109,148). Sum of RGB (Red+Green+Blue) = 141+109+148=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 148 - color contains mainly: blue. Hex color #8D6D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6D94 is #72926B. Grayscale: #7A7A7A. Windows color (decimal): -7508588 or 9727373. OLE color: 9727373.

HSL color Cylindrical-coordinate representation of color #8D6D94: hue angle of 289.23º 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 #8D6D94 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB141109148-
CMYK0.050.2600.42
HSL289.23º15.42%50.39%-
HSV(B)289.23º26.35%58.04%-
XYZ21.818.7430.48-
YUV123.01142.1140.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 109 (42.97% from 255) = 27.39%
BLUE value IS 148 (58.20% from 255) = 37.19%
R=35.43%
G=27.39%
B=37.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411091480.050.2600.42289.2315.4250.39
Hex8D6D9451A02A121f32
Octal2151552245320524411762
Binary100011011101101100101001011101001010101001000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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