#8E5994

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

Shades of Violet Blue #8E5994

Tints of Violet Blue #8E5994

Color information

#8E5994 (or 0x8E5994) is unknown color: approx Violet Blue. HEX triplet: 8E, 59 and 94. RGB value is (142,89,148). Sum of RGB (Red+Green+Blue) = 142+89+148=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E5994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5994 is #71A66B. Grayscale: #6F6F6F. Windows color (decimal): -7448172 or 9722254. OLE color: 9722254.

HSL color Cylindrical-coordinate representation of color #8E5994: hue angle of 293.9º 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 #8E5994 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14289148-
CMYK0.040.4000.42
HSL293.9º24.89%46.47%-
HSV(B)293.9º39.86%58.04%-
XYZ20.0715.0329.86-
YUV111.57148.56149.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.47%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 148 (58.20% from 255) = 39.05%
R=37.47%
G=23.48%
B=39.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142891480.040.4000.42293.924.8946.47
Hex8E599442802A126192e
Octal2161312244500524463156
Binary10001110101100110010100100101000010101010010011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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