#8E5794

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

Shades of Violet Blue #8E5794

Tints of Violet Blue #8E5794

Color information

#8E5794 (or 0x8E5794) is unknown color: approx Violet Blue. HEX triplet: 8E, 57 and 94. RGB value is (142,87,148). Sum of RGB (Red+Green+Blue) = 142+87+148=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E5794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5794 is #71A86B. Grayscale: #6E6E6E. Windows color (decimal): -7448684 or 9721742. OLE color: 9721742.

HSL color Cylindrical-coordinate representation of color #8E5794: hue angle of 294.1º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E5794 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14287148-
CMYK0.040.4100.42
HSL294.1º25.96%46.08%-
HSV(B)294.1º41.22%58.04%-
XYZ19.9114.7129.81-
YUV110.4149.22150.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.67%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 148 (58.20% from 255) = 39.26%
R=37.67%
G=23.08%
B=39.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142871480.040.4100.42294.125.9646.08
Hex8E579442902A1261a2e
Octal2161272244510524463256
Binary10001110101011110010100100101001010101010010011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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