#8E5893

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

Shades of Violet Blue #8E5893

Tints of Violet Blue #8E5893

Color information

#8E5893 (or 0x8E5893) is unknown color: approx Violet Blue. HEX triplet: 8E, 58 and 93. RGB value is (142,88,147). Sum of RGB (Red+Green+Blue) = 142+88+147=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E5893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5893 is #71A76C. Grayscale: #6E6E6E. Windows color (decimal): -7448429 or 9656462. OLE color: 9656462.

HSL color Cylindrical-coordinate representation of color #8E5893: hue angle of 294.92º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E5893 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14288147-
CMYK0.030.4000.42
HSL294.92º25.11%46.08%-
HSV(B)294.92º40.14%57.65%-
XYZ19.9114.8429.42-
YUV110.87148.39150.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.67%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 147 (57.81% from 255) = 38.99%
R=37.67%
G=23.34%
B=38.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142881470.030.4000.42294.9225.1146.08
Hex8E589332802A127192e
Octal2161302233500524473156
Binary1000111010110001001001111101000010101010010011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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