#9014A5

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

Shades of Dark Magenta #9014A5

Tints of Dark Magenta #9014A5

Color information

#9014A5 (or 0x9014A5) is unknown color: approx Dark Magenta. HEX triplet: 90, 14 and A5. RGB value is (144,20,165). Sum of RGB (Red+Green+Blue) = 144+20+165=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 165 (64.84% from 255 or 50.15% from 329); Max value from RGB is 165 - color contains mainly: blue. Hex color #9014A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9014A5 is #6FEB5A. Grayscale: #494949. Windows color (decimal): -7334747 or 10818704. OLE color: 10818704.

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

Color convert

RGB14420165-
CMYK0.130.8800.35
HSL291.31º78.38%36.27%-
HSV(B)291.31º87.88%64.71%-
XYZ18.549.1536.39-
YUV73.61179.58178.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.77%
GREEN value IS 20 (8.20% from 255) = 6.08%
BLUE value IS 165 (64.84% from 255) = 50.15%
R=43.77%
G=6.08%
B=50.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal144201650.130.8800.35291.3178.3836.27
Hex9014A5D580231234e24
Octal220242451513004344311644
Binary1001000010100101001011101101100001000111001000111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9014A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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