#9904AB

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

Shades of Dark Magenta #9904AB

Tints of Dark Magenta #9904AB

Color information

#9904AB (or 0x9904AB) is unknown color: approx Dark Magenta. HEX triplet: 99, 04 and AB. RGB value is (153,4,171). Sum of RGB (Red+Green+Blue) = 153+4+171=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #9904AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9904AB is #66FB54. Grayscale: #434343. Windows color (decimal): -6749013 or 11207833. OLE color: 11207833.

HSL color Cylindrical-coordinate representation of color #9904AB: hue angle of 293.53º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9904AB is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1534171-
CMYK0.110.9800.33
HSL293.53º95.43%34.31%-
HSV(B)293.53º97.66%67.06%-
XYZ20.539.839.34-
YUV67.59186.36188.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.65%
GREEN value IS 4 (1.95% from 255) = 1.22%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=46.65%
G=1.22%
B=52.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15341710.110.9800.33293.5395.4334.31
Hex994ABB620211265f22
Octal23142531314204144613742
Binary10011001100101010111011110001001000011001001101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9904AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9904AB; }

 p { color: rgb(153,4,171); }

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

<style>
 a { background-color: #9904AB; }

 a { background-color: rgb(153,4,171); }

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

<style>
 span { border-color: #9904AB; }

 span { border-color: rgb(153,4,171); }

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