Html Css Color HEX #901599 Dark Magenta

📋 copy color: '#901599'

red 144 ◦ green 21 ◦ blue 153

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

Shades of Dark Magenta #901599

Tints of Dark Magenta #901599

RGB

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

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

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

R = 45.28%
G = 6.6%
B = 48.11%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#901599 (or 0x901599) is known color: Dark Magenta. HEX triplet: 90, 15 and 99. RGB value is (144,21,153). Sum of RGB (Red+Green+Blue) = 144+21+153=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #901599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901599 is #6FEA66. Grayscale: #484848. Windows color (decimal): -7334503 or 10032528. OLE color: 10032528.

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

Color convert

RGB 144 21 153 -
CMYK 0.06 0.86 0 0.4
HSL 295.91º 0.76% 0.34% -
HSV(B) 295.91º 0.86% 0.6% -
XYZ 17.52 8.77 30.91 -
YUV 72.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 144 21 153 0.06 0.86 0 0.4 295.91 0.76 0.34
Hex 90 15 99 6 56 0 28 128 4C 22
Octal 220 25 231 6 126 0 50 450 114 42
Binary 10010000 10101 10011001 110 1010110 0 101000 100101000 1001100 100010

Color Harmonies of #901599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901599

Black with #901599

Text Example


Text Example

White with #901599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901599; }

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

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

background-color css

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

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

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

border-color css

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

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

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