#991B98

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

Shades of Dark Magenta #991B98

Tints of Dark Magenta #991B98

Color information

#991B98 (or 0x991B98) is unknown color: approx Dark Magenta. HEX triplet: 99, 1B and 98. RGB value is (153,27,152). Sum of RGB (Red+Green+Blue) = 153+27+152=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #991B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991B98 is #66E467. Grayscale: #4E4E4E. Windows color (decimal): -6743144 or 9968537. OLE color: 9968537.

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

Color convert

RGB15327152-
CMYK00.820.010.4
HSL300.48º70%35.29%-
HSV(B)300.48º82.35%60%-
XYZ19.29.8230.59-
YUV78.92169.24180.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.08%
GREEN value IS 27 (10.94% from 255) = 8.13%
BLUE value IS 152 (59.77% from 255) = 45.78%
R=46.08%
G=8.13%
B=45.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532715200.820.010.4300.487035.29
Hex991B9805212812c4623
Octal23133230012215045410643
Binary1001100111011100110000101001011010001001011001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991B98; }

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

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

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

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

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

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

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

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