Html Css Color HEX #9019AA Vivid Violet

📋 copy color: '#9019AA'

red 144 ◦ green 25 ◦ blue 170

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

Shades of Vivid Violet #9019AA

Tints of Vivid Violet #9019AA

RGB

 RED value IS 144 (56.64% from 255) = 42.48%

 GREEN value IS 25 (10.16% from 255) = 7.37%

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

R = 42.48%
G = 7.37%
B = 50.15%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9019AA (or 0x9019AA) is known color: Vivid Violet. HEX triplet: 90, 19 and AA. RGB value is (144,25,170). Sum of RGB (Red+Green+Blue) = 144+25+170=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #9019AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9019AA is #6FE655. Grayscale: #4C4C4C. Windows color (decimal): -7333462 or 11147664. OLE color: 11147664.

HSL color Cylindrical-coordinate representation of color #9019AA: hue angle of 289.24º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9019AA is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 25 170 -
CMYK 0.15 0.85 0 0.33
HSL 289.24º 0.74% 0.38% -
HSV(B) 289.24º 0.85% 0.67% -
XYZ 19.1 9.53 38.86 -
YUV 77.11 180.42 175.71 -
System Red Green Blue C M Y K H S L
Decimal 144 25 170 0.15 0.85 0 0.33 289.24 0.74 0.38
Hex 90 19 AA F 55 0 21 121 4A 26
Octal 220 31 252 17 125 0 41 441 112 46
Binary 10010000 11001 10101010 1111 1010101 0 100001 100100001 1001010 100110

Color Harmonies of #9019AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9019AA

Black with #9019AA

Text Example


Text Example

White with #9019AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,25,170); }

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

background-color css

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

 a { background-color: rgb(144,25,170); }

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

border-color css

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

 span { border-color: rgb(144,25,170); }

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