#98188D

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

Shades of Dark Magenta #98188D

Tints of Dark Magenta #98188D

Color information

#98188D (or 0x98188D) is unknown color: approx Dark Magenta. HEX triplet: 98, 18 and 8D. RGB value is (152,24,141). Sum of RGB (Red+Green+Blue) = 152+24+141=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #98188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98188D is #67E772. Grayscale: #4B4B4B. Windows color (decimal): -6809459 or 9246872. OLE color: 9246872.

HSL color Cylindrical-coordinate representation of color #98188D: hue angle of 305.16º 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 #98188D is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15224141-
CMYK00.840.070.40
HSL305.16º72.73%34.51%-
HSV(B)305.16º84.21%59.61%-
XYZ18.089.2526.03-
YUV75.61164.91182.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 24 (9.77% from 255) = 7.57%
BLUE value IS 141 (55.47% from 255) = 44.48%
R=47.95%
G=7.57%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522414100.840.070.40305.1672.7334.51
Hex98188D0547281314923
Octal23030215012475046111143
Binary100110001100010001101010101001111010001001100011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98188D; }

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

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

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

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

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

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

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

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