#9F0F8A

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

Shades of Dark Magenta #9F0F8A

Tints of Dark Magenta #9F0F8A

Color information

#9F0F8A (or 0x9F0F8A) is unknown color: approx Dark Magenta. HEX triplet: 9F, 0F and 8A. RGB value is (159,15,138). Sum of RGB (Red+Green+Blue) = 159+15+138=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0F8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0F8A is #60F075. Grayscale: #474747. Windows color (decimal): -6353014 or 9047967. OLE color: 9047967.

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

Color convert

RGB15915138-
CMYK00.910.130.38
HSL308.75º82.76%34.12%-
HSV(B)308.75º90.57%62.35%-
XYZ19.069.5524.88-
YUV72.08165.21190-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.96%
GREEN value IS 15 (6.25% from 255) = 4.81%
BLUE value IS 138 (54.30% from 255) = 44.23%
R=50.96%
G=4.81%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591513800.910.130.38308.7582.7634.12
Hex9FF8A05BD261355322
Octal237172120133154646512342
Binary100111111111100010100101101111011001101001101011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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