Html Css Color HEX #98049D Dark Magenta

📋 copy color: '#98049D'

red 152 ◦ green 4 ◦ blue 157

#98049D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #98049D

Tints of Dark Magenta #98049D

RGB

 RED value IS 152 (59.77% from 255) = 48.56%

 GREEN value IS 4 (1.95% from 255) = 1.28%

 BLUE value IS 157 (61.72% from 255) = 50.16%

R = 48.56%
G = 1.28%
B = 50.16%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98049D (or 0x98049D) is known color: Dark Magenta. HEX triplet: 98, 04 and 9D. RGB value is (152,4,157). Sum of RGB (Red+Green+Blue) = 152+4+157=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #98049D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98049D is #67FB62. Grayscale: #414141. Windows color (decimal): -6814563 or 10290328. OLE color: 10290328.

HSL color Cylindrical-coordinate representation of color #98049D: hue angle of 298.04º 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 #98049D is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 4 157 -
CMYK 0.03 0.97 0 0.38
HSL 298.04º 0.95% 0.32% -
HSV(B) 298.04º 0.97% 0.62% -
XYZ 19.08 9.2 32.67 -
YUV 65.69 179.53 189.56 -
System Red Green Blue C M Y K H S L
Decimal 152 4 157 0.03 0.97 0 0.38 298.04 0.95 0.32
Hex 98 4 9D 3 61 0 26 12A 5F 20
Octal 230 4 235 3 141 0 46 452 137 40
Binary 10011000 100 10011101 11 1100001 0 100110 100101010 1011111 100000

Color Harmonies of #98049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98049D

Black with #98049D

Text Example


Text Example

White with #98049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98049D;
 }
 .AnyTagClassName
 {
   color: #98049D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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