#8E1AAA

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

Shades of Vivid Violet #8E1AAA

Tints of Vivid Violet #8E1AAA

Color information

#8E1AAA (or 0x8E1AAA) is unknown color: approx Vivid Violet. HEX triplet: 8E, 1A and AA. RGB value is (142,26,170). Sum of RGB (Red+Green+Blue) = 142+26+170=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E1AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1AAA is #71E555. Grayscale: #4C4C4C. Windows color (decimal): -7464278 or 11147918. OLE color: 11147918.

HSL color Cylindrical-coordinate representation of color #8E1AAA: hue angle of 288.33º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E1AAA is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14226170-
CMYK0.160.8500.33
HSL288.33º73.47%38.43%-
HSV(B)288.33º84.71%66.67%-
XYZ18.789.3938.85-
YUV77.1180.43174.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.01%
GREEN value IS 26 (10.55% from 255) = 7.69%
BLUE value IS 170 (66.80% from 255) = 50.30%
R=42.01%
G=7.69%
B=50.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142261700.160.8500.33288.3373.4738.43
Hex8E1AAA10550211204926
Octal216322522012504144011146
Binary10001110110101010101010000101010101000011001000001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,26,170); }

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

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

 a { background-color: rgb(142,26,170); }

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

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

 span { border-color: rgb(142,26,170); }

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