Html Css Color HEX #8521AA Vivid Violet

📋 copy color: '#8521AA'

red 133 ◦ green 33 ◦ blue 170

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

Shades of Vivid Violet #8521AA

Tints of Vivid Violet #8521AA

RGB

 RED value IS 133 (52.34% from 255) = 39.58%

 GREEN value IS 33 (13.28% from 255) = 9.82%

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

R = 39.58%
G = 9.82%
B = 50.6%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8521AA (or 0x8521AA) is known color: Vivid Violet. HEX triplet: 85, 21 and AA. RGB value is (133,33,170). Sum of RGB (Red+Green+Blue) = 133+33+170=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #8521AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8521AA is #7ADE55. Grayscale: #4E4E4E. Windows color (decimal): -8052310 or 11149701. OLE color: 11149701.

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

Color convert

RGB 133 33 170 -
CMYK 0.22 0.81 0 0.33
HSL 283.8º 0.67% 0.4% -
HSV(B) 283.8º 0.81% 0.67% -
XYZ 17.47 8.98 38.84 -
YUV 78.52 179.63 166.86 -
System Red Green Blue C M Y K H S L
Decimal 133 33 170 0.22 0.81 0 0.33 283.8 0.67 0.4
Hex 85 21 AA 16 51 0 21 11C 43 28
Octal 205 41 252 26 121 0 41 434 103 50
Binary 10000101 100001 10101010 10110 1010001 0 100001 100011100 1000011 101000

Color Harmonies of #8521AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8521AA

Black with #8521AA

Text Example


Text Example

White with #8521AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8521AA; }

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

 H1.HeaderClassName
 {
   color: #8521AA;
 }
 .AnyTagClassName
 {
   color: #8521AA;
 }
</style>

background-color css

<style>
 a { background-color: #8521AA; }

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

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

border-color css

<style>
 span { border-color: #8521AA; }

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

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