#981AA2

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

Shades of Dark Magenta #981AA2

Tints of Dark Magenta #981AA2

Color information

#981AA2 (or 0x981AA2) is unknown color: approx Dark Magenta. HEX triplet: 98, 1A and A2. RGB value is (152,26,162). Sum of RGB (Red+Green+Blue) = 152+26+162=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 162 (63.67% from 255 or 47.65% from 340); Max value from RGB is 162 - color contains mainly: blue. Hex color #981AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981AA2 is #67E55D. Grayscale: #4E4E4E. Windows color (decimal): -6808926 or 10623640. OLE color: 10623640.

HSL color Cylindrical-coordinate representation of color #981AA2: hue angle of 295.59º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981AA2 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15226162-
CMYK0.060.8400.36
HSL295.59º72.34%36.86%-
HSV(B)295.59º83.95%63.53%-
XYZ19.8410.0235.07-
YUV79.18174.74179.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 26 (10.55% from 255) = 7.65%
BLUE value IS 162 (63.67% from 255) = 47.65%
R=44.71%
G=7.65%
B=47.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152261620.060.8400.36295.5972.3436.86
Hex981AA26540241284825
Octal23032242612404445011045
Binary100110001101010100010110101010001001001001010001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,26,162); }

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

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

 a { background-color: rgb(152,26,162); }

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

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

 span { border-color: rgb(152,26,162); }

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