Html Css Color HEX #901488 Dark Magenta

📋 copy color: '#901488'

red 144 ◦ green 20 ◦ blue 136

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

Shades of Dark Magenta #901488

Tints of Dark Magenta #901488

RGB

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

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

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

R = 48%
G = 6.67%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#901488 (or 0x901488) is known color: Dark Magenta. HEX triplet: 90, 14 and 88. RGB value is (144,20,136). Sum of RGB (Red+Green+Blue) = 144+20+136=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 144 - color contains mainly: red. Hex color #901488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901488 is #6FEB77. Grayscale: #454545. Windows color (decimal): -7334776 or 8918160. OLE color: 8918160.

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

Color convert

RGB 144 20 136 -
CMYK 0 0.86 0.06 0.44
HSL 303.87º 0.76% 0.32% -
HSV(B) 303.87º 0.86% 0.56% -
XYZ 16.2 8.21 24.02 -
YUV 70.3 165.08 180.57 -
System Red Green Blue C M Y K H S L
Decimal 144 20 136 0 0.86 0.06 0.44 303.87 0.76 0.32
Hex 90 14 88 0 56 6 2C 130 4C 20
Octal 220 24 210 0 126 6 54 460 114 40
Binary 10010000 10100 10001000 0 1010110 110 101100 100110000 1001100 100000

Color Harmonies of #901488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901488

Black with #901488

Text Example


Text Example

White with #901488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901488; }

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

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

background-color css

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

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

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

border-color css

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

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

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