Html Css Color HEX #9909AD Dark Magenta

📋 copy color: '#9909AD'

red 153 ◦ green 9 ◦ blue 173

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

Shades of Dark Magenta #9909AD

Tints of Dark Magenta #9909AD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.69%

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

R = 45.67%
G = 2.69%
B = 51.64%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9909AD (or 0x9909AD) is known color: Dark Magenta. HEX triplet: 99, 09 and AD. RGB value is (153,9,173). Sum of RGB (Red+Green+Blue) = 153+9+173=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #9909AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9909AD is #66F652. Grayscale: #464646. Windows color (decimal): -6747731 or 11340185. OLE color: 11340185.

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

Color convert

RGB 153 9 173 -
CMYK 0.12 0.95 0 0.32
HSL 292.68º 0.9% 0.36% -
HSV(B) 292.68º 0.95% 0.68% -
XYZ 20.78 9.98 40.37 -
YUV 70.75 185.71 186.66 -
System Red Green Blue C M Y K H S L
Decimal 153 9 173 0.12 0.95 0 0.32 292.68 0.9 0.36
Hex 99 9 AD C 5F 0 20 125 5A 24
Octal 231 11 255 14 137 0 40 445 132 44
Binary 10011001 1001 10101101 1100 1011111 0 100000 100100101 1011010 100100

Color Harmonies of #9909AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9909AD

Black with #9909AD

Text Example


Text Example

White with #9909AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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