#9F0184

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

Shades of Dark Magenta #9F0184

Tints of Dark Magenta #9F0184

Color information

#9F0184 (or 0x9F0184) is unknown color: approx Dark Magenta. HEX triplet: 9F, 01 and 84. RGB value is (159,1,132). Sum of RGB (Red+Green+Blue) = 159+1+132=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0184 is #60FE7B. Grayscale: #3E3E3E. Windows color (decimal): -6356604 or 8651167. OLE color: 8651167.

HSL color Cylindrical-coordinate representation of color #9F0184: hue angle of 310.25º 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 #9F0184 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB1591132-
CMYK00.990.170.38
HSL310.25º98.75%31.37%-
HSV(B)310.25º99.37%62.35%-
XYZ18.479.0622.6-
YUV63.18166.85196.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.45%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 132 (51.95% from 255) = 45.21%
R=54.45%
G=0.34%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159113200.990.170.38310.2598.7531.37
Hex9F1840631126136631f
Octal23712040143214646614337
Binary100111111100001000110001110001100110100110110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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