Html Css Color HEX #9013A2 Dark Magenta

📋 copy color: '#9013A2'

red 144 ◦ green 19 ◦ blue 162

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

Shades of Dark Magenta #9013A2

Tints of Dark Magenta #9013A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 49.85%

R = 44.31%
G = 5.85%
B = 49.85%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9013A2 (or 0x9013A2) is known color: Dark Magenta. HEX triplet: 90, 13 and A2. RGB value is (144,19,162). Sum of RGB (Red+Green+Blue) = 144+19+162=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #9013A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9013A2 is #6FEC5D. Grayscale: #484848. Windows color (decimal): -7335006 or 10621840. OLE color: 10621840.

HSL color Cylindrical-coordinate representation of color #9013A2: hue angle of 292.45º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9013A2 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 144 19 162 -
CMYK 0.11 0.88 0 0.36
HSL 292.45º 0.79% 0.35% -
HSV(B) 292.45º 0.88% 0.64% -
XYZ 18.26 9 34.96 -
YUV 72.68 178.41 178.87 -
System Red Green Blue C M Y K H S L
Decimal 144 19 162 0.11 0.88 0 0.36 292.45 0.79 0.35
Hex 90 13 A2 B 58 0 24 124 4F 23
Octal 220 23 242 13 130 0 44 444 117 43
Binary 10010000 10011 10100010 1011 1011000 0 100100 100100100 1001111 100011

Color Harmonies of #9013A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9013A2

Black with #9013A2

Text Example


Text Example

White with #9013A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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