Html Css Color HEX #901997 Dark Magenta

📋 copy color: '#901997'

red 144 ◦ green 25 ◦ blue 151

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

Shades of Dark Magenta #901997

Tints of Dark Magenta #901997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.81%

 BLUE value IS 151 (59.38% from 255) = 47.19%

R = 45%
G = 7.81%
B = 47.19%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#901997 (or 0x901997) is known color: Dark Magenta. HEX triplet: 90, 19 and 97. RGB value is (144,25,151). Sum of RGB (Red+Green+Blue) = 144+25+151=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 151 - color contains mainly: blue. Hex color #901997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901997 is #6FE668. Grayscale: #4A4A4A. Windows color (decimal): -7333481 or 9902480. OLE color: 9902480.

HSL color Cylindrical-coordinate representation of color #901997: hue angle of 296.67º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901997 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 25 151 -
CMYK 0.05 0.83 0 0.41
HSL 296.67º 0.72% 0.35% -
HSV(B) 296.67º 0.83% 0.59% -
XYZ 17.44 8.86 30.07 -
YUV 74.95 170.92 177.25 -
System Red Green Blue C M Y K H S L
Decimal 144 25 151 0.05 0.83 0 0.41 296.67 0.72 0.35
Hex 90 19 97 5 53 0 29 129 48 23
Octal 220 31 227 5 123 0 51 451 110 43
Binary 10010000 11001 10010111 101 1010011 0 101001 100101001 1001000 100011

Color Harmonies of #901997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901997

Black with #901997

Text Example


Text Example

White with #901997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901997; }

 p { color: rgb(144,25,151); }

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

background-color css

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

 a { background-color: rgb(144,25,151); }

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

border-color css

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

 span { border-color: rgb(144,25,151); }

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