#8E5996

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

Shades of Violet Blue #8E5996

Tints of Violet Blue #8E5996

Color information

#8E5996 (or 0x8E5996) is unknown color: approx Violet Blue. HEX triplet: 8E, 59 and 96. RGB value is (142,89,150). Sum of RGB (Red+Green+Blue) = 142+89+150=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 150 - color contains mainly: blue. Hex color #8E5996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5996 is #71A669. Grayscale: #6F6F6F. Windows color (decimal): -7448170 or 9853326. OLE color: 9853326.

HSL color Cylindrical-coordinate representation of color #8E5996: hue angle of 292.13º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E5996 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14289150-
CMYK0.050.4100.41
HSL292.13º25.52%46.86%-
HSV(B)292.13º40.67%58.82%-
XYZ20.2315.130.7-
YUV111.8149.56149.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.27%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 150 (58.98% from 255) = 39.37%
R=37.27%
G=23.36%
B=39.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal142891500.050.4100.41292.1325.5246.86
Hex8E59965290291241a2f
Octal2161312265510514443257
Binary10001110101100110010110101101001010100110010010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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