#98118A

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

Shades of Dark Magenta #98118A

Tints of Dark Magenta #98118A

Color information

#98118A (or 0x98118A) is unknown color: approx Dark Magenta. HEX triplet: 98, 11 and 8A. RGB value is (152,17,138). Sum of RGB (Red+Green+Blue) = 152+17+138=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #98118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98118A is #67EE75. Grayscale: #464646. Windows color (decimal): -6811254 or 9048472. OLE color: 9048472.

HSL color Cylindrical-coordinate representation of color #98118A: hue angle of 306.22º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98118A is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15217138-
CMYK00.890.090.40
HSL306.22º79.88%33.14%-
HSV(B)306.22º88.82%59.61%-
XYZ17.748.9124.83-
YUV71.16165.73185.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 17 (7.03% from 255) = 5.54%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=49.51%
G=5.54%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521713800.890.090.40306.2279.8833.14
Hex98118A0599281325021
Octal230212120131115046212041
Binary1001100010001100010100101100110011010001001100101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98118A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98118A; }

 p { color: rgb(152,17,138); }

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

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

 a { background-color: rgb(152,17,138); }

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

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

 span { border-color: rgb(152,17,138); }

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