#8421AC

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

Shades of Vivid Violet #8421AC

Tints of Vivid Violet #8421AC

Color information

#8421AC (or 0x8421AC) is unknown color: approx Vivid Violet. HEX triplet: 84, 21 and AC. RGB value is (132,33,172). Sum of RGB (Red+Green+Blue) = 132+33+172=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #8421AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8421AC is #7BDE53. Grayscale: #4D4D4D. Windows color (decimal): -8117844 or 11280772. OLE color: 11280772.

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

Color convert

RGB13233172-
CMYK0.230.8100.33
HSL282.73º67.8%40.2%-
HSV(B)282.73º80.81%67.45%-
XYZ17.518.9739.84-
YUV78.45180.8166.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.17%
GREEN value IS 33 (13.28% from 255) = 9.79%
BLUE value IS 172 (67.58% from 255) = 51.04%
R=39.17%
G=9.79%
B=51.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132331720.230.8100.33282.7367.840.2
Hex8421AC175102111b4428
Octal204412542712104143310450
Binary100001001000011010110010111101000101000011000110111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8421AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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