Html Css Color HEX #901393 Dark Magenta

📋 copy color: '#901393'

red 144 ◦ green 19 ◦ blue 147

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

Shades of Dark Magenta #901393

Tints of Dark Magenta #901393

RGB

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

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

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

R = 46.45%
G = 6.13%
B = 47.42%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#901393 (or 0x901393) is known color: Dark Magenta. HEX triplet: 90, 13 and 93. RGB value is (144,19,147). Sum of RGB (Red+Green+Blue) = 144+19+147=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #901393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901393 is #6FEC6C. Grayscale: #464646. Windows color (decimal): -7335021 or 9638800. OLE color: 9638800.

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

Color convert

RGB 144 19 147 -
CMYK 0.02 0.87 0 0.42
HSL 298.59º 0.77% 0.33% -
HSV(B) 298.59º 0.87% 0.58% -
XYZ 17 8.5 28.35 -
YUV 70.97 170.91 180.09 -
System Red Green Blue C M Y K H S L
Decimal 144 19 147 0.02 0.87 0 0.42 298.59 0.77 0.33
Hex 90 13 93 2 57 0 2A 12B 4D 21
Octal 220 23 223 2 127 0 52 453 115 41
Binary 10010000 10011 10010011 10 1010111 0 101010 100101011 1001101 100001

Color Harmonies of #901393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901393

Black with #901393

Text Example


Text Example

White with #901393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901393; }

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

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

background-color css

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

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

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

border-color css

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

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

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