#981C9E

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

Shades of Dark Magenta #981C9E

Tints of Dark Magenta #981C9E

Color information

#981C9E (or 0x981C9E) is unknown color: approx Dark Magenta. HEX triplet: 98, 1C and 9E. RGB value is (152,28,158). Sum of RGB (Red+Green+Blue) = 152+28+158=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #981C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981C9E is #67E361. Grayscale: #4F4F4F. Windows color (decimal): -6808418 or 10362008. OLE color: 10362008.

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

Color convert

RGB15228158-
CMYK0.040.8200.38
HSL297.23º69.89%36.47%-
HSV(B)297.23º82.28%61.96%-
XYZ19.549.9733.24-
YUV79.9172.08179.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 28 (11.33% from 255) = 8.28%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=44.97%
G=8.28%
B=46.75%

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
Decimal152281580.040.8200.38297.2369.8936.47
Hex981C9E4520261294624
Octal23034236412204645110644
Binary100110001110010011110100101001001001101001010011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,28,158); }

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

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

 a { background-color: rgb(152,28,158); }

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

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

 span { border-color: rgb(152,28,158); }

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