#9F03AE

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

Shades of Dark Magenta #9F03AE

Tints of Dark Magenta #9F03AE

Color information

#9F03AE (or 0x9F03AE) is unknown color: approx Dark Magenta. HEX triplet: 9F, 03 and AE. RGB value is (159,3,174). Sum of RGB (Red+Green+Blue) = 159+3+174=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F03AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F03AE is #60FC51. Grayscale: #444444. Windows color (decimal): -6356050 or 11404191. OLE color: 11404191.

HSL color Cylindrical-coordinate representation of color #9F03AE: hue angle of 294.74º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F03AE is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1593174-
CMYK0.090.9800.32
HSL294.74º96.61%34.71%-
HSV(B)294.74º98.28%68.24%-
XYZ21.9710.4940.91-
YUV69.14187.18192.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.32%
GREEN value IS 3 (1.56% from 255) = 0.89%
BLUE value IS 174 (68.36% from 255) = 51.79%
R=47.32%
G=0.89%
B=51.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15931740.090.9800.32294.7496.6134.71
Hex9F3AE9620201276123
Octal23732561114204044714143
Binary1001111111101011101001110001001000001001001111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F03AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,3,174); }

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

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

 a { background-color: rgb(159,3,174); }

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

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

 span { border-color: rgb(159,3,174); }

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