#8E2893

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

Shades of Vivid Violet #8E2893

Tints of Vivid Violet #8E2893

Color information

#8E2893 (or 0x8E2893) is unknown color: approx Vivid Violet. HEX triplet: 8E, 28 and 93. RGB value is (142,40,147). Sum of RGB (Red+Green+Blue) = 142+40+147=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E2893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2893 is #71D76C. Grayscale: #525252. Windows color (decimal): -7460717 or 9644174. OLE color: 9644174.

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

Color convert

RGB14240147-
CMYK0.030.7300.42
HSL297.2º57.22%36.67%-
HSV(B)297.2º72.79%57.65%-
XYZ17.189.3728.51-
YUV82.7164.29170.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.16%
GREEN value IS 40 (16.02% from 255) = 12.16%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=43.16%
G=12.16%
B=44.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142401470.030.7300.42297.257.2236.67
Hex8E289334902A1293925
Octal2165022331110524517145
Binary10001110101000100100111110010010101010100101001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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