#9f1f9e

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

Shades of Dark Magenta #9F1F9E

Tints of Dark Magenta #9F1F9E

Color information

#9F1F9E (or 0x9F1F9E) is unknown color: approx Dark Magenta. HEX triplet: 9F, 1F and 9E. RGB value is (159,31,158). Sum of RGB (Red+Green+Blue) = 159+31+158=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1F9E is #60E061. Grayscale: #535353. Windows color (decimal): -6348898 or 10362783. OLE color: 10362783.

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

Color convert

RGB15931158-
CMYK00.810.010.38
HSL300.47º67.37%37.25%-
HSV(B)300.47º80.5%62.35%-
XYZ20.9610.8233.33-
YUV83.75169.91181.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.69%
GREEN value IS 31 (12.5% from 255) = 8.91%
BLUE value IS 158 (62.11% from 255) = 45.40%
R=45.69%
G=8.91%
B=45.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593115800.810.010.38300.4767.3737.25
Hex9F1F9E05112612c4325
Octal23737236012114645410345
Binary1001111111111100111100101000111001101001011001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f1f9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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