#900a9f

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

Shades of Dark Magenta #900A9F

Tints of Dark Magenta #900A9F

Color information

#900A9F (or 0x900A9F) is unknown color: approx Dark Magenta. HEX triplet: 90, 0A and 9F. RGB value is (144,10,159). Sum of RGB (Red+Green+Blue) = 144+10+159=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #900A9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900A9F is #6FF560. Grayscale: #424242. Windows color (decimal): -7337313 or 10422928. OLE color: 10422928.

HSL color Cylindrical-coordinate representation of color #900A9F: hue angle of 293.96º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900A9F is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14410159-
CMYK0.090.9400.38
HSL293.96º88.17%33.14%-
HSV(B)293.96º93.71%62.35%-
XYZ17.878.6533.53-
YUV67.05179.89182.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.01%
GREEN value IS 10 (4.30% from 255) = 3.19%
BLUE value IS 159 (62.5% from 255) = 50.80%
R=46.01%
G=3.19%
B=50.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144101590.090.9400.38293.9688.1733.14
Hex90A9F95E0261265821
Octal220122371113604644613041
Binary100100001010100111111001101111001001101001001101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900a9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900a9f; }

 p { color: rgb(144,10,159); }

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

<style>
 a { background-color: #900a9f; }

 a { background-color: rgb(144,10,159); }

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

<style>
 span { border-color: #900a9f; }

 span { border-color: rgb(144,10,159); }

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