#9014A1

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

Shades of Dark Magenta #9014A1

Tints of Dark Magenta #9014A1

Color information

#9014A1 (or 0x9014A1) is unknown color: approx Dark Magenta. HEX triplet: 90, 14 and A1. RGB value is (144,20,161). Sum of RGB (Red+Green+Blue) = 144+20+161=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 161 (63.28% from 255 or 49.54% from 325); Max value from RGB is 161 - color contains mainly: blue. Hex color #9014A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9014A1 is #6FEB5E. Grayscale: #484848. Windows color (decimal): -7334751 or 10556560. OLE color: 10556560.

HSL color Cylindrical-coordinate representation of color #9014A1: hue angle of 292.77º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9014A1 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14420161-
CMYK0.110.8800.37
HSL292.77º77.9%35.49%-
HSV(B)292.77º87.58%63.14%-
XYZ18.18934.5-
YUV73.15177.58178.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.31%
GREEN value IS 20 (8.20% from 255) = 6.15%
BLUE value IS 161 (63.28% from 255) = 49.54%
R=44.31%
G=6.15%
B=49.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal144201610.110.8800.37292.7777.935.49
Hex9014A1B580251254e23
Octal220242411313004544511643
Binary1001000010100101000011011101100001001011001001011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9014A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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