#8B6796

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

Shades of Ce Soir #8B6796

Tints of Ce Soir #8B6796

Color information

#8B6796 (or 0x8B6796) is unknown color: approx Ce Soir. HEX triplet: 8B, 67 and 96. RGB value is (139,103,150). Sum of RGB (Red+Green+Blue) = 139+103+150=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 150 - color contains mainly: blue. Hex color #8B6796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6796 is #749869. Grayscale: #767676. Windows color (decimal): -7641194 or 9856907. OLE color: 9856907.

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

Color convert

RGB139103150-
CMYK0.070.3100.41
HSL285.96º18.58%49.61%-
HSV(B)285.96º31.33%58.82%-
XYZ2117.3931.1-
YUV119.12145.43142.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.46%
GREEN value IS 103 (40.62% from 255) = 26.28%
BLUE value IS 150 (58.98% from 255) = 38.27%
R=35.46%
G=26.28%
B=38.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1391031500.070.3100.41285.9618.5849.61
Hex8B679671F02911e1332
Octal2131472267370514362362
Binary1000101111001111001011011111111010100110001111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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