Html Css Color HEX #981999 Dark Magenta

📋 copy color: '#981999'

red 152 ◦ green 25 ◦ blue 153

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

Shades of Dark Magenta #981999

Tints of Dark Magenta #981999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.36%

R = 46.06%
G = 7.58%
B = 46.36%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#981999 (or 0x981999) is known color: Dark Magenta. HEX triplet: 98, 19 and 99. RGB value is (152,25,153). Sum of RGB (Red+Green+Blue) = 152+25+153=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #981999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981999 is #67E666. Grayscale: #4D4D4D. Windows color (decimal): -6809191 or 10033560. OLE color: 10033560.

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

Color convert

RGB 152 25 153 -
CMYK 0.01 0.84 0 0.4
HSL 299.53º 0.72% 0.35% -
HSV(B) 299.53º 0.84% 0.6% -
XYZ 19.05 9.67 31 -
YUV 77.57 170.58 181.09 -
System Red Green Blue C M Y K H S L
Decimal 152 25 153 0.01 0.84 0 0.4 299.53 0.72 0.35
Hex 98 19 99 1 54 0 28 12C 48 23
Octal 230 31 231 1 124 0 50 454 110 43
Binary 10011000 11001 10011001 1 1010100 0 101000 100101100 1001000 100011

Color Harmonies of #981999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981999

Black with #981999

Text Example


Text Example

White with #981999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981999; }

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

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

background-color css

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

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

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

border-color css

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

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

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