#8421aa

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

Shades of Vivid Violet #8421AA

Tints of Vivid Violet #8421AA

Color information

#8421AA (or 0x8421AA) is unknown color: approx Vivid Violet. HEX triplet: 84, 21 and AA. RGB value is (132,33,170). Sum of RGB (Red+Green+Blue) = 132+33+170=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #8421AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8421AA is #7BDE55. Grayscale: #4D4D4D. Windows color (decimal): -8117846 or 11149700. OLE color: 11149700.

HSL color Cylindrical-coordinate representation of color #8421AA: hue angle of 283.36º degrees, saturation: 0.67, 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 #8421AA is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13233170-
CMYK0.220.8100.33
HSL283.36º67.49%39.8%-
HSV(B)283.36º80.59%66.67%-
XYZ17.328.938.83-
YUV78.22179.8166.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 33 (13.28% from 255) = 9.85%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=39.40%
G=9.85%
B=50.75%

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
Decimal132331700.220.8100.33283.3667.4939.8
Hex8421AA165102111b4328
Octal204412522612104143310350
Binary100001001000011010101010110101000101000011000110111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8421aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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