#9F0280

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

Shades of Dark Magenta #9F0280

Tints of Dark Magenta #9F0280

Color information

#9F0280 (or 0x9F0280) is unknown color: approx Dark Magenta. HEX triplet: 9F, 02 and 80. RGB value is (159,2,128). Sum of RGB (Red+Green+Blue) = 159+2+128=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0280 is #60FD7F. Grayscale: #3E3E3E. Windows color (decimal): -6356352 or 8389279. OLE color: 8389279.

HSL color Cylindrical-coordinate representation of color #9F0280: hue angle of 311.85º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0280 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB1592128-
CMYK00.990.190.38
HSL311.85º97.52%31.57%-
HSV(B)311.85º98.74%62.35%-
XYZ18.228.9721.19-
YUV63.31164.51196.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.02%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 128 (50.39% from 255) = 44.29%
R=55.02%
G=0.69%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159212800.990.190.38311.8597.5231.57
Hex9F28006313261386220
Octal23722000143234647014240
Binary10011111101000000001100011100111001101001110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F0280; }

 p { color: rgb(159,2,128); }

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

<style>
 a { background-color: #9F0280; }

 a { background-color: rgb(159,2,128); }

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

<style>
 span { border-color: #9F0280; }

 span { border-color: rgb(159,2,128); }

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