#991188

Color #991188 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #991188

Tints of Dark Magenta #991188

Color information

#991188 (or 0x991188) is unknown color: approx Dark Magenta. HEX triplet: 99, 11 and 88. RGB value is (153,17,136). Sum of RGB (Red+Green+Blue) = 153+17+136=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #991188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991188 is #66EE77. Grayscale: #464646. Windows color (decimal): -6745720 or 8917401. OLE color: 8917401.

HSL color Cylindrical-coordinate representation of color #991188: hue angle of 307.5º 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 #991188 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB15317136-
CMYK00.890.110.4
HSL307.5º80%33.33%-
HSV(B)307.5º88.89%60%-
XYZ17.788.9524.08-
YUV71.23164.56186.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 5.56%
BLUE value IS 136 (53.52% from 255) = 44.44%
R=50%
G=5.56%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531713600.890.110.4307.58033.33
Hex991188059B281345021
Octal231212100131135046412041
Binary1001100110001100010000101100110111010001001101001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991188; }

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

 H1.HeaderClassName
 {
   color: #991188;
 }
 .AnyTagClassName
 {
   color: #991188;
 }
</style>
background-color css

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

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

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

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

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

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