Html Css Color HEX #911999 Dark Magenta

📋 copy color: '#911999'

red 145 ◦ green 25 ◦ blue 153

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

Shades of Dark Magenta #911999

Tints of Dark Magenta #911999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.37%

R = 44.89%
G = 7.74%
B = 47.37%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#911999 (or 0x911999) is known color: Dark Magenta. HEX triplet: 91, 19 and 99. RGB value is (145,25,153). Sum of RGB (Red+Green+Blue) = 145+25+153=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #911999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911999 is #6EE666. Grayscale: #4B4B4B. Windows color (decimal): -7267943 or 10033553. OLE color: 10033553.

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

Color convert

RGB 145 25 153 -
CMYK 0.05 0.84 0 0.4
HSL 296.25º 0.72% 0.35% -
HSV(B) 296.25º 0.84% 0.6% -
XYZ 17.77 9.01 30.94 -
YUV 75.47 171.76 177.59 -
System Red Green Blue C M Y K H S L
Decimal 145 25 153 0.05 0.84 0 0.4 296.25 0.72 0.35
Hex 91 19 99 5 54 0 28 128 48 23
Octal 221 31 231 5 124 0 50 450 110 43
Binary 10010001 11001 10011001 101 1010100 0 101000 100101000 1001000 100011

Color Harmonies of #911999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911999

Black with #911999

Text Example


Text Example

White with #911999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911999; }

 p { color: rgb(145,25,153); }

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

background-color css

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

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

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

border-color css

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

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

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