Html Css Color HEX #981997 Dark Magenta

📋 copy color: '#981997'

red 152 ◦ green 25 ◦ blue 151

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

Shades of Dark Magenta #981997

Tints of Dark Magenta #981997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.04%

R = 46.34%
G = 7.62%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#981997 (or 0x981997) is known color: Dark Magenta. HEX triplet: 98, 19 and 97. RGB value is (152,25,151). Sum of RGB (Red+Green+Blue) = 152+25+151=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #981997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981997 is #67E668. Grayscale: #4C4C4C. Windows color (decimal): -6809193 or 9902488. OLE color: 9902488.

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

Color convert

RGB 152 25 151 -
CMYK 0 0.84 0.01 0.40
HSL 300.47º 0.72% 0.35% -
HSV(B) 300.47º 0.84% 0.6% -
XYZ 18.88 9.61 30.14 -
YUV 77.34 169.58 181.25 -
System Red Green Blue C M Y K H S L
Decimal 152 25 151 0 0.84 0.01 0.40 300.47 0.72 0.35
Hex 98 19 97 0 54 1 28 12C 48 23
Octal 230 31 227 0 124 1 50 454 110 43
Binary 10011000 11001 10010111 0 1010100 1 101000 100101100 1001000 100011

Color Harmonies of #981997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981997

Black with #981997

Text Example


Text Example

White with #981997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981997; }

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

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

background-color css

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

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

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

border-color css

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

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

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