Html Css Color HEX #9520AA Vivid Violet

📋 copy color: '#9520AA'

red 149 ◦ green 32 ◦ blue 170

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

Shades of Vivid Violet #9520AA

Tints of Vivid Violet #9520AA

RGB

 RED value IS 149 (58.59% from 255) = 42.45%

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

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

R = 42.45%
G = 9.12%
B = 48.43%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9520AA (or 0x9520AA) is known color: Vivid Violet. HEX triplet: 95, 20 and AA. RGB value is (149,32,170). Sum of RGB (Red+Green+Blue) = 149+32+170=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #9520AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9520AA is #6ADF55. Grayscale: #525252. Windows color (decimal): -7003990 or 11149461. OLE color: 11149461.

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

Color convert

RGB 149 32 170 -
CMYK 0.12 0.81 0 0.33
HSL 290.87º 0.68% 0.4% -
HSV(B) 290.87º 0.81% 0.67% -
XYZ 20.17 10.32 38.96 -
YUV 82.72 177.26 175.28 -
System Red Green Blue C M Y K H S L
Decimal 149 32 170 0.12 0.81 0 0.33 290.87 0.68 0.4
Hex 95 20 AA C 51 0 21 123 44 28
Octal 225 40 252 14 121 0 41 443 104 50
Binary 10010101 100000 10101010 1100 1010001 0 100001 100100011 1000100 101000

Color Harmonies of #9520AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9520AA

Black with #9520AA

Text Example


Text Example

White with #9520AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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