#98188E

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

Shades of Dark Magenta #98188E

Tints of Dark Magenta #98188E

Color information

#98188E (or 0x98188E) is unknown color: approx Dark Magenta. HEX triplet: 98, 18 and 8E. RGB value is (152,24,142). Sum of RGB (Red+Green+Blue) = 152+24+142=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #98188E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98188E is #67E771. Grayscale: #4B4B4B. Windows color (decimal): -6809458 or 9312408. OLE color: 9312408.

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

Color convert

RGB15224142-
CMYK00.840.070.40
HSL304.69º72.73%34.51%-
HSV(B)304.69º84.21%59.61%-
XYZ18.169.2826.43-
YUV75.72165.41182.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.80%
GREEN value IS 24 (9.77% from 255) = 7.55%
BLUE value IS 142 (55.86% from 255) = 44.65%
R=47.80%
G=7.55%
B=44.65%

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
Decimal1522414200.840.070.40304.6972.7334.51
Hex98188E0547281314923
Octal23030216012475046111143
Binary100110001100010001110010101001111010001001100011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98188E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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