Html Css Color HEX #9913AD Dark Magenta

📋 copy color: '#9913AD'

red 153 ◦ green 19 ◦ blue 173

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

Shades of Dark Magenta #9913AD

Tints of Dark Magenta #9913AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.51%

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

R = 44.35%
G = 5.51%
B = 50.14%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9913AD (or 0x9913AD) is known color: Dark Magenta. HEX triplet: 99, 13 and AD. RGB value is (153,19,173). Sum of RGB (Red+Green+Blue) = 153+19+173=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #9913AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9913AD is #66EC52. Grayscale: #4C4C4C. Windows color (decimal): -6745171 or 11342745. OLE color: 11342745.

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

Color convert

RGB 153 19 173 -
CMYK 0.12 0.89 0 0.32
HSL 292.21º 0.8% 0.38% -
HSV(B) 292.21º 0.89% 0.68% -
XYZ 20.91 10.26 40.41 -
YUV 76.62 182.39 182.48 -
System Red Green Blue C M Y K H S L
Decimal 153 19 173 0.12 0.89 0 0.32 292.21 0.8 0.38
Hex 99 13 AD C 59 0 20 124 50 26
Octal 231 23 255 14 131 0 40 444 120 46
Binary 10011001 10011 10101101 1100 1011001 0 100000 100100100 1010000 100110

Color Harmonies of #9913AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9913AD

Black with #9913AD

Text Example


Text Example

White with #9913AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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