#9020AB

Color #9020AB Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #9020AB

Tints of Vivid Violet #9020AB

Color information

#9020AB (or 0x9020AB) is unknown color: approx Vivid Violet. HEX triplet: 90, 20 and AB. RGB value is (144,32,171). Sum of RGB (Red+Green+Blue) = 144+32+171=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #9020AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9020AB is #6FDF54. Grayscale: #505050. Windows color (decimal): -7331669 or 11214992. OLE color: 11214992.

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

Color convert

RGB14432171-
CMYK0.160.8100.33
HSL288.35º68.47%39.8%-
HSV(B)288.35º81.29%67.06%-
XYZ19.379.939.42-
YUV81.33178.61172.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.50%
GREEN value IS 32 (12.89% from 255) = 9.22%
BLUE value IS 171 (67.19% from 255) = 49.28%
R=41.50%
G=9.22%
B=49.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144321710.160.8100.33288.3568.4739.8
Hex9020AB10510211204428
Octal220402532012104144010450
Binary100100001000001010101110000101000101000011001000001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9020AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9020AB;
 }
 .AnyTagClassName
 {
   color: #9020AB;
 }
</style>
background-color css

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

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

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

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

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

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