#900F85

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

Shades of Dark Magenta #900F85

Tints of Dark Magenta #900F85

Color information

#900F85 (or 0x900F85) is unknown color: approx Dark Magenta. HEX triplet: 90, 0F and 85. RGB value is (144,15,133). Sum of RGB (Red+Green+Blue) = 144+15+133=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #900F85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900F85 is #6FF07A. Grayscale: #424242. Windows color (decimal): -7336059 or 8720272. OLE color: 8720272.

HSL color Cylindrical-coordinate representation of color #900F85: hue angle of 305.12º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F85 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB14415133-
CMYK00.900.080.44
HSL305.12º81.13%31.18%-
HSV(B)305.12º89.58%56.47%-
XYZ15.917.9622.89-
YUV67.02165.24182.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.32%
GREEN value IS 15 (6.25% from 255) = 5.14%
BLUE value IS 133 (52.34% from 255) = 45.55%
R=49.32%
G=5.14%
B=45.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441513300.900.080.44305.1281.1331.18
Hex90F8505A82C131511f
Octal220172050132105446112137
Binary10010000111110000101010110101000101100100110001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,15,133); }

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

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

 a { background-color: rgb(144,15,133); }

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

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

 span { border-color: rgb(144,15,133); }

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