#8B599E

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

Shades of Ce Soir #8B599E

Tints of Ce Soir #8B599E

Color information

#8B599E (or 0x8B599E) is unknown color: approx Ce Soir. HEX triplet: 8B, 59 and 9E. RGB value is (139,89,158). Sum of RGB (Red+Green+Blue) = 139+89+158=386 (51% of max value = 765). Red value is 139 (54.69% from 255 or 36.01% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B599E is #74A661. Grayscale: #6F6F6F. Windows color (decimal): -7644770 or 10377611. OLE color: 10377611.

HSL color Cylindrical-coordinate representation of color #8B599E: hue angle of 283.48º 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 #8B599E is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13989158-
CMYK0.120.4400.38
HSL283.48º27.94%48.43%-
HSV(B)283.48º43.67%61.96%-
XYZ20.3915.134.19-
YUV111.82154.06147.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.01%
GREEN value IS 89 (35.16% from 255) = 23.06%
BLUE value IS 158 (62.11% from 255) = 40.93%
R=36.01%
G=23.06%
B=40.93%

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
Decimal139891580.120.4400.38283.4827.9448.43
Hex8B599EC2C02611b1c30
Octal21313123614540464333460
Binary100010111011001100111101100101100010011010001101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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