#98109D

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

Shades of Dark Magenta #98109D

Tints of Dark Magenta #98109D

Color information

#98109D (or 0x98109D) is unknown color: approx Dark Magenta. HEX triplet: 98, 10 and 9D. RGB value is (152,16,157). Sum of RGB (Red+Green+Blue) = 152+16+157=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #98109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98109D is #67EF62. Grayscale: #484848. Windows color (decimal): -6811491 or 10293400. OLE color: 10293400.

HSL color Cylindrical-coordinate representation of color #98109D: hue angle of 297.87º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98109D is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15216157-
CMYK0.030.9000.38
HSL297.87º81.5%33.92%-
HSV(B)297.87º89.81%61.57%-
XYZ19.229.4832.72-
YUV72.74175.56184.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 16 (6.64% from 255) = 4.92%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=46.77%
G=4.92%
B=48.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152161570.030.9000.38297.8781.533.92
Hex98109D35A02612a5222
Octal23020235313204645212242
Binary10011000100001001110111101101001001101001010101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98109D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,16,157); }

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

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

 a { background-color: rgb(152,16,157); }

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

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

 span { border-color: rgb(152,16,157); }

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