#9905AC

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

Shades of Dark Magenta #9905AC

Tints of Dark Magenta #9905AC

Color information

#9905AC (or 0x9905AC) is unknown color: approx Dark Magenta. HEX triplet: 99, 05 and AC. RGB value is (153,5,172). Sum of RGB (Red+Green+Blue) = 153+5+172=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #9905AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9905AC is #66FA53. Grayscale: #434343. Windows color (decimal): -6748756 or 11273625. OLE color: 11273625.

HSL color Cylindrical-coordinate representation of color #9905AC: hue angle of 293.17º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9905AC is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1535172-
CMYK0.110.9700.33
HSL293.17º94.35%34.71%-
HSV(B)293.17º97.09%67.45%-
XYZ20.649.8639.85-
YUV68.29186.53188.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 5 (2.34% from 255) = 1.52%
BLUE value IS 172 (67.58% from 255) = 52.12%
R=46.36%
G=1.52%
B=52.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15351720.110.9700.33293.1794.3534.71
Hex995ACB610211255e23
Octal23152541314104144513643
Binary10011001101101011001011110000101000011001001011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9905AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9905AC; }

 p { color: rgb(153,5,172); }

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

<style>
 a { background-color: #9905AC; }

 a { background-color: rgb(153,5,172); }

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

<style>
 span { border-color: #9905AC; }

 span { border-color: rgb(153,5,172); }

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