Html Css Color HEX #9019AB Vivid Violet

📋 copy color: '#9019AB'

red 144 ◦ green 25 ◦ blue 171

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

Shades of Vivid Violet #9019AB

Tints of Vivid Violet #9019AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.29%

R = 42.35%
G = 7.35%
B = 50.29%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9019AB (or 0x9019AB) is known color: Vivid Violet. HEX triplet: 90, 19 and AB. RGB value is (144,25,171). Sum of RGB (Red+Green+Blue) = 144+25+171=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #9019AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9019AB is #6FE654. Grayscale: #4C4C4C. Windows color (decimal): -7333461 or 11213200. OLE color: 11213200.

HSL color Cylindrical-coordinate representation of color #9019AB: hue angle of 288.9º 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 #9019AB is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 25 171 -
CMYK 0.16 0.85 0 0.33
HSL 288.9º 0.74% 0.38% -
HSV(B) 288.9º 0.85% 0.67% -
XYZ 19.2 9.56 39.36 -
YUV 77.23 180.92 175.63 -
System Red Green Blue C M Y K H S L
Decimal 144 25 171 0.16 0.85 0 0.33 288.9 0.74 0.38
Hex 90 19 AB 10 55 0 21 121 4A 26
Octal 220 31 253 20 125 0 41 441 112 46
Binary 10010000 11001 10101011 10000 1010101 0 100001 100100001 1001010 100110

Color Harmonies of #9019AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9019AB

Black with #9019AB

Text Example


Text Example

White with #9019AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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