Html Css Color HEX #901493 Dark Magenta

📋 copy color: '#901493'

red 144 ◦ green 20 ◦ blue 147

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

Shades of Dark Magenta #901493

Tints of Dark Magenta #901493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.27%

R = 46.3%
G = 6.43%
B = 47.27%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#901493 (or 0x901493) is known color: Dark Magenta. HEX triplet: 90, 14 and 93. RGB value is (144,20,147). Sum of RGB (Red+Green+Blue) = 144+20+147=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #901493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901493 is #6FEB6C. Grayscale: #474747. Windows color (decimal): -7334765 or 9639056. OLE color: 9639056.

HSL color Cylindrical-coordinate representation of color #901493: hue angle of 298.58º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901493 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 20 147 -
CMYK 0.02 0.86 0 0.42
HSL 298.58º 0.76% 0.33% -
HSV(B) 298.58º 0.86% 0.58% -
XYZ 17.02 8.54 28.35 -
YUV 71.55 170.58 179.67 -
System Red Green Blue C M Y K H S L
Decimal 144 20 147 0.02 0.86 0 0.42 298.58 0.76 0.33
Hex 90 14 93 2 56 0 2A 12B 4C 21
Octal 220 24 223 2 126 0 52 453 114 41
Binary 10010000 10100 10010011 10 1010110 0 101010 100101011 1001100 100001

Color Harmonies of #901493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901493

Black with #901493

Text Example


Text Example

White with #901493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901493; }

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

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

background-color css

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

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

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

border-color css

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

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

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