Html Css Color HEX #9000AD Dark Magenta

📋 copy color: '#9000AD'

red 144 ◦ green 0 ◦ blue 173

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

Shades of Dark Magenta #9000AD

Tints of Dark Magenta #9000AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.43%
G = 0%
B = 54.57%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9000AD (or 0x9000AD) is known color: Dark Magenta. HEX triplet: 90, 00 and AD. RGB value is (144,0,173). Sum of RGB (Red+Green+Blue) = 144+0+173=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #9000AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9000AD is #6FFF52. Grayscale: #3E3E3E. Windows color (decimal): -7339859 or 11337872. OLE color: 11337872.

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

Color convert

RGB 144 0 173 -
CMYK 0.17 1 0 0.32
HSL 289.94º 1% 0.34% -
HSV(B) 289.94º 1% 0.68% -
XYZ 19.04 8.95 40.26 -
YUV 62.78 190.21 185.93 -
System Red Green Blue C M Y K H S L
Decimal 144 0 173 0.17 1 0 0.32 289.94 1 0.34
Hex 90 0 AD 11 64 0 20 122 64 22
Octal 220 0 255 21 144 0 40 442 144 42
Binary 10010000 0 10101101 10001 1100100 0 100000 100100010 1100100 100010

Color Harmonies of #9000AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9000AD

Black with #9000AD

Text Example


Text Example

White with #9000AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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