Html Css Color HEX #98119D Dark Magenta

📋 copy color: '#98119D'

red 152 ◦ green 17 ◦ blue 157

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

Shades of Dark Magenta #98119D

Tints of Dark Magenta #98119D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.21%

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

R = 46.63%
G = 5.21%
B = 48.16%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98119D (or 0x98119D) is known color: Dark Magenta. HEX triplet: 98, 11 and 9D. RGB value is (152,17,157). Sum of RGB (Red+Green+Blue) = 152+17+157=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #98119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98119D is #67EE62. Grayscale: #484848. Windows color (decimal): -6811235 or 10293656. OLE color: 10293656.

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

Color convert

RGB 152 17 157 -
CMYK 0.03 0.89 0 0.38
HSL 297.86º 0.8% 0.34% -
HSV(B) 297.86º 0.89% 0.62% -
XYZ 19.24 9.51 32.72 -
YUV 73.33 175.23 184.12 -
System Red Green Blue C M Y K H S L
Decimal 152 17 157 0.03 0.89 0 0.38 297.86 0.8 0.34
Hex 98 11 9D 3 59 0 26 12A 50 22
Octal 230 21 235 3 131 0 46 452 120 42
Binary 10011000 10001 10011101 11 1011001 0 100110 100101010 1010000 100010

Color Harmonies of #98119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98119D

Black with #98119D

Text Example


Text Example

White with #98119D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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