Html Css Color HEX #98198F Dark Magenta

📋 copy color: '#98198F'

red 152 ◦ green 25 ◦ blue 143

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

Shades of Dark Magenta #98198F

Tints of Dark Magenta #98198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.69%

R = 47.5%
G = 7.81%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#98198F (or 0x98198F) is known color: Dark Magenta. HEX triplet: 98, 19 and 8F. RGB value is (152,25,143). Sum of RGB (Red+Green+Blue) = 152+25+143=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #98198F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98198F is #67E670. Grayscale: #4C4C4C. Windows color (decimal): -6809201 or 9378200. OLE color: 9378200.

HSL color Cylindrical-coordinate representation of color #98198F: hue angle of 304.25º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98198F is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 25 143 -
CMYK 0 0.84 0.06 0.40
HSL 304.25º 0.72% 0.35% -
HSV(B) 304.25º 0.84% 0.6% -
XYZ 18.25 9.35 26.83 -
YUV 76.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 152 25 143 0 0.84 0.06 0.40 304.25 0.72 0.35
Hex 98 19 8F 0 54 6 28 130 48 23
Octal 230 31 217 0 124 6 50 460 110 43
Binary 10011000 11001 10001111 0 1010100 110 101000 100110000 1001000 100011

Color Harmonies of #98198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98198F

Black with #98198F

Text Example


Text Example

White with #98198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98198F; }

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

 H1.HeaderClassName
 {
   color: #98198F;
 }
 .AnyTagClassName
 {
   color: #98198F;
 }
</style>

background-color css

<style>
 a { background-color: #98198F; }

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

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

border-color css

<style>
 span { border-color: #98198F; }

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

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