Html Css Color HEX #981994 Dark Magenta

📋 copy color: '#981994'

red 152 ◦ green 25 ◦ blue 148

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

Shades of Dark Magenta #981994

Tints of Dark Magenta #981994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.54%

R = 46.77%
G = 7.69%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#981994 (or 0x981994) is known color: Dark Magenta. HEX triplet: 98, 19 and 94. RGB value is (152,25,148). Sum of RGB (Red+Green+Blue) = 152+25+148=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #981994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981994 is #67E66B. Grayscale: #4C4C4C. Windows color (decimal): -6809196 or 9705880. OLE color: 9705880.

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

Color convert

RGB 152 25 148 -
CMYK 0 0.84 0.03 0.40
HSL 301.89º 0.72% 0.35% -
HSV(B) 301.89º 0.84% 0.6% -
XYZ 18.64 9.51 28.87 -
YUV 77 168.08 181.5 -
System Red Green Blue C M Y K H S L
Decimal 152 25 148 0 0.84 0.03 0.40 301.89 0.72 0.35
Hex 98 19 94 0 54 3 28 12E 48 23
Octal 230 31 224 0 124 3 50 456 110 43
Binary 10011000 11001 10010100 0 1010100 11 101000 100101110 1001000 100011

Color Harmonies of #981994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981994

Black with #981994

Text Example


Text Example

White with #981994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981994; }

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

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

background-color css

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

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

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

border-color css

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

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

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