#98179E

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

Shades of Dark Magenta #98179E

Tints of Dark Magenta #98179E

Color information

#98179E (or 0x98179E) is unknown color: approx Dark Magenta. HEX triplet: 98, 17 and 9E. RGB value is (152,23,158). Sum of RGB (Red+Green+Blue) = 152+23+158=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #98179E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98179E is #67E861. Grayscale: #4C4C4C. Windows color (decimal): -6809698 or 10360728. OLE color: 10360728.

HSL color Cylindrical-coordinate representation of color #98179E: hue angle of 297.33º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98179E is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15223158-
CMYK0.040.8500.38
HSL297.33º74.59%35.49%-
HSV(B)297.33º85.44%61.96%-
XYZ19.439.7633.21-
YUV76.96173.74181.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 23 (9.38% from 255) = 6.91%
BLUE value IS 158 (62.11% from 255) = 47.45%
R=45.65%
G=6.91%
B=47.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152231580.040.8500.38297.3374.5935.49
Hex98179E4550261294b23
Octal23027236412504645111343
Binary100110001011110011110100101010101001101001010011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98179E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,23,158); }

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

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

 a { background-color: rgb(152,23,158); }

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

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

 span { border-color: rgb(152,23,158); }

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