#981e9a

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

Shades of Dark Magenta #981E9A

Tints of Dark Magenta #981E9A

Color information

#981E9A (or 0x981E9A) is unknown color: approx Dark Magenta. HEX triplet: 98, 1E and 9A. RGB value is (152,30,154). Sum of RGB (Red+Green+Blue) = 152+30+154=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #981E9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981E9A is #67E165. Grayscale: #505050. Windows color (decimal): -6807910 or 10100376. OLE color: 10100376.

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

Color convert

RGB15230154-
CMYK0.010.8100.40
HSL299.03º67.39%36.08%-
HSV(B)299.03º80.52%60.39%-
XYZ19.259.9431.48-
YUV80.61169.42178.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.24%
GREEN value IS 30 (12.11% from 255) = 8.93%
BLUE value IS 154 (60.55% from 255) = 45.83%
R=45.24%
G=8.93%
B=45.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152301540.010.8100.40299.0367.3936.08
Hex981E9A15102812b4324
Octal23036232112105045310344
Binary1001100011110100110101101000101010001001010111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981e9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,30,154); }

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

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

 a { background-color: rgb(152,30,154); }

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

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

 span { border-color: rgb(152,30,154); }

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