Html Css Color HEX #9003AD Dark Magenta

📋 copy color: '#9003AD'

red 144 ◦ green 3 ◦ blue 173

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

Shades of Dark Magenta #9003AD

Tints of Dark Magenta #9003AD

RGB

 RED value IS 144 (56.64% from 255) = 45%

 GREEN value IS 3 (1.56% from 255) = 0.94%

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

R = 45%
G = 0.94%
B = 54.06%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9003AD (or 0x9003AD) is known color: Dark Magenta. HEX triplet: 90, 03 and AD. RGB value is (144,3,173). Sum of RGB (Red+Green+Blue) = 144+3+173=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #9003AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9003AD is #6FFC52. Grayscale: #404040. Windows color (decimal): -7339091 or 11338640. OLE color: 11338640.

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

Color convert

RGB 144 3 173 -
CMYK 0.17 0.98 0 0.32
HSL 289.76º 0.97% 0.35% -
HSV(B) 289.76º 0.98% 0.68% -
XYZ 19.08 9.01 40.27 -
YUV 64.54 189.21 184.68 -
System Red Green Blue C M Y K H S L
Decimal 144 3 173 0.17 0.98 0 0.32 289.76 0.97 0.35
Hex 90 3 AD 11 62 0 20 122 61 23
Octal 220 3 255 21 142 0 40 442 141 43
Binary 10010000 11 10101101 10001 1100010 0 100000 100100010 1100001 100011

Color Harmonies of #9003AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9003AD

Black with #9003AD

Text Example


Text Example

White with #9003AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,3,173); }

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

background-color css

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

 a { background-color: rgb(144,3,173); }

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

border-color css

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

 span { border-color: rgb(144,3,173); }

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