#9F12AA

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

Shades of Dark Magenta #9F12AA

Tints of Dark Magenta #9F12AA

Color information

#9F12AA (or 0x9F12AA) is unknown color: approx Dark Magenta. HEX triplet: 9F, 12 and AA. RGB value is (159,18,170). Sum of RGB (Red+Green+Blue) = 159+18+170=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F12AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F12AA is #60ED55. Grayscale: #4D4D4D. Windows color (decimal): -6352214 or 11145887. OLE color: 11145887.

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

Color convert

RGB15918170-
CMYK0.060.8900.33
HSL295.66º80.85%36.86%-
HSV(B)295.66º89.41%66.67%-
XYZ21.7710.7138.95-
YUV77.49180.21186.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.82%
GREEN value IS 18 (7.42% from 255) = 5.19%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=45.82%
G=5.19%
B=48.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159181700.060.8900.33295.6680.8536.86
Hex9F12AA6590211285125
Octal23722252613104145012145
Binary100111111001010101010110101100101000011001010001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F12AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,18,170); }

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

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

 a { background-color: rgb(159,18,170); }

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

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

 span { border-color: rgb(159,18,170); }

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