Html Css Color HEX #911D95 Dark Magenta

📋 copy color: '#911D95'

red 145 ◦ green 29 ◦ blue 149

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

Shades of Dark Magenta #911D95

Tints of Dark Magenta #911D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.13%

R = 44.89%
G = 8.98%
B = 46.13%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#911D95 (or 0x911D95) is known color: Dark Magenta. HEX triplet: 91, 1D and 95. RGB value is (145,29,149). Sum of RGB (Red+Green+Blue) = 145+29+149=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #911D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911D95 is #6EE26A. Grayscale: #4D4D4D. Windows color (decimal): -7266923 or 9772433. OLE color: 9772433.

HSL color Cylindrical-coordinate representation of color #911D95: hue angle of 298º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #911D95 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 29 149 -
CMYK 0.03 0.81 0 0.42
HSL 298º 0.67% 0.35% -
HSV(B) 298º 0.81% 0.58% -
XYZ 17.54 9.07 29.26 -
YUV 77.36 168.43 176.24 -
System Red Green Blue C M Y K H S L
Decimal 145 29 149 0.03 0.81 0 0.42 298 0.67 0.35
Hex 91 1D 95 3 51 0 2A 12A 43 23
Octal 221 35 225 3 121 0 52 452 103 43
Binary 10010001 11101 10010101 11 1010001 0 101010 100101010 1000011 100011

Color Harmonies of #911D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911D95

Black with #911D95

Text Example


Text Example

White with #911D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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