Html Css Color HEX #911199 Dark Magenta

📋 copy color: '#911199'

red 145 ◦ green 17 ◦ blue 153

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

Shades of Dark Magenta #911199

Tints of Dark Magenta #911199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.4%

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

R = 46.03%
G = 5.4%
B = 48.57%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#911199 (or 0x911199) is known color: Dark Magenta. HEX triplet: 91, 11 and 99. RGB value is (145,17,153). Sum of RGB (Red+Green+Blue) = 145+17+153=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #911199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911199 is #6EEE66. Grayscale: #464646. Windows color (decimal): -7269991 or 10031505. OLE color: 10031505.

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

Color convert

RGB 145 17 153 -
CMYK 0.05 0.89 0 0.4
HSL 296.47º 0.8% 0.33% -
HSV(B) 296.47º 0.89% 0.6% -
XYZ 17.63 8.72 30.89 -
YUV 70.78 174.41 180.94 -
System Red Green Blue C M Y K H S L
Decimal 145 17 153 0.05 0.89 0 0.4 296.47 0.8 0.33
Hex 91 11 99 5 59 0 28 128 50 21
Octal 221 21 231 5 131 0 50 450 120 41
Binary 10010001 10001 10011001 101 1011001 0 101000 100101000 1010000 100001

Color Harmonies of #911199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911199

Black with #911199

Text Example


Text Example

White with #911199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911199; }

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

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

background-color css

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

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

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

border-color css

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

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

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