#981d9f

Color #981D9F Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #981D9F

Tints of Dark Magenta #981D9F

Color information

#981D9F (or 0x981D9F) is unknown color: approx Dark Magenta. HEX triplet: 98, 1D and 9F. RGB value is (152,29,159). Sum of RGB (Red+Green+Blue) = 152+29+159=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #981D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981D9F is #67E260. Grayscale: #505050. Windows color (decimal): -6808161 or 10427800. OLE color: 10427800.

HSL color Cylindrical-coordinate representation of color #981D9F: hue angle of 296.77º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981D9F is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15229159-
CMYK0.040.8200.38
HSL296.77º69.15%36.86%-
HSV(B)296.77º81.76%62.35%-
XYZ19.6510.0633.71-
YUV80.6172.25178.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 29 (11.72% from 255) = 8.53%
BLUE value IS 159 (62.5% from 255) = 46.76%
R=44.71%
G=8.53%
B=46.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152291590.040.8200.38296.7769.1536.86
Hex981D9F4520261294525
Octal23035237412204645110545
Binary100110001110110011111100101001001001101001010011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981d9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #981d9f;
 }
 .AnyTagClassName
 {
   color: #981d9f;
 }
</style>
background-color css

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

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

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

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

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

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