#8E599E

Color #8E599E Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #8E599E

Tints of Violet Blue #8E599E

Color information

#8E599E (or 0x8E599E) is unknown color: approx Violet Blue. HEX triplet: 8E, 59 and 9E. RGB value is (142,89,158). Sum of RGB (Red+Green+Blue) = 142+89+158=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E599E is #71A661. Grayscale: #707070. Windows color (decimal): -7448162 or 10377614. OLE color: 10377614.

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

Color convert

RGB14289158-
CMYK0.100.4400.38
HSL286.09º27.94%48.43%-
HSV(B)286.09º43.67%61.96%-
XYZ20.915.3634.21-
YUV112.71153.56148.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.50%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=36.50%
G=22.88%
B=40.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142891580.100.4400.38286.0927.9448.43
Hex8E599EA2C02611e1c30
Octal21613123612540464363460
Binary100011101011001100111101010101100010011010001111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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