#9F0F9B

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

Shades of Dark Magenta #9F0F9B

Tints of Dark Magenta #9F0F9B

Color information

#9F0F9B (or 0x9F0F9B) is unknown color: approx Dark Magenta. HEX triplet: 9F, 0F and 9B. RGB value is (159,15,155). Sum of RGB (Red+Green+Blue) = 159+15+155=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 15 (6.25% from 255 or 4.56% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0F9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0F9B is #60F064. Grayscale: #494949. Windows color (decimal): -6352997 or 10162079. OLE color: 10162079.

HSL color Cylindrical-coordinate representation of color #9F0F9B: hue angle of 301.67º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F0F9B is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15915155-
CMYK00.910.030.38
HSL301.67º82.76%34.12%-
HSV(B)301.67º90.57%62.35%-
XYZ20.3910.0831.88-
YUV74.02173.71188.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.33%
GREEN value IS 15 (6.25% from 255) = 4.56%
BLUE value IS 155 (60.94% from 255) = 47.11%
R=48.33%
G=4.56%
B=47.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591515500.910.030.38301.6782.7634.12
Hex9FF9B05B32612e5322
Octal23717233013334645612342
Binary1001111111111001101101011011111001101001011101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,15,155); }

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

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

 a { background-color: rgb(159,15,155); }

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

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

 span { border-color: rgb(159,15,155); }

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