Html Css Color HEX #8720AD Vivid Violet

📋 copy color: '#8720AD'

red 135 ◦ green 32 ◦ blue 173

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

Shades of Vivid Violet #8720AD

Tints of Vivid Violet #8720AD

RGB

 RED value IS 135 (53.13% from 255) = 39.71%

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

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

R = 39.71%
G = 9.41%
B = 50.88%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8720AD (or 0x8720AD) is known color: Vivid Violet. HEX triplet: 87, 20 and AD. RGB value is (135,32,173). Sum of RGB (Red+Green+Blue) = 135+32+173=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #8720AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8720AD is #78DF52. Grayscale: #4E4E4E. Windows color (decimal): -7921491 or 11346055. OLE color: 11346055.

HSL color Cylindrical-coordinate representation of color #8720AD: hue angle of 283.83º 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 #8720AD is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 32 173 -
CMYK 0.22 0.82 0 0.32
HSL 283.83º 0.69% 0.4% -
HSV(B) 283.83º 0.82% 0.68% -
XYZ 18.05 9.2 40.36 -
YUV 78.87 181.12 168.04 -
System Red Green Blue C M Y K H S L
Decimal 135 32 173 0.22 0.82 0 0.32 283.83 0.69 0.4
Hex 87 20 AD 16 52 0 20 11C 45 28
Octal 207 40 255 26 122 0 40 434 105 50
Binary 10000111 100000 10101101 10110 1010010 0 100000 100011100 1000101 101000

Color Harmonies of #8720AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8720AD

Black with #8720AD

Text Example


Text Example

White with #8720AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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