#8E5E95

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

Shades of Violet Blue #8E5E95

Tints of Violet Blue #8E5E95

Color information

#8E5E95 (or 0x8E5E95) is unknown color: approx Violet Blue. HEX triplet: 8E, 5E and 95. RGB value is (142,94,149). Sum of RGB (Red+Green+Blue) = 142+94+149=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E5E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5E95 is #71A16A. Grayscale: #727272. Windows color (decimal): -7446891 or 9789070. OLE color: 9789070.

HSL color Cylindrical-coordinate representation of color #8E5E95: hue angle of 292.36º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E5E95 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14294149-
CMYK0.050.3700.42
HSL292.36º22.63%47.65%-
HSV(B)292.36º36.91%58.43%-
XYZ20.5815.9330.42-
YUV114.62147.4147.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.88%
GREEN value IS 94 (37.11% from 255) = 24.42%
BLUE value IS 149 (58.59% from 255) = 38.70%
R=36.88%
G=24.42%
B=38.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142941490.050.3700.42292.3622.6347.65
Hex8E5E9552502A1241730
Octal2161362255450524442760
Binary10001110101111010010101101100101010101010010010010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,94,149); }

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

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

 a { background-color: rgb(142,94,149); }

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

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

 span { border-color: rgb(142,94,149); }

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