#8E2994

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

Shades of Vivid Violet #8E2994

Tints of Vivid Violet #8E2994

Color information

#8E2994 (or 0x8E2994) is unknown color: approx Vivid Violet. HEX triplet: 8E, 29 and 94. RGB value is (142,41,148). Sum of RGB (Red+Green+Blue) = 142+41+148=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E2994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2994 is #71D66B. Grayscale: #535353. Windows color (decimal): -7460460 or 9709966. OLE color: 9709966.

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

Color convert

RGB14241148-
CMYK0.040.7200.42
HSL296.64º56.61%37.06%-
HSV(B)296.64º72.3%58.04%-
XYZ17.299.4728.93-
YUV83.4164.46169.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.90%
GREEN value IS 41 (16.41% from 255) = 12.39%
BLUE value IS 148 (58.20% from 255) = 44.71%
R=42.90%
G=12.39%
B=44.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142411480.040.7200.42296.6456.6137.06
Hex8E299444802A1293925
Octal2165122441100524517145
Binary100011101010011001010010010010000101010100101001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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