Html Css Color HEX #911591 Dark Magenta

📋 copy color: '#911591'

red 145 ◦ green 21 ◦ blue 145

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

Shades of Dark Magenta #911591

Tints of Dark Magenta #911591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.62%

R = 46.62%
G = 6.75%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#911591 (or 0x911591) is known color: Dark Magenta. HEX triplet: 91, 15 and 91. RGB value is (145,21,145). Sum of RGB (Red+Green+Blue) = 145+21+145=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: red, blue. Hex color #911591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911591 is #6EEA6E. Grayscale: #474747. Windows color (decimal): -7268975 or 9508241. OLE color: 9508241.

HSL color Cylindrical-coordinate representation of color #911591: hue angle of 300º 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 #911591 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 21 145 -
CMYK 0 0.86 0 0.43
HSL 300º 0.75% 0.33% -
HSV(B) 300º 0.86% 0.57% -
XYZ 17.06 8.6 27.55 -
YUV 72.21 169.08 179.92 -
System Red Green Blue C M Y K H S L
Decimal 145 21 145 0 0.86 0 0.43 300 0.75 0.33
Hex 91 15 91 0 56 0 2B 12C 4B 21
Octal 221 25 221 0 126 0 53 454 113 41
Binary 10010001 10101 10010001 0 1010110 0 101011 100101100 1001011 100001

Color Harmonies of #911591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911591

Black with #911591

Text Example


Text Example

White with #911591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911591; }

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

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

background-color css

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

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

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

border-color css

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

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

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