#98049E

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

Shades of Dark Magenta #98049E

Tints of Dark Magenta #98049E

Color information

#98049E (or 0x98049E) is unknown color: approx Dark Magenta. HEX triplet: 98, 04 and 9E. RGB value is (152,4,158). Sum of RGB (Red+Green+Blue) = 152+4+158=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #98049E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98049E is #67FB61. Grayscale: #414141. Windows color (decimal): -6814562 or 10355864. OLE color: 10355864.

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

Color convert

RGB1524158-
CMYK0.040.9700.38
HSL297.66º95.06%31.76%-
HSV(B)297.66º97.47%61.96%-
XYZ19.169.2333.12-
YUV65.81180.03189.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.41%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=48.41%
G=1.27%
B=50.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15241580.040.9700.38297.6695.0631.76
Hex9849E46102612a5f20
Octal2304236414104645213740
Binary1001100010010011110100110000101001101001010101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98049E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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