Html Css Color HEX #9014AD Dark Magenta

📋 copy color: '#9014AD'

red 144 ◦ green 20 ◦ blue 173

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

Shades of Dark Magenta #9014AD

Tints of Dark Magenta #9014AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.93%

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

R = 42.73%
G = 5.93%
B = 51.34%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9014AD (or 0x9014AD) is known color: Dark Magenta. HEX triplet: 90, 14 and AD. RGB value is (144,20,173). Sum of RGB (Red+Green+Blue) = 144+20+173=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #9014AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9014AD is #6FEB52. Grayscale: #4A4A4A. Windows color (decimal): -7334739 or 11342992. OLE color: 11342992.

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

Color convert

RGB 144 20 173 -
CMYK 0.17 0.88 0 0.32
HSL 288.63º 0.79% 0.38% -
HSV(B) 288.63º 0.88% 0.68% -
XYZ 19.29 9.45 40.34 -
YUV 74.52 183.58 177.56 -
System Red Green Blue C M Y K H S L
Decimal 144 20 173 0.17 0.88 0 0.32 288.63 0.79 0.38
Hex 90 14 AD 11 58 0 20 121 4F 26
Octal 220 24 255 21 130 0 40 441 117 46
Binary 10010000 10100 10101101 10001 1011000 0 100000 100100001 1001111 100110

Color Harmonies of #9014AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9014AD

Black with #9014AD

Text Example


Text Example

White with #9014AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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