#98179B

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

Shades of Dark Magenta #98179B

Tints of Dark Magenta #98179B

Color information

#98179B (or 0x98179B) is unknown color: approx Dark Magenta. HEX triplet: 98, 17 and 9B. RGB value is (152,23,155). Sum of RGB (Red+Green+Blue) = 152+23+155=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #98179B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98179B is #67E864. Grayscale: #4C4C4C. Windows color (decimal): -6809701 or 10164120. OLE color: 10164120.

HSL color Cylindrical-coordinate representation of color #98179B: hue angle of 298.64º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98179B is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15223155-
CMYK0.020.8500.39
HSL298.64º74.16%34.9%-
HSV(B)298.64º85.16%60.78%-
XYZ19.179.6531.86-
YUV76.62172.24181.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.06%
GREEN value IS 23 (9.38% from 255) = 6.97%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=46.06%
G=6.97%
B=46.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152231550.020.8500.39298.6474.1634.9
Hex98179B25502712b4a23
Octal23027233212504745311243
Binary10011000101111001101110101010101001111001010111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98179B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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