Html Css Color HEX #9905AD Dark Magenta

📋 copy color: '#9905AD'

red 153 ◦ green 5 ◦ blue 173

#9905AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9905AD

Tints of Dark Magenta #9905AD

RGB

 RED value IS 153 (60.16% from 255) = 46.22%

 GREEN value IS 5 (2.34% from 255) = 1.51%

 BLUE value IS 173 (67.97% from 255) = 52.27%

R = 46.22%
G = 1.51%
B = 52.27%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9905AD (or 0x9905AD) is known color: Dark Magenta. HEX triplet: 99, 05 and AD. RGB value is (153,5,173). Sum of RGB (Red+Green+Blue) = 153+5+173=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #9905AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9905AD is #66FA52. Grayscale: #434343. Windows color (decimal): -6748755 or 11339161. OLE color: 11339161.

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

Color convert

RGB 153 5 173 -
CMYK 0.12 0.97 0 0.32
HSL 292.86º 0.94% 0.35% -
HSV(B) 292.86º 0.97% 0.68% -
XYZ 20.73 9.9 40.35 -
YUV 68.4 187.03 188.34 -
System Red Green Blue C M Y K H S L
Decimal 153 5 173 0.12 0.97 0 0.32 292.86 0.94 0.35
Hex 99 5 AD C 61 0 20 125 5E 23
Octal 231 5 255 14 141 0 40 445 136 43
Binary 10011001 101 10101101 1100 1100001 0 100000 100100101 1011110 100011

Color Harmonies of #9905AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9905AD

Black with #9905AD

Text Example


Text Example

White with #9905AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9905AD;
 }
 .AnyTagClassName
 {
   color: #9905AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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