#8E36A4

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

Shades of Vivid Violet #8E36A4

Tints of Vivid Violet #8E36A4

Color information

#8E36A4 (or 0x8E36A4) is unknown color: approx Vivid Violet. HEX triplet: 8E, 36 and A4. RGB value is (142,54,164). Sum of RGB (Red+Green+Blue) = 142+54+164=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E36A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E36A4 is #71C95B. Grayscale: #5C5C5C. Windows color (decimal): -7457116 or 10761870. OLE color: 10761870.

HSL color Cylindrical-coordinate representation of color #8E36A4: hue angle of 288º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E36A4 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14254164-
CMYK0.130.6700.36
HSL288º50.46%42.75%-
HSV(B)288º67.07%64.31%-
XYZ19.1811.0736.25-
YUV92.85168.15163.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.44%
GREEN value IS 54 (21.48% from 255) = 15%
BLUE value IS 164 (64.45% from 255) = 45.56%
R=39.44%
G=15%
B=45.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142541640.130.6700.3628850.4642.75
Hex8E36A4D43024120322b
Octal21666244151030444406253
Binary1000111011011010100100110110000110100100100100000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E36A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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