#9014AA

Color #9014AA Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9014AA

Tints of Dark Magenta #9014AA

Color information

#9014AA (or 0x9014AA) is unknown color: approx Dark Magenta. HEX triplet: 90, 14 and AA. RGB value is (144,20,170). Sum of RGB (Red+Green+Blue) = 144+20+170=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #9014AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9014AA is #6FEB55. Grayscale: #494949. Windows color (decimal): -7334742 or 11146384. OLE color: 11146384.

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

Color convert

RGB14420170-
CMYK0.150.8800.33
HSL289.6º78.95%37.25%-
HSV(B)289.6º88.24%66.67%-
XYZ19.019.3338.83-
YUV74.18182.08177.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.11%
GREEN value IS 20 (8.20% from 255) = 5.99%
BLUE value IS 170 (66.80% from 255) = 50.90%
R=43.11%
G=5.99%
B=50.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144201700.150.8800.33289.678.9537.25
Hex9014AAF580211224f25
Octal220242521713004144211745
Binary1001000010100101010101111101100001000011001000101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9014AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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