#8E5A95

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

Shades of Violet Blue #8E5A95

Tints of Violet Blue #8E5A95

Color information

#8E5A95 (or 0x8E5A95) is unknown color: approx Violet Blue. HEX triplet: 8E, 5A and 95. RGB value is (142,90,149). Sum of RGB (Red+Green+Blue) = 142+90+149=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E5A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5A95 is #71A56A. Grayscale: #707070. Windows color (decimal): -7447915 or 9788046. OLE color: 9788046.

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

Color convert

RGB14290149-
CMYK0.050.4000.42
HSL292.88º24.69%46.86%-
HSV(B)292.88º39.6%58.43%-
XYZ20.2415.2330.31-
YUV112.27148.73149.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.27%
GREEN value IS 90 (35.55% from 255) = 23.62%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=37.27%
G=23.62%
B=39.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142901490.050.4000.42292.8824.6946.86
Hex8E5A9552802A125192f
Octal2161322255500524453157
Binary10001110101101010010101101101000010101010010010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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