#8E34AA

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

Shades of Vivid Violet #8E34AA

Tints of Vivid Violet #8E34AA

Color information

#8E34AA (or 0x8E34AA) is unknown color: approx Vivid Violet. HEX triplet: 8E, 34 and AA. RGB value is (142,52,170). Sum of RGB (Red+Green+Blue) = 142+52+170=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E34AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E34AA is #71CB55. Grayscale: #5B5B5B. Windows color (decimal): -7457622 or 11154574. OLE color: 11154574.

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

Color convert

RGB14252170-
CMYK0.160.6900.33
HSL285.76º53.15%43.53%-
HSV(B)285.76º69.41%66.67%-
XYZ19.6411.1139.14-
YUV92.36171.82163.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.01%
GREEN value IS 52 (20.70% from 255) = 14.29%
BLUE value IS 170 (66.80% from 255) = 46.70%
R=39.01%
G=14.29%
B=46.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142521700.160.6900.33285.7653.1543.53
Hex8E34AA104502111e352c
Octal21664252201050414366554
Binary10001110110100101010101000010001010100001100011110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E34AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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