#9021AA

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

Shades of Vivid Violet #9021AA

Tints of Vivid Violet #9021AA

Color information

#9021AA (or 0x9021AA) is unknown color: approx Vivid Violet. HEX triplet: 90, 21 and AA. RGB value is (144,33,170). Sum of RGB (Red+Green+Blue) = 144+33+170=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #9021AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9021AA is #6FDE55. Grayscale: #515151. Windows color (decimal): -7331414 or 11149712. OLE color: 11149712.

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

Color convert

RGB14433170-
CMYK0.150.8100.33
HSL288.61º67.49%39.8%-
HSV(B)288.61º80.59%66.67%-
XYZ19.39.9238.93-
YUV81.81177.77172.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.50%
GREEN value IS 33 (13.28% from 255) = 9.51%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=41.50%
G=9.51%
B=48.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144331700.150.8100.33288.6167.4939.8
Hex9021AAF510211214328
Octal220412521712104144110350
Binary10010000100001101010101111101000101000011001000011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9021AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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