Html Css Color HEX #911490 Dark Magenta

📋 copy color: '#911490'

red 145 ◦ green 20 ◦ blue 144

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

Shades of Dark Magenta #911490

Tints of Dark Magenta #911490

RGB

 RED value IS 145 (57.03% from 255) = 46.93%

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

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

R = 46.93%
G = 6.47%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#911490 (or 0x911490) is known color: Dark Magenta. HEX triplet: 91, 14 and 90. RGB value is (145,20,144). Sum of RGB (Red+Green+Blue) = 145+20+144=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #911490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911490 is #6EEB6F. Grayscale: #474747. Windows color (decimal): -7269232 or 9442449. OLE color: 9442449.

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

Color convert

RGB 145 20 144 -
CMYK 0 0.86 0.01 0.43
HSL 300.48º 0.76% 0.32% -
HSV(B) 300.48º 0.86% 0.57% -
XYZ 16.96 8.53 27.14 -
YUV 71.51 168.91 180.42 -
System Red Green Blue C M Y K H S L
Decimal 145 20 144 0 0.86 0.01 0.43 300.48 0.76 0.32
Hex 91 14 90 0 56 1 2B 12C 4C 20
Octal 221 24 220 0 126 1 53 454 114 40
Binary 10010001 10100 10010000 0 1010110 1 101011 100101100 1001100 100000

Color Harmonies of #911490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911490

Black with #911490

Text Example


Text Example

White with #911490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911490; }

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

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

background-color css

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

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

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

border-color css

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

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

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