#8E2E8A

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

Shades of Vivid Violet #8E2E8A

Tints of Vivid Violet #8E2E8A

Color information

#8E2E8A (or 0x8E2E8A) is unknown color: approx Vivid Violet. HEX triplet: 8E, 2E and 8A. RGB value is (142,46,138). Sum of RGB (Red+Green+Blue) = 142+46+138=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2E8A is #71D175. Grayscale: #545454. Windows color (decimal): -7459190 or 9055886. OLE color: 9055886.

HSL color Cylindrical-coordinate representation of color #8E2E8A: hue angle of 302.5º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2E8A is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14246138-
CMYK00.680.030.44
HSL302.5º51.06%36.86%-
HSV(B)302.5º67.61%55.69%-
XYZ16.729.5425-
YUV85.19157.8168.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.56%
GREEN value IS 46 (18.36% from 255) = 14.11%
BLUE value IS 138 (54.30% from 255) = 42.33%
R=43.56%
G=14.11%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424613800.680.030.44302.551.0636.86
Hex8E2E8A04432C12e3325
Octal2165621201043544566345
Binary10001110101110100010100100010011101100100101110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,46,138); }

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

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

 a { background-color: rgb(142,46,138); }

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

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

 span { border-color: rgb(142,46,138); }

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