#8B6F93

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

Shades of Ce Soir #8B6F93

Tints of Ce Soir #8B6F93

Color information

#8B6F93 (or 0x8B6F93) is unknown color: approx Ce Soir. HEX triplet: 8B, 6F and 93. RGB value is (139,111,147). Sum of RGB (Red+Green+Blue) = 139+111+147=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 111 (43.75% from 255 or 27.96% 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 #8B6F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6F93 is #74906C. Grayscale: #7B7B7B. Windows color (decimal): -7639149 or 9662347. OLE color: 9662347.

HSL color Cylindrical-coordinate representation of color #8B6F93: hue angle of 286.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B6F93 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB139111147-
CMYK0.050.2400.42
HSL286.67º14.29%50.59%-
HSV(B)286.67º24.49%57.65%-
XYZ21.618.9630.13-
YUV123.48141.28139.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.01%
GREEN value IS 111 (43.75% from 255) = 27.96%
BLUE value IS 147 (57.81% from 255) = 37.03%
R=35.01%
G=27.96%
B=37.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391111470.050.2400.42286.6714.2950.59
Hex8B6F9351802A11fe33
Octal2131572235300524371663
Binary100010111101111100100111011100001010101000111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,111,147); }

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

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

 a { background-color: rgb(139,111,147); }

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

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

 span { border-color: rgb(139,111,147); }

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