Html Css Color HEX #8720A4 Vivid Violet

📋 copy color: '#8720A4'

red 135 ◦ green 32 ◦ blue 164

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

Shades of Vivid Violet #8720A4

Tints of Vivid Violet #8720A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 49.55%

R = 40.79%
G = 9.67%
B = 49.55%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8720A4 (or 0x8720A4) is known color: Vivid Violet. HEX triplet: 87, 20 and A4. RGB value is (135,32,164). Sum of RGB (Red+Green+Blue) = 135+32+164=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 164 (64.45% from 255 or 49.55% from 331); Max value from RGB is 164 - color contains mainly: blue. Hex color #8720A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8720A4 is #78DF5B. Grayscale: #4D4D4D. Windows color (decimal): -7921500 or 10756231. OLE color: 10756231.

HSL color Cylindrical-coordinate representation of color #8720A4: hue angle of 286.82º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8720A4 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 135 32 164 -
CMYK 0.18 0.80 0 0.36
HSL 286.82º 0.67% 0.38% -
HSV(B) 286.82º 0.8% 0.64% -
XYZ 17.21 8.86 35.93 -
YUV 77.85 176.62 168.77 -
System Red Green Blue C M Y K H S L
Decimal 135 32 164 0.18 0.80 0 0.36 286.82 0.67 0.38
Hex 87 20 A4 12 50 0 24 11F 43 26
Octal 207 40 244 22 120 0 44 437 103 46
Binary 10000111 100000 10100100 10010 1010000 0 100100 100011111 1000011 100110

Color Harmonies of #8720A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8720A4

Black with #8720A4

Text Example


Text Example

White with #8720A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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