Html Css Color HEX #901399 Dark Magenta

📋 copy color: '#901399'

red 144 ◦ green 19 ◦ blue 153

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

Shades of Dark Magenta #901399

Tints of Dark Magenta #901399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.42%

R = 45.57%
G = 6.01%
B = 48.42%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#901399 (or 0x901399) is known color: Dark Magenta. HEX triplet: 90, 13 and 99. RGB value is (144,19,153). Sum of RGB (Red+Green+Blue) = 144+19+153=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #901399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901399 is #6FEC66. Grayscale: #474747. Windows color (decimal): -7335015 or 10032016. OLE color: 10032016.

HSL color Cylindrical-coordinate representation of color #901399: hue angle of 295.97º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901399 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 19 153 -
CMYK 0.06 0.88 0 0.4
HSL 295.97º 0.78% 0.34% -
HSV(B) 295.97º 0.88% 0.6% -
XYZ 17.48 8.69 30.89 -
YUV 71.65 173.91 179.6 -
System Red Green Blue C M Y K H S L
Decimal 144 19 153 0.06 0.88 0 0.4 295.97 0.78 0.34
Hex 90 13 99 6 58 0 28 128 4E 22
Octal 220 23 231 6 130 0 50 450 116 42
Binary 10010000 10011 10011001 110 1011000 0 101000 100101000 1001110 100010

Color Harmonies of #901399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901399

Black with #901399

Text Example


Text Example

White with #901399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901399; }

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

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

background-color css

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

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

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

border-color css

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

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

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