Html Css Color HEX #981D97 Dark Magenta

📋 copy color: '#981D97'

red 152 ◦ green 29 ◦ blue 151

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

Shades of Dark Magenta #981D97

Tints of Dark Magenta #981D97

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.73%

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

R = 45.78%
G = 8.73%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#981D97 (or 0x981D97) is known color: Dark Magenta. HEX triplet: 98, 1D and 97. RGB value is (152,29,151). Sum of RGB (Red+Green+Blue) = 152+29+151=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #981D97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981D97 is #67E268. Grayscale: #4F4F4F. Windows color (decimal): -6808169 or 9903512. OLE color: 9903512.

HSL color Cylindrical-coordinate representation of color #981D97: hue angle of 300.49º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981D97 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 29 151 -
CMYK 0 0.81 0.01 0.40
HSL 300.49º 0.68% 0.35% -
HSV(B) 300.49º 0.81% 0.6% -
XYZ 18.97 9.79 30.17 -
YUV 79.69 168.25 179.58 -
System Red Green Blue C M Y K H S L
Decimal 152 29 151 0 0.81 0.01 0.40 300.49 0.68 0.35
Hex 98 1D 97 0 51 1 28 12C 44 23
Octal 230 35 227 0 121 1 50 454 104 43
Binary 10011000 11101 10010111 0 1010001 1 101000 100101100 1000100 100011

Color Harmonies of #981D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D97

Black with #981D97

Text Example


Text Example

White with #981D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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