#8E36A9

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

Shades of Vivid Violet #8E36A9

Tints of Vivid Violet #8E36A9

Color information

#8E36A9 (or 0x8E36A9) is unknown color: approx Vivid Violet. HEX triplet: 8E, 36 and A9. RGB value is (142,54,169). Sum of RGB (Red+Green+Blue) = 142+54+169=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 169 (66.41% from 255 or 46.30% from 365); Max value from RGB is 169 - color contains mainly: blue. Hex color #8E36A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E36A9 is #71C956. Grayscale: #5D5D5D. Windows color (decimal): -7457111 or 11089550. OLE color: 11089550.

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

Color convert

RGB14254169-
CMYK0.160.6800.34
HSL285.91º51.57%43.73%-
HSV(B)285.91º68.05%66.27%-
XYZ19.6411.2538.67-
YUV93.42170.65162.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.90%
GREEN value IS 54 (21.48% from 255) = 14.79%
BLUE value IS 169 (66.41% from 255) = 46.30%
R=38.90%
G=14.79%
B=46.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal142541690.160.6800.34285.9151.5743.73
Hex8E36A9104402211e342c
Octal21666251201040424366454
Binary10001110110110101010011000010001000100010100011110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E36A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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