Html Css Color HEX #8A20AA Vivid Violet

📋 copy color: '#8A20AA'

red 138 ◦ green 32 ◦ blue 170

#8A20AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #8A20AA

Tints of Vivid Violet #8A20AA

RGB

 RED value IS 138 (54.3% from 255) = 40.59%

 GREEN value IS 32 (12.89% from 255) = 9.41%

 BLUE value IS 170 (66.8% from 255) = 50%

R = 40.59%
G = 9.41%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A20AA (or 0x8A20AA) is known color: Vivid Violet. HEX triplet: 8A, 20 and AA. RGB value is (138,32,170). Sum of RGB (Red+Green+Blue) = 138+32+170=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A20AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A20AA is #75DF55. Grayscale: #4E4E4E. Windows color (decimal): -7724886 or 11149450. OLE color: 11149450.

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

Color convert

RGB 138 32 170 -
CMYK 0.19 0.81 0 0.33
HSL 286.09º 0.68% 0.4% -
HSV(B) 286.09º 0.81% 0.67% -
XYZ 18.25 9.34 38.87 -
YUV 79.43 179.12 169.78 -
System Red Green Blue C M Y K H S L
Decimal 138 32 170 0.19 0.81 0 0.33 286.09 0.68 0.4
Hex 8A 20 AA 13 51 0 21 11E 44 28
Octal 212 40 252 23 121 0 41 436 104 50
Binary 10001010 100000 10101010 10011 1010001 0 100001 100011110 1000100 101000

Color Harmonies of #8A20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A20AA

Black with #8A20AA

Text Example


Text Example

White with #8A20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A20AA;
 }
 .AnyTagClassName
 {
   color: #8A20AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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