Html Css Color HEX #901790 Dark Magenta

📋 copy color: '#901790'

red 144 ◦ green 23 ◦ blue 144

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

Shades of Dark Magenta #901790

Tints of Dark Magenta #901790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.4%

 BLUE value IS 144 (56.64% from 255) = 46.3%

R = 46.3%
G = 7.4%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#901790 (or 0x901790) is known color: Dark Magenta. HEX triplet: 90, 17 and 90. RGB value is (144,23,144). Sum of RGB (Red+Green+Blue) = 144+23+144=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #901790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901790 is #6FE86F. Grayscale: #484848. Windows color (decimal): -7334000 or 9443216. OLE color: 9443216.

HSL color Cylindrical-coordinate representation of color #901790: hue angle of 300º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901790 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 23 144 -
CMYK 0 0.84 0 0.44
HSL 300º 0.72% 0.33% -
HSV(B) 300º 0.84% 0.56% -
XYZ 16.84 8.56 27.15 -
YUV 72.97 168.09 178.66 -
System Red Green Blue C M Y K H S L
Decimal 144 23 144 0 0.84 0 0.44 300 0.72 0.33
Hex 90 17 90 0 54 0 2C 12C 48 21
Octal 220 27 220 0 124 0 54 454 110 41
Binary 10010000 10111 10010000 0 1010100 0 101100 100101100 1001000 100001

Color Harmonies of #901790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901790

Black with #901790

Text Example


Text Example

White with #901790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901790; }

 p { color: rgb(144,23,144); }

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

background-color css

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

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

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

border-color css

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

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

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