#9F0AAB

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

Shades of Dark Magenta #9F0AAB

Tints of Dark Magenta #9F0AAB

Color information

#9F0AAB (or 0x9F0AAB) is unknown color: approx Dark Magenta. HEX triplet: 9F, 0A and AB. RGB value is (159,10,171). Sum of RGB (Red+Green+Blue) = 159+10+171=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F0AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0AAB is #60F554. Grayscale: #484848. Windows color (decimal): -6354261 or 11209375. OLE color: 11209375.

HSL color Cylindrical-coordinate representation of color #9F0AAB: hue angle of 295.53º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0AAB is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15910171-
CMYK0.070.9400.33
HSL295.53º88.95%35.49%-
HSV(B)295.53º94.15%67.06%-
XYZ21.7610.5339.41-
YUV72.9183.36189.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.76%
GREEN value IS 10 (4.30% from 255) = 2.94%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=46.76%
G=2.94%
B=50.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159101710.070.9400.33295.5388.9535.49
Hex9FAAB75E0211285923
Octal23712253713604145013143
Binary10011111101010101011111101111001000011001010001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,10,171); }

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

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

 a { background-color: rgb(159,10,171); }

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

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

 span { border-color: rgb(159,10,171); }

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