#991898

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

Shades of Dark Magenta #991898

Tints of Dark Magenta #991898

Color information

#991898 (or 0x991898) is unknown color: approx Dark Magenta. HEX triplet: 99, 18 and 98. RGB value is (153,24,152). Sum of RGB (Red+Green+Blue) = 153+24+152=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #991898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991898 is #66E767. Grayscale: #4C4C4C. Windows color (decimal): -6743912 or 9967769. OLE color: 9967769.

HSL color Cylindrical-coordinate representation of color #991898: hue angle of 300.47º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991898 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB15324152-
CMYK00.840.010.4
HSL300.47º72.88%34.71%-
HSV(B)300.47º84.31%60%-
XYZ19.139.6930.57-
YUV77.16170.24182.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 24 (9.77% from 255) = 7.29%
BLUE value IS 152 (59.77% from 255) = 46.20%
R=46.50%
G=7.29%
B=46.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532415200.840.010.4300.4772.8834.71
Hex99189805412812c4923
Octal23130230012415045411143
Binary1001100111000100110000101010011010001001011001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991898; }

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

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

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

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

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

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

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

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