Html Css Color HEX #98199C Dark Magenta

📋 copy color: '#98199C'

red 152 ◦ green 25 ◦ blue 156

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

Shades of Dark Magenta #98199C

Tints of Dark Magenta #98199C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.51%

 BLUE value IS 156 (61.33% from 255) = 46.85%

R = 45.65%
G = 7.51%
B = 46.85%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98199C (or 0x98199C) is known color: Dark Magenta. HEX triplet: 98, 19 and 9C. RGB value is (152,25,156). Sum of RGB (Red+Green+Blue) = 152+25+156=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #98199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98199C is #67E663. Grayscale: #4D4D4D. Windows color (decimal): -6809188 or 10230168. OLE color: 10230168.

HSL color Cylindrical-coordinate representation of color #98199C: hue angle of 298.17º 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 #98199C is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 25 156 -
CMYK 0.03 0.84 0 0.39
HSL 298.17º 0.72% 0.35% -
HSV(B) 298.17º 0.84% 0.61% -
XYZ 19.3 9.77 32.32 -
YUV 77.91 172.08 180.85 -
System Red Green Blue C M Y K H S L
Decimal 152 25 156 0.03 0.84 0 0.39 298.17 0.72 0.35
Hex 98 19 9C 3 54 0 27 12A 48 23
Octal 230 31 234 3 124 0 47 452 110 43
Binary 10011000 11001 10011100 11 1010100 0 100111 100101010 1001000 100011

Color Harmonies of #98199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98199C

Black with #98199C

Text Example


Text Example

White with #98199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98199C;
 }
 .AnyTagClassName
 {
   color: #98199C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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