#8E34A9

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

Shades of Vivid Violet #8E34A9

Tints of Vivid Violet #8E34A9

Color information

#8E34A9 (or 0x8E34A9) is unknown color: approx Vivid Violet. HEX triplet: 8E, 34 and A9. RGB value is (142,52,169). Sum of RGB (Red+Green+Blue) = 142+52+169=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #8E34A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E34A9 is #71CB56. Grayscale: #5B5B5B. Windows color (decimal): -7457623 or 11089038. OLE color: 11089038.

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

Color convert

RGB14252169-
CMYK0.160.6900.34
HSL286.15º52.94%43.33%-
HSV(B)286.15º69.23%66.27%-
XYZ19.5411.0738.64-
YUV92.25171.32163.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.12%
GREEN value IS 52 (20.70% from 255) = 14.33%
BLUE value IS 169 (66.41% from 255) = 46.56%
R=39.12%
G=14.33%
B=46.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal142521690.160.6900.34286.1552.9443.33
Hex8E34A9104502211e352b
Octal21664251201050424366553
Binary10001110110100101010011000010001010100010100011110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E34A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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