#991E98

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

Shades of Dark Magenta #991E98

Tints of Dark Magenta #991E98

Color information

#991E98 (or 0x991E98) is unknown color: approx Dark Magenta. HEX triplet: 99, 1E and 98. RGB value is (153,30,152). Sum of RGB (Red+Green+Blue) = 153+30+152=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #991E98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991E98 is #66E167. Grayscale: #505050. Windows color (decimal): -6742376 or 9969305. OLE color: 9969305.

HSL color Cylindrical-coordinate representation of color #991E98: hue angle of 300.49º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991E98 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB15330152-
CMYK00.800.010.4
HSL300.49º67.21%35.88%-
HSV(B)300.49º80.39%60%-
XYZ19.279.9730.61-
YUV80.68168.25179.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 30 (12.11% from 255) = 8.96%
BLUE value IS 152 (59.77% from 255) = 45.37%
R=45.67%
G=8.96%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533015200.800.010.4300.4967.2135.88
Hex991E9805012812c4324
Octal23136230012015045410344
Binary1001100111110100110000101000011010001001011001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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