Html Css Color HEX #981899 Dark Magenta

📋 copy color: '#981899'

red 152 ◦ green 24 ◦ blue 153

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

Shades of Dark Magenta #981899

Tints of Dark Magenta #981899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.29%

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

R = 46.2%
G = 7.29%
B = 46.5%

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

#981899 (or 0x981899) is known color: Dark Magenta. HEX triplet: 98, 18 and 99. RGB value is (152,24,153). Sum of RGB (Red+Green+Blue) = 152+24+153=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #981899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981899 is #67E766. Grayscale: #4C4C4C. Windows color (decimal): -6809447 or 10033304. OLE color: 10033304.

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

Color convert

RGB 152 24 153 -
CMYK 0.01 0.84 0 0.4
HSL 299.53º 0.73% 0.35% -
HSV(B) 299.53º 0.84% 0.6% -
XYZ 19.03 9.63 30.99 -
YUV 76.98 170.91 181.51 -
System Red Green Blue C M Y K H S L
Decimal 152 24 153 0.01 0.84 0 0.4 299.53 0.73 0.35
Hex 98 18 99 1 54 0 28 12C 49 23
Octal 230 30 231 1 124 0 50 454 111 43
Binary 10011000 11000 10011001 1 1010100 0 101000 100101100 1001001 100011

Color Harmonies of #981899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981899

Black with #981899

Text Example


Text Example

White with #981899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981899; }

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

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

background-color css

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

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

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

border-color css

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

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

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