#991098

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

Shades of Dark Magenta #991098

Tints of Dark Magenta #991098

Color information

#991098 (or 0x991098) is unknown color: approx Dark Magenta. HEX triplet: 99, 10 and 98. RGB value is (153,16,152). Sum of RGB (Red+Green+Blue) = 153+16+152=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #991098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991098 is #66EF67. Grayscale: #484848. Windows color (decimal): -6745960 or 9965721. OLE color: 9965721.

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

Color convert

RGB15316152-
CMYK00.900.010.4
HSL300.44º81.07%33.14%-
HSV(B)300.44º89.54%60%-
XYZ18.999.4130.52-
YUV72.47172.89185.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.66%
GREEN value IS 16 (6.64% from 255) = 4.98%
BLUE value IS 152 (59.77% from 255) = 47.35%
R=47.66%
G=4.98%
B=47.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531615200.900.010.4300.4481.0733.14
Hex99109805A12812c5121
Octal23120230013215045412141
Binary1001100110000100110000101101011010001001011001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991098; }

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

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

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

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

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

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

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

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