#8B6996

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

Shades of Ce Soir #8B6996

Tints of Ce Soir #8B6996

Color information

#8B6996 (or 0x8B6996) is unknown color: approx Ce Soir. HEX triplet: 8B, 69 and 96. RGB value is (139,105,150). Sum of RGB (Red+Green+Blue) = 139+105+150=394 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.28% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: blue. Hex color #8B6996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6996 is #749669. Grayscale: #787878. Windows color (decimal): -7640682 or 9857419. OLE color: 9857419.

HSL color Cylindrical-coordinate representation of color #8B6996: hue angle of 285.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B6996 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB139105150-
CMYK0.070.3000.41
HSL285.33º17.65%50%-
HSV(B)285.33º30%58.82%-
XYZ21.217.7931.17-
YUV120.3144.76141.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.28%
GREEN value IS 105 (41.41% from 255) = 26.65%
BLUE value IS 150 (58.98% from 255) = 38.07%
R=35.28%
G=26.65%
B=38.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1391051500.070.3000.41285.3317.6550
Hex8B699671E02911d1232
Octal2131512267360514352262
Binary1000101111010011001011011111110010100110001110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,105,150); }

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

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

 a { background-color: rgb(139,105,150); }

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

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

 span { border-color: rgb(139,105,150); }

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