Html Css Color HEX #9720AA Vivid Violet

📋 copy color: '#9720AA'

red 151 ◦ green 32 ◦ blue 170

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

Shades of Vivid Violet #9720AA

Tints of Vivid Violet #9720AA

RGB

 RED value IS 151 (59.38% from 255) = 42.78%

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

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

R = 42.78%
G = 9.07%
B = 48.16%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9720AA (or 0x9720AA) is known color: Vivid Violet. HEX triplet: 97, 20 and AA. RGB value is (151,32,170). Sum of RGB (Red+Green+Blue) = 151+32+170=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #9720AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9720AA is #68DF55. Grayscale: #525252. Windows color (decimal): -6872918 or 11149463. OLE color: 11149463.

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

Color convert

RGB 151 32 170 -
CMYK 0.11 0.81 0 0.33
HSL 291.74º 0.68% 0.4% -
HSV(B) 291.74º 0.81% 0.67% -
XYZ 20.53 10.51 38.98 -
YUV 83.31 176.92 176.28 -
System Red Green Blue C M Y K H S L
Decimal 151 32 170 0.11 0.81 0 0.33 291.74 0.68 0.4
Hex 97 20 AA B 51 0 21 124 44 28
Octal 227 40 252 13 121 0 41 444 104 50
Binary 10010111 100000 10101010 1011 1010001 0 100001 100100100 1000100 101000

Color Harmonies of #9720AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9720AA

Black with #9720AA

Text Example


Text Example

White with #9720AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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