#9f02ae

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

Shades of Dark Magenta #9F02AE

Tints of Dark Magenta #9F02AE

Color information

#9F02AE (or 0x9F02AE) is unknown color: approx Dark Magenta. HEX triplet: 9F, 02 and AE. RGB value is (159,2,174). Sum of RGB (Red+Green+Blue) = 159+2+174=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F02AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F02AE is #60FD51. Grayscale: #444444. Windows color (decimal): -6356306 or 11403935. OLE color: 11403935.

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

Color convert

RGB1592174-
CMYK0.090.9900.32
HSL294.77º97.73%34.51%-
HSV(B)294.77º98.85%68.24%-
XYZ21.9610.4740.91-
YUV68.55187.51192.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.46%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 174 (68.36% from 255) = 51.94%
R=47.46%
G=0.60%
B=51.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15921740.090.9900.32294.7797.7334.51
Hex9F2AE9630201276223
Octal23722561114304044714243
Binary1001111110101011101001110001101000001001001111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f02ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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