#8E5B95

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

Shades of Violet Blue #8E5B95

Tints of Violet Blue #8E5B95

Color information

#8E5B95 (or 0x8E5B95) is unknown color: approx Violet Blue. HEX triplet: 8E, 5B and 95. RGB value is (142,91,149). Sum of RGB (Red+Green+Blue) = 142+91+149=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E5B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5B95 is #71A46A. Grayscale: #707070. Windows color (decimal): -7447659 or 9788302. OLE color: 9788302.

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

Color convert

RGB14291149-
CMYK0.050.3900.42
HSL292.76º24.17%47.06%-
HSV(B)292.76º38.93%58.43%-
XYZ20.3215.430.34-
YUV112.86148.4148.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.17%
GREEN value IS 91 (35.94% from 255) = 23.82%
BLUE value IS 149 (58.59% from 255) = 39.01%
R=37.17%
G=23.82%
B=39.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142911490.050.3900.42292.7624.1747.06
Hex8E5B9552702A125182f
Octal2161332255470524453057
Binary10001110101101110010101101100111010101010010010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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