#8B6998

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

Shades of Ce Soir #8B6998

Tints of Ce Soir #8B6998

Color information

#8B6998 (or 0x8B6998) is unknown color: approx Ce Soir. HEX triplet: 8B, 69 and 98. RGB value is (139,105,152). Sum of RGB (Red+Green+Blue) = 139+105+152=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #8B6998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6998 is #749667. Grayscale: #787878. Windows color (decimal): -7640680 or 9988491. OLE color: 9988491.

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

Color convert

RGB139105152-
CMYK0.090.3100.40
HSL283.4º18.58%50.39%-
HSV(B)283.4º30.92%59.61%-
XYZ21.3717.8632.03-
YUV120.52145.76141.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 152 (59.77% from 255) = 38.38%
R=35.10%
G=26.52%
B=38.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1391051520.090.3100.40283.418.5850.39
Hex8B699891F02811b1332
Octal21315123011370504332362
Binary10001011110100110011000100111111010100010001101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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