#8E2894

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

Shades of Vivid Violet #8E2894

Tints of Vivid Violet #8E2894

Color information

#8E2894 (or 0x8E2894) is unknown color: approx Vivid Violet. HEX triplet: 8E, 28 and 94. RGB value is (142,40,148). Sum of RGB (Red+Green+Blue) = 142+40+148=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E2894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2894 is #71D76B. Grayscale: #525252. Windows color (decimal): -7460716 or 9709710. OLE color: 9709710.

HSL color Cylindrical-coordinate representation of color #8E2894: hue angle of 296.67º 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 #8E2894 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14240148-
CMYK0.040.7300.42
HSL296.67º57.45%36.86%-
HSV(B)296.67º72.97%58.04%-
XYZ17.269.4128.92-
YUV82.81164.79170.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.03%
GREEN value IS 40 (16.02% from 255) = 12.12%
BLUE value IS 148 (58.20% from 255) = 44.85%
R=43.03%
G=12.12%
B=44.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142401480.040.7300.42296.6757.4536.86
Hex8E289444902A1293925
Octal2165022441110524517145
Binary100011101010001001010010010010010101010100101001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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