#9000A1

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

Shades of Dark Magenta #9000A1

Tints of Dark Magenta #9000A1

Color information

#9000A1 (or 0x9000A1) is unknown color: approx Dark Magenta. HEX triplet: 90, 00 and A1. RGB value is (144,0,161). Sum of RGB (Red+Green+Blue) = 144+0+161=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 161 (63.28% from 255 or 52.79% from 305); Max value from RGB is 161 - color contains mainly: blue. Hex color #9000A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9000A1 is #6FFF5E. Grayscale: #3C3C3C. Windows color (decimal): -7339871 or 10551440. OLE color: 10551440.

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

Color convert

RGB1440161-
CMYK0.11100.37
HSL293.66º100%31.57%-
HSV(B)293.66º100%63.14%-
XYZ17.938.534.41-
YUV61.41184.21186.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 161 (63.28% from 255) = 52.79%
R=47.21%
G=0%
B=52.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal14401610.11100.37293.6610031.57
Hex900A1B640251266420
Octal22002411314404544614440
Binary100100000101000011011110010001001011001001101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9000A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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