Html Css Color HEX #991088 Dark Magenta

📋 copy color: '#991088'

red 153 ◦ green 16 ◦ blue 136

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

Shades of Dark Magenta #991088

Tints of Dark Magenta #991088

RGB

 RED value IS 153 (60.16% from 255) = 50.16%

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

 BLUE value IS 136 (53.52% from 255) = 44.59%

R = 50.16%
G = 5.25%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#991088 (or 0x991088) is known color: Dark Magenta. HEX triplet: 99, 10 and 88. RGB value is (153,16,136). Sum of RGB (Red+Green+Blue) = 153+16+136=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #991088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991088 is #66EF77. Grayscale: #464646. Windows color (decimal): -6745976 or 8917145. OLE color: 8917145.

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

Color convert

RGB 153 16 136 -
CMYK 0 0.90 0.11 0.4
HSL 307.45º 0.81% 0.33% -
HSV(B) 307.45º 0.9% 0.6% -
XYZ 17.77 8.92 24.08 -
YUV 70.64 164.89 186.74 -
System Red Green Blue C M Y K H S L
Decimal 153 16 136 0 0.90 0.11 0.4 307.45 0.81 0.33
Hex 99 10 88 0 5A B 28 133 51 21
Octal 231 20 210 0 132 13 50 463 121 41
Binary 10011001 10000 10001000 0 1011010 1011 101000 100110011 1010001 100001

Color Harmonies of #991088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991088

Black with #991088

Text Example


Text Example

White with #991088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991088; }

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

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

background-color css

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

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

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

border-color css

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

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

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