#8B7399

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

Shades of Ce Soir #8B7399

Tints of Ce Soir #8B7399

Color information

#8B7399 (or 0x8B7399) is unknown color: approx Ce Soir. HEX triplet: 8B, 73 and 99. RGB value is (139,115,153). Sum of RGB (Red+Green+Blue) = 139+115+153=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B7399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7399 is #748C66. Grayscale: #7E7E7E. Windows color (decimal): -7638119 or 10056587. OLE color: 10056587.

HSL color Cylindrical-coordinate representation of color #8B7399: hue angle of 277.89º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B7399 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB139115153-
CMYK0.090.2500.4
HSL277.89º15.7%52.55%-
HSV(B)277.89º24.84%60%-
XYZ22.5320.0532.82-
YUV126.51142.95136.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.15%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 153 (60.16% from 255) = 37.59%
R=34.15%
G=28.26%
B=37.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1391151530.090.2500.4277.8915.752.55
Hex8B73999190281161035
Octal21316323111310504262065
Binary10001011111001110011001100111001010100010001011010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,115,153); }

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

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

 a { background-color: rgb(139,115,153); }

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

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

 span { border-color: rgb(139,115,153); }

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