Html Css Color HEX #911996 Dark Magenta

📋 copy color: '#911996'

red 145 ◦ green 25 ◦ blue 150

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

Shades of Dark Magenta #911996

Tints of Dark Magenta #911996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.88%

R = 45.31%
G = 7.81%
B = 46.88%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#911996 (or 0x911996) is known color: Dark Magenta. HEX triplet: 91, 19 and 96. RGB value is (145,25,150). Sum of RGB (Red+Green+Blue) = 145+25+150=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: blue. Hex color #911996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911996 is #6EE669. Grayscale: #4A4A4A. Windows color (decimal): -7267946 or 9836945. OLE color: 9836945.

HSL color Cylindrical-coordinate representation of color #911996: hue angle of 297.6º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #911996 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 145 25 150 -
CMYK 0.03 0.83 0 0.41
HSL 297.6º 0.71% 0.34% -
HSV(B) 297.6º 0.83% 0.59% -
XYZ 17.53 8.92 29.65 -
YUV 75.13 170.26 177.84 -
System Red Green Blue C M Y K H S L
Decimal 145 25 150 0.03 0.83 0 0.41 297.6 0.71 0.34
Hex 91 19 96 3 53 0 29 12A 47 22
Octal 221 31 226 3 123 0 51 452 107 42
Binary 10010001 11001 10010110 11 1010011 0 101001 100101010 1000111 100010

Color Harmonies of #911996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911996

Black with #911996

Text Example


Text Example

White with #911996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911996; }

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

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

background-color css

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

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

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

border-color css

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

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

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