#9F0180

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

Shades of Dark Magenta #9F0180

Tints of Dark Magenta #9F0180

Color information

#9F0180 (or 0x9F0180) is unknown color: approx Dark Magenta. HEX triplet: 9F, 01 and 80. RGB value is (159,1,128). Sum of RGB (Red+Green+Blue) = 159+1+128=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0180 is #60FE7F. Grayscale: #3E3E3E. Windows color (decimal): -6356608 or 8389023. OLE color: 8389023.

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

Color convert

RGB1591128-
CMYK00.990.190.38
HSL311.77º98.75%31.37%-
HSV(B)311.77º99.37%62.35%-
XYZ18.218.9521.19-
YUV62.72164.85196.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.21%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 128 (50.39% from 255) = 44.44%
R=55.21%
G=0.35%
B=44.44%

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
Decimal159112800.990.190.38311.7798.7531.37
Hex9F1800631326138631f
Octal23712000143234647014337
Binary100111111100000000110001110011100110100111000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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