Html Css Color HEX #9013AC Dark Magenta

📋 copy color: '#9013AC'

red 144 ◦ green 19 ◦ blue 172

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

Shades of Dark Magenta #9013AC

Tints of Dark Magenta #9013AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.34%

R = 42.99%
G = 5.67%
B = 51.34%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9013AC (or 0x9013AC) is known color: Dark Magenta. HEX triplet: 90, 13 and AC. RGB value is (144,19,172). Sum of RGB (Red+Green+Blue) = 144+19+172=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #9013AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9013AC is #6FEC53. Grayscale: #494949. Windows color (decimal): -7334996 or 11277200. OLE color: 11277200.

HSL color Cylindrical-coordinate representation of color #9013AC: hue angle of 289.02º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9013AC is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 19 172 -
CMYK 0.16 0.89 0 0.33
HSL 289.02º 0.8% 0.37% -
HSV(B) 289.02º 0.89% 0.67% -
XYZ 19.18 9.37 39.83 -
YUV 73.82 183.41 178.06 -
System Red Green Blue C M Y K H S L
Decimal 144 19 172 0.16 0.89 0 0.33 289.02 0.8 0.37
Hex 90 13 AC 10 59 0 21 121 50 25
Octal 220 23 254 20 131 0 41 441 120 45
Binary 10010000 10011 10101100 10000 1011001 0 100001 100100001 1010000 100101

Color Harmonies of #9013AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9013AC

Black with #9013AC

Text Example


Text Example

White with #9013AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9013AC; }

 p { color: rgb(144,19,172); }

 H1.HeaderClassName
 {
   color: #9013AC;
 }
 .AnyTagClassName
 {
   color: #9013AC;
 }
</style>

background-color css

<style>
 a { background-color: #9013AC; }

 a { background-color: rgb(144,19,172); }

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

border-color css

<style>
 span { border-color: #9013AC; }

 span { border-color: rgb(144,19,172); }

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