#9f1c9e

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

Shades of Dark Magenta #9F1C9E

Tints of Dark Magenta #9F1C9E

Color information

#9F1C9E (or 0x9F1C9E) is unknown color: approx Dark Magenta. HEX triplet: 9F, 1C and 9E. RGB value is (159,28,158). Sum of RGB (Red+Green+Blue) = 159+28+158=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1C9E is #60E361. Grayscale: #515151. Windows color (decimal): -6349666 or 10362015. OLE color: 10362015.

HSL color Cylindrical-coordinate representation of color #9F1C9E: hue angle of 300.46º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1C9E is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB15928158-
CMYK00.820.010.38
HSL300.46º70.05%36.67%-
HSV(B)300.46º82.39%62.35%-
XYZ20.8810.6733.31-
YUV81.99170.9182.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.09%
GREEN value IS 28 (11.33% from 255) = 8.12%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=46.09%
G=8.12%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592815800.820.010.38300.4670.0536.67
Hex9F1C9E05212612c4625
Octal23734236012214645410645
Binary1001111111100100111100101001011001101001011001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f1c9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,28,158); }

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

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

 a { background-color: rgb(159,28,158); }

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

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

 span { border-color: rgb(159,28,158); }

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