#8E5493

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

Shades of Violet Blue #8E5493

Tints of Violet Blue #8E5493

Color information

#8E5493 (or 0x8E5493) is unknown color: approx Violet Blue. HEX triplet: 8E, 54 and 93. RGB value is (142,84,147). Sum of RGB (Red+Green+Blue) = 142+84+147=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E5493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5493 is #71AB6C. Grayscale: #6C6C6C. Windows color (decimal): -7449453 or 9655438. OLE color: 9655438.

HSL color Cylindrical-coordinate representation of color #8E5493: hue angle of 295.24º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E5493 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14284147-
CMYK0.030.4300.42
HSL295.24º27.27%45.29%-
HSV(B)295.24º42.86%57.65%-
XYZ19.5914.229.31-
YUV108.52149.72151.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.07%
GREEN value IS 84 (33.20% from 255) = 22.52%
BLUE value IS 147 (57.81% from 255) = 39.41%
R=38.07%
G=22.52%
B=39.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142841470.030.4300.42295.2427.2745.29
Hex8E549332B02A1271b2d
Octal2161242233530524473355
Binary1000111010101001001001111101011010101010010011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,84,147); }

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

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

 a { background-color: rgb(142,84,147); }

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

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

 span { border-color: rgb(142,84,147); }

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