#900C7F

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

Shades of Dark Magenta #900C7F

Tints of Dark Magenta #900C7F

Color information

#900C7F (or 0x900C7F) is unknown color: approx Dark Magenta. HEX triplet: 90, 0C and 7F. RGB value is (144,12,127). Sum of RGB (Red+Green+Blue) = 144+12+127=283 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.88% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 144 - color contains mainly: red. Hex color #900C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900C7F is #6FF380. Grayscale: #404040. Windows color (decimal): -7336833 or 8326288. OLE color: 8326288.

HSL color Cylindrical-coordinate representation of color #900C7F: hue angle of 307.73º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900C7F is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB14412127-
CMYK00.920.120.44
HSL307.73º84.62%30.59%-
HSV(B)307.73º91.67%56.47%-
XYZ15.467.7220.75-
YUV64.58163.23184.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.88%
GREEN value IS 12 (5.08% from 255) = 4.24%
BLUE value IS 127 (50% from 255) = 44.88%
R=50.88%
G=4.24%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441212700.920.120.44307.7384.6230.59
Hex90C7F05CC2C134551f
Octal220141770134145446412537
Binary1001000011001111111010111001100101100100110100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,12,127); }

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

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

 a { background-color: rgb(144,12,127); }

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

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

 span { border-color: rgb(144,12,127); }

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