Html Css Color HEX #9521AA Vivid Violet

📋 copy color: '#9521AA'

red 149 ◦ green 33 ◦ blue 170

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

Shades of Vivid Violet #9521AA

Tints of Vivid Violet #9521AA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.38%

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

R = 42.33%
G = 9.38%
B = 48.3%

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

#9521AA (or 0x9521AA) is known color: Vivid Violet. HEX triplet: 95, 21 and AA. RGB value is (149,33,170). Sum of RGB (Red+Green+Blue) = 149+33+170=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #9521AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9521AA is #6ADE55. Grayscale: #525252. Windows color (decimal): -7003734 or 11149717. OLE color: 11149717.

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

Color convert

RGB 149 33 170 -
CMYK 0.12 0.81 0 0.33
HSL 290.8º 0.67% 0.4% -
HSV(B) 290.8º 0.81% 0.67% -
XYZ 20.19 10.38 38.97 -
YUV 83.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 149 33 170 0.12 0.81 0 0.33 290.8 0.67 0.4
Hex 95 21 AA C 51 0 21 123 43 28
Octal 225 41 252 14 121 0 41 443 103 50
Binary 10010101 100001 10101010 1100 1010001 0 100001 100100011 1000011 101000

Color Harmonies of #9521AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9521AA

Black with #9521AA

Text Example


Text Example

White with #9521AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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