Html Css Color HEX #901388 Dark Magenta

📋 copy color: '#901388'

red 144 ◦ green 19 ◦ blue 136

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

Shades of Dark Magenta #901388

Tints of Dark Magenta #901388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.48%

R = 48.16%
G = 6.35%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#901388 (or 0x901388) is known color: Dark Magenta. HEX triplet: 90, 13 and 88. RGB value is (144,19,136). Sum of RGB (Red+Green+Blue) = 144+19+136=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #901388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901388 is #6FEC77. Grayscale: #454545. Windows color (decimal): -7335032 or 8917904. OLE color: 8917904.

HSL color Cylindrical-coordinate representation of color #901388: hue angle of 303.84º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901388 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 19 136 -
CMYK 0 0.87 0.06 0.44
HSL 303.84º 0.77% 0.32% -
HSV(B) 303.84º 0.87% 0.56% -
XYZ 16.18 8.17 24.02 -
YUV 69.71 165.41 180.99 -
System Red Green Blue C M Y K H S L
Decimal 144 19 136 0 0.87 0.06 0.44 303.84 0.77 0.32
Hex 90 13 88 0 57 6 2C 130 4D 20
Octal 220 23 210 0 127 6 54 460 115 40
Binary 10010000 10011 10001000 0 1010111 110 101100 100110000 1001101 100000

Color Harmonies of #901388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901388

Black with #901388

Text Example


Text Example

White with #901388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901388; }

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

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

background-color css

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

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

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

border-color css

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

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

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