Html Css Color HEX #911590 Dark Magenta

📋 copy color: '#911590'

red 145 ◦ green 21 ◦ blue 144

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

Shades of Dark Magenta #911590

Tints of Dark Magenta #911590

RGB

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

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

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

R = 46.77%
G = 6.77%
B = 46.45%

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

#911590 (or 0x911590) is known color: Dark Magenta. HEX triplet: 91, 15 and 90. RGB value is (145,21,144). Sum of RGB (Red+Green+Blue) = 145+21+144=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #911590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911590 is #6EEA6F. Grayscale: #474747. Windows color (decimal): -7268976 or 9442705. OLE color: 9442705.

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

Color convert

RGB 145 21 144 -
CMYK 0 0.86 0.01 0.43
HSL 300.48º 0.75% 0.33% -
HSV(B) 300.48º 0.86% 0.57% -
XYZ 16.98 8.57 27.14 -
YUV 72.1 168.58 180 -
System Red Green Blue C M Y K H S L
Decimal 145 21 144 0 0.86 0.01 0.43 300.48 0.75 0.33
Hex 91 15 90 0 56 1 2B 12C 4B 21
Octal 221 25 220 0 126 1 53 454 113 41
Binary 10010001 10101 10010000 0 1010110 1 101011 100101100 1001011 100001

Color Harmonies of #911590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911590

Black with #911590

Text Example


Text Example

White with #911590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911590; }

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

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

background-color css

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

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

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

border-color css

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

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

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