#8E5D97

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

Shades of Violet Blue #8E5D97

Tints of Violet Blue #8E5D97

Color information

#8E5D97 (or 0x8E5D97) is unknown color: approx Violet Blue. HEX triplet: 8E, 5D and 97. RGB value is (142,93,151). Sum of RGB (Red+Green+Blue) = 142+93+151=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 151 - color contains mainly: blue. Hex color #8E5D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5D97 is #71A268. Grayscale: #727272. Windows color (decimal): -7447145 or 9919886. OLE color: 9919886.

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

Color convert

RGB14293151-
CMYK0.060.3800.41
HSL290.69º23.77%47.84%-
HSV(B)290.69º38.41%59.22%-
XYZ20.6615.8131.24-
YUV114.26148.73147.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.79%
GREEN value IS 93 (36.72% from 255) = 24.09%
BLUE value IS 151 (59.38% from 255) = 39.12%
R=36.79%
G=24.09%
B=39.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal142931510.060.3800.41290.6923.7747.84
Hex8E5D976260291231830
Octal2161352276460514433060
Binary10001110101110110010111110100110010100110010001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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