#8E5899

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

Shades of Violet Blue #8E5899

Tints of Violet Blue #8E5899

Color information

#8E5899 (or 0x8E5899) is unknown color: approx Violet Blue. HEX triplet: 8E, 58 and 99. RGB value is (142,88,153). Sum of RGB (Red+Green+Blue) = 142+88+153=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E5899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5899 is #71A766. Grayscale: #6F6F6F. Windows color (decimal): -7448423 or 10049678. OLE color: 10049678.

HSL color Cylindrical-coordinate representation of color #8E5899: hue angle of 289.85º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E5899 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14288153-
CMYK0.070.4200.4
HSL289.85º26.97%47.25%-
HSV(B)289.85º42.48%60%-
XYZ20.3915.0331.96-
YUV111.56151.39149.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.08%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 153 (60.16% from 255) = 39.95%
R=37.08%
G=22.98%
B=39.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal142881530.070.4200.4289.8526.9747.25
Hex8E589972A0281221b2f
Octal2161302317520504423357
Binary10001110101100010011001111101010010100010010001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,88,153); }

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

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

 a { background-color: rgb(142,88,153); }

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

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

 span { border-color: rgb(142,88,153); }

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