#9F0B8A

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

Shades of Dark Magenta #9F0B8A

Tints of Dark Magenta #9F0B8A

Color information

#9F0B8A (or 0x9F0B8A) is unknown color: approx Dark Magenta. HEX triplet: 9F, 0B and 8A. RGB value is (159,11,138). Sum of RGB (Red+Green+Blue) = 159+11+138=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0B8A is #60F475. Grayscale: #454545. Windows color (decimal): -6354038 or 9046943. OLE color: 9046943.

HSL color Cylindrical-coordinate representation of color #9F0B8A: hue angle of 308.51º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0B8A is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB15911138-
CMYK00.930.130.38
HSL308.51º87.06%33.33%-
HSV(B)308.51º93.08%62.35%-
XYZ19.019.4524.87-
YUV69.73166.53191.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.62%
GREEN value IS 11 (4.69% from 255) = 3.57%
BLUE value IS 138 (54.30% from 255) = 44.81%
R=51.62%
G=3.57%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591113800.930.130.38308.5187.0633.33
Hex9FB8A05DD261355721
Octal237132120135154646512741
Binary100111111011100010100101110111011001101001101011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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