#98118B

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

Shades of Dark Magenta #98118B

Tints of Dark Magenta #98118B

Color information

#98118B (or 0x98118B) is unknown color: approx Dark Magenta. HEX triplet: 98, 11 and 8B. RGB value is (152,17,139). Sum of RGB (Red+Green+Blue) = 152+17+139=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #98118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98118B is #67EE74. Grayscale: #464646. Windows color (decimal): -6811253 or 9114008. OLE color: 9114008.

HSL color Cylindrical-coordinate representation of color #98118B: hue angle of 305.78º 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 #98118B is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15217139-
CMYK00.890.090.40
HSL305.78º79.88%33.14%-
HSV(B)305.78º88.82%59.61%-
XYZ17.818.9425.21-
YUV71.27166.23185.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 17 (7.03% from 255) = 5.52%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=49.35%
G=5.52%
B=45.13%

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
Decimal1521713900.890.090.40305.7879.8833.14
Hex98118B0599281325021
Octal230212130131115046212041
Binary1001100010001100010110101100110011010001001100101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98118B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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