#8B6099

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

Shades of Ce Soir #8B6099

Tints of Ce Soir #8B6099

Color information

#8B6099 (or 0x8B6099) is unknown color: approx Ce Soir. HEX triplet: 8B, 60 and 99. RGB value is (139,96,153). Sum of RGB (Red+Green+Blue) = 139+96+153=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B6099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6099 is #749F66. Grayscale: #737373. Windows color (decimal): -7642983 or 10051723. OLE color: 10051723.

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

Color convert

RGB13996153-
CMYK0.090.3700.4
HSL285.26º22.89%48.82%-
HSV(B)285.26º37.25%60%-
XYZ20.5816.1532.17-
YUV115.35149.25144.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 96 (37.89% from 255) = 24.74%
BLUE value IS 153 (60.16% from 255) = 39.43%
R=35.82%
G=24.74%
B=39.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal139961530.090.3700.4285.2622.8948.82
Hex8B609992502811d1731
Octal21314023111450504352761
Binary100010111100000100110011001100101010100010001110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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