Html Css Color HEX #981998 Dark Magenta

📋 copy color: '#981998'

red 152 ◦ green 25 ◦ blue 152

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

Shades of Dark Magenta #981998

Tints of Dark Magenta #981998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.2%

R = 46.2%
G = 7.6%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#981998 (or 0x981998) is known color: Dark Magenta. HEX triplet: 98, 19 and 98. RGB value is (152,25,152). Sum of RGB (Red+Green+Blue) = 152+25+152=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #981998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981998 is #67E667. Grayscale: #4D4D4D. Windows color (decimal): -6809192 or 9968024. OLE color: 9968024.

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

Color convert

RGB 152 25 152 -
CMYK 0 0.84 0 0.40
HSL 300º 0.72% 0.35% -
HSV(B) 300º 0.84% 0.6% -
XYZ 18.96 9.64 30.57 -
YUV 77.45 170.08 181.17 -
System Red Green Blue C M Y K H S L
Decimal 152 25 152 0 0.84 0 0.40 300 0.72 0.35
Hex 98 19 98 0 54 0 28 12C 48 23
Octal 230 31 230 0 124 0 50 454 110 43
Binary 10011000 11001 10011000 0 1010100 0 101000 100101100 1001000 100011

Color Harmonies of #981998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981998

Black with #981998

Text Example


Text Example

White with #981998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981998; }

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

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

background-color css

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

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

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

border-color css

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

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

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