Html Css Color HEX #911D99 Dark Magenta

📋 copy color: '#911D99'

red 145 ◦ green 29 ◦ blue 153

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

Shades of Dark Magenta #911D99

Tints of Dark Magenta #911D99

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.87%

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

R = 44.34%
G = 8.87%
B = 46.79%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#911D99 (or 0x911D99) is known color: Dark Magenta. HEX triplet: 91, 1D and 99. RGB value is (145,29,153). Sum of RGB (Red+Green+Blue) = 145+29+153=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #911D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911D99 is #6EE266. Grayscale: #4D4D4D. Windows color (decimal): -7266919 or 10034577. OLE color: 10034577.

HSL color Cylindrical-coordinate representation of color #911D99: hue angle of 296.13º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #911D99 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 29 153 -
CMYK 0.05 0.81 0 0.4
HSL 296.13º 0.68% 0.36% -
HSV(B) 296.13º 0.81% 0.6% -
XYZ 17.87 9.2 30.97 -
YUV 77.82 170.43 175.92 -
System Red Green Blue C M Y K H S L
Decimal 145 29 153 0.05 0.81 0 0.4 296.13 0.68 0.36
Hex 91 1D 99 5 51 0 28 128 44 24
Octal 221 35 231 5 121 0 50 450 104 44
Binary 10010001 11101 10011001 101 1010001 0 101000 100101000 1000100 100100

Color Harmonies of #911D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911D99

Black with #911D99

Text Example


Text Example

White with #911D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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