#8E5798

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

Shades of Violet Blue #8E5798

Tints of Violet Blue #8E5798

Color information

#8E5798 (or 0x8E5798) is unknown color: approx Violet Blue. HEX triplet: 8E, 57 and 98. RGB value is (142,87,152). Sum of RGB (Red+Green+Blue) = 142+87+152=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 152 - color contains mainly: blue. Hex color #8E5798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5798 is #71A867. Grayscale: #6E6E6E. Windows color (decimal): -7448680 or 9983886. OLE color: 9983886.

HSL color Cylindrical-coordinate representation of color #8E5798: hue angle of 290.77º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E5798 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14287152-
CMYK0.070.4300.40
HSL290.77º27.2%46.86%-
HSV(B)290.77º42.76%59.61%-
XYZ20.2314.8331.5-
YUV110.85151.22150.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.27%
GREEN value IS 87 (34.38% from 255) = 22.83%
BLUE value IS 152 (59.77% from 255) = 39.90%
R=37.27%
G=22.83%
B=39.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142871520.070.4300.40290.7727.246.86
Hex8E579872B0281231b2f
Octal2161272307530504433357
Binary10001110101011110011000111101011010100010010001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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