Html Css Color HEX #8520AD Vivid Violet

📋 copy color: '#8520AD'

red 133 ◦ green 32 ◦ blue 173

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

Shades of Vivid Violet #8520AD

Tints of Vivid Violet #8520AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.18%

R = 39.35%
G = 9.47%
B = 51.18%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8520AD (or 0x8520AD) is known color: Vivid Violet. HEX triplet: 85, 20 and AD. RGB value is (133,32,173). Sum of RGB (Red+Green+Blue) = 133+32+173=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #8520AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8520AD is #7ADF52. Grayscale: #4D4D4D. Windows color (decimal): -8052563 or 11346053. OLE color: 11346053.

HSL color Cylindrical-coordinate representation of color #8520AD: hue angle of 282.98º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8520AD is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 32 173 -
CMYK 0.23 0.82 0 0.32
HSL 282.98º 0.69% 0.4% -
HSV(B) 282.98º 0.82% 0.68% -
XYZ 17.73 9.04 40.34 -
YUV 78.27 181.46 167.04 -
System Red Green Blue C M Y K H S L
Decimal 133 32 173 0.23 0.82 0 0.32 282.98 0.69 0.4
Hex 85 20 AD 17 52 0 20 11B 45 28
Octal 205 40 255 27 122 0 40 433 105 50
Binary 10000101 100000 10101101 10111 1010010 0 100000 100011011 1000101 101000

Color Harmonies of #8520AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8520AD

Black with #8520AD

Text Example


Text Example

White with #8520AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8520AD; }

 p { color: rgb(133,32,173); }

 H1.HeaderClassName
 {
   color: #8520AD;
 }
 .AnyTagClassName
 {
   color: #8520AD;
 }
</style>

background-color css

<style>
 a { background-color: #8520AD; }

 a { background-color: rgb(133,32,173); }

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

border-color css

<style>
 span { border-color: #8520AD; }

 span { border-color: rgb(133,32,173); }

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