#9F0EAB

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

Shades of Dark Magenta #9F0EAB

Tints of Dark Magenta #9F0EAB

Color information

#9F0EAB (or 0x9F0EAB) is unknown color: approx Dark Magenta. HEX triplet: 9F, 0E and AB. RGB value is (159,14,171). Sum of RGB (Red+Green+Blue) = 159+14+171=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F0EAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0EAB is #60F154. Grayscale: #4A4A4A. Windows color (decimal): -6353237 or 11210399. OLE color: 11210399.

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

Color convert

RGB15914171-
CMYK0.070.9200.33
HSL295.41º84.86%36.27%-
HSV(B)295.41º91.81%67.06%-
XYZ21.8110.6339.43-
YUV75.25182.04187.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.22%
GREEN value IS 14 (5.86% from 255) = 4.07%
BLUE value IS 171 (67.19% from 255) = 49.71%
R=46.22%
G=4.07%
B=49.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159141710.070.9200.33295.4184.8636.27
Hex9FEAB75C0211275524
Octal23716253713404144712544
Binary10011111111010101011111101110001000011001001111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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