Html Css Color HEX #901589 Dark Magenta

📋 copy color: '#901589'

red 144 ◦ green 21 ◦ blue 137

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

Shades of Dark Magenta #901589

Tints of Dark Magenta #901589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.95%

 BLUE value IS 137 (53.91% from 255) = 45.36%

R = 47.68%
G = 6.95%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#901589 (or 0x901589) is known color: Dark Magenta. HEX triplet: 90, 15 and 89. RGB value is (144,21,137). Sum of RGB (Red+Green+Blue) = 144+21+137=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 144 - color contains mainly: red. Hex color #901589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901589 is #6FEA76. Grayscale: #464646. Windows color (decimal): -7334519 or 8983952. OLE color: 8983952.

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

Color convert

RGB 144 21 137 -
CMYK 0 0.85 0.05 0.44
HSL 303.41º 0.75% 0.32% -
HSV(B) 303.41º 0.85% 0.56% -
XYZ 16.29 8.27 24.41 -
YUV 71 165.25 180.07 -
System Red Green Blue C M Y K H S L
Decimal 144 21 137 0 0.85 0.05 0.44 303.41 0.75 0.32
Hex 90 15 89 0 55 5 2C 12F 4B 20
Octal 220 25 211 0 125 5 54 457 113 40
Binary 10010000 10101 10001001 0 1010101 101 101100 100101111 1001011 100000

Color Harmonies of #901589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901589

Black with #901589

Text Example


Text Example

White with #901589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901589; }

 p { color: rgb(144,21,137); }

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

background-color css

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

 a { background-color: rgb(144,21,137); }

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

border-color css

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

 span { border-color: rgb(144,21,137); }

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