#8A20A9

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

Shades of Vivid Violet #8A20A9

Tints of Vivid Violet #8A20A9

Color information

#8A20A9 (or 0x8A20A9) is unknown color: approx Vivid Violet. HEX triplet: 8A, 20 and A9. RGB value is (138,32,169). Sum of RGB (Red+Green+Blue) = 138+32+169=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 169 (66.41% from 255 or 49.85% from 339); Max value from RGB is 169 - color contains mainly: blue. Hex color #8A20A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A20A9 is #75DF56. Grayscale: #4E4E4E. Windows color (decimal): -7724887 or 11083914. OLE color: 11083914.

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

Color convert

RGB13832169-
CMYK0.180.8100.34
HSL286.42º68.16%39.41%-
HSV(B)286.42º81.07%66.27%-
XYZ18.169.338.37-
YUV79.31178.62169.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.71%
GREEN value IS 32 (12.89% from 255) = 9.44%
BLUE value IS 169 (66.41% from 255) = 49.85%
R=40.71%
G=9.44%
B=49.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal138321690.180.8100.34286.4268.1639.41
Hex8A20A9125102211e4427
Octal212402512212104243610447
Binary100010101000001010100110010101000101000101000111101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A20A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,32,169); }

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

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

 a { background-color: rgb(138,32,169); }

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

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

 span { border-color: rgb(138,32,169); }

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