#8420aa

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

Shades of Vivid Violet #8420AA

Tints of Vivid Violet #8420AA

Color information

#8420AA (or 0x8420AA) is unknown color: approx Vivid Violet. HEX triplet: 84, 20 and AA. RGB value is (132,32,170). Sum of RGB (Red+Green+Blue) = 132+32+170=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #8420AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8420AA is #7BDF55. Grayscale: #4D4D4D. Windows color (decimal): -8118102 or 11149444. OLE color: 11149444.

HSL color Cylindrical-coordinate representation of color #8420AA: hue angle of 283.48º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8420AA is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13232170-
CMYK0.220.8100.33
HSL283.48º68.32%39.61%-
HSV(B)283.48º81.18%66.67%-
XYZ17.298.8438.83-
YUV77.63180.13166.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 32 (12.89% from 255) = 9.58%
BLUE value IS 170 (66.80% from 255) = 50.90%
R=39.52%
G=9.58%
B=50.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132321700.220.8100.33283.4868.3239.61
Hex8420AA165102111b4428
Octal204402522612104143310450
Binary100001001000001010101010110101000101000011000110111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8420aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8420aa; }

 p { color: rgb(132,32,170); }

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

<style>
 a { background-color: #8420aa; }

 a { background-color: rgb(132,32,170); }

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

<style>
 span { border-color: #8420aa; }

 span { border-color: rgb(132,32,170); }

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