#8B589E

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

Shades of Ce Soir #8B589E

Tints of Ce Soir #8B589E

Color information

#8B589E (or 0x8B589E) is unknown color: approx Ce Soir. HEX triplet: 8B, 58 and 9E. RGB value is (139,88,158). Sum of RGB (Red+Green+Blue) = 139+88+158=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B589E is #74A761. Grayscale: #6E6E6E. Windows color (decimal): -7645026 or 10377355. OLE color: 10377355.

HSL color Cylindrical-coordinate representation of color #8B589E: hue angle of 283.71º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B589E is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13988158-
CMYK0.120.4400.38
HSL283.71º28.46%48.24%-
HSV(B)283.71º44.3%61.96%-
XYZ20.3114.9434.16-
YUV111.23154.4147.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.10%
GREEN value IS 88 (34.77% from 255) = 22.86%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=36.10%
G=22.86%
B=41.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139881580.120.4400.38283.7128.4648.24
Hex8B589EC2C02611c1c30
Octal21313023614540464343460
Binary100010111011000100111101100101100010011010001110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,88,158); }

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

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

 a { background-color: rgb(139,88,158); }

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

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

 span { border-color: rgb(139,88,158); }

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