#8B6898

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

Shades of Ce Soir #8B6898

Tints of Ce Soir #8B6898

Color information

#8B6898 (or 0x8B6898) is unknown color: approx Ce Soir. HEX triplet: 8B, 68 and 98. RGB value is (139,104,152). Sum of RGB (Red+Green+Blue) = 139+104+152=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 152 - color contains mainly: blue. Hex color #8B6898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6898 is #749767. Grayscale: #777777. Windows color (decimal): -7640936 or 9988235. OLE color: 9988235.

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

Color convert

RGB139104152-
CMYK0.090.3200.40
HSL283.75º18.9%50.2%-
HSV(B)283.75º31.58%59.61%-
XYZ21.2717.6631.99-
YUV119.94146.1141.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.19%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 152 (59.77% from 255) = 38.48%
R=35.19%
G=26.33%
B=38.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1391041520.090.3200.40283.7518.950.2
Hex8B689892002811c1332
Octal21315023011400504342362
Binary100010111101000100110001001100000010100010001110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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