#8E5796

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

Shades of Violet Blue #8E5796

Tints of Violet Blue #8E5796

Color information

#8E5796 (or 0x8E5796) is unknown color: approx Violet Blue. HEX triplet: 8E, 57 and 96. RGB value is (142,87,150). Sum of RGB (Red+Green+Blue) = 142+87+150=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 150 - color contains mainly: blue. Hex color #8E5796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5796 is #71A869. Grayscale: #6E6E6E. Windows color (decimal): -7448682 or 9852814. OLE color: 9852814.

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

Color convert

RGB14287150-
CMYK0.050.4200.41
HSL292.38º26.58%46.47%-
HSV(B)292.38º42%58.82%-
XYZ20.0714.7730.65-
YUV110.63150.22150.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.47%
GREEN value IS 87 (34.38% from 255) = 22.96%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=37.47%
G=22.96%
B=39.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal142871500.050.4200.41292.3826.5846.47
Hex8E579652A0291241b2e
Octal2161272265520514443356
Binary10001110101011110010110101101010010100110010010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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