Html Css Color HEX #911099 Dark Magenta

📋 copy color: '#911099'

red 145 ◦ green 16 ◦ blue 153

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

Shades of Dark Magenta #911099

Tints of Dark Magenta #911099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.1%

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

R = 46.18%
G = 5.1%
B = 48.73%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#911099 (or 0x911099) is known color: Dark Magenta. HEX triplet: 91, 10 and 99. RGB value is (145,16,153). Sum of RGB (Red+Green+Blue) = 145+16+153=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #911099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911099 is #6EEF66. Grayscale: #454545. Windows color (decimal): -7270247 or 10031249. OLE color: 10031249.

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

Color convert

RGB 145 16 153 -
CMYK 0.05 0.90 0 0.4
HSL 296.5º 0.81% 0.33% -
HSV(B) 296.5º 0.9% 0.6% -
XYZ 17.61 8.69 30.89 -
YUV 70.19 174.74 181.36 -
System Red Green Blue C M Y K H S L
Decimal 145 16 153 0.05 0.90 0 0.4 296.5 0.81 0.33
Hex 91 10 99 5 5A 0 28 128 51 21
Octal 221 20 231 5 132 0 50 450 121 41
Binary 10010001 10000 10011001 101 1011010 0 101000 100101000 1010001 100001

Color Harmonies of #911099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911099

Black with #911099

Text Example


Text Example

White with #911099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911099; }

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

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

background-color css

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

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

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

border-color css

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

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

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