#98199B

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

Shades of Dark Magenta #98199B

Tints of Dark Magenta #98199B

Color information

#98199B (or 0x98199B) is unknown color: approx Dark Magenta. HEX triplet: 98, 19 and 9B. RGB value is (152,25,155). Sum of RGB (Red+Green+Blue) = 152+25+155=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #98199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98199B is #67E664. Grayscale: #4D4D4D. Windows color (decimal): -6809189 or 10164632. OLE color: 10164632.

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

Color convert

RGB15225155-
CMYK0.020.8400.39
HSL298.62º72.22%35.29%-
HSV(B)298.62º83.87%60.78%-
XYZ19.219.7431.88-
YUV77.79171.58180.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 25 (10.16% from 255) = 7.53%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=45.78%
G=7.53%
B=46.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152251550.020.8400.39298.6272.2235.29
Hex98199B25402712b4823
Octal23031233212404745311043
Binary10011000110011001101110101010001001111001010111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98199B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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