#8E5C97

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

Shades of Violet Blue #8E5C97

Tints of Violet Blue #8E5C97

Color information

#8E5C97 (or 0x8E5C97) is unknown color: approx Violet Blue. HEX triplet: 8E, 5C and 97. RGB value is (142,92,151). Sum of RGB (Red+Green+Blue) = 142+92+151=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 151 - color contains mainly: blue. Hex color #8E5C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5C97 is #71A368. Grayscale: #717171. Windows color (decimal): -7447401 or 9919630. OLE color: 9919630.

HSL color Cylindrical-coordinate representation of color #8E5C97: hue angle of 290.85º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E5C97 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14292151-
CMYK0.060.3900.41
HSL290.85º24.28%47.65%-
HSV(B)290.85º39.07%59.22%-
XYZ20.5715.6431.21-
YUV113.68149.06148.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.88%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 151 (59.38% from 255) = 39.22%
R=36.88%
G=23.90%
B=39.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal142921510.060.3900.41290.8524.2847.65
Hex8E5C976270291231830
Octal2161342276470514433060
Binary10001110101110010010111110100111010100110010001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,92,151); }

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

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

 a { background-color: rgb(142,92,151); }

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

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

 span { border-color: rgb(142,92,151); }

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