#981A96

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

Shades of Dark Magenta #981A96

Tints of Dark Magenta #981A96

Color information

#981A96 (or 0x981A96) is unknown color: approx Dark Magenta. HEX triplet: 98, 1A and 96. RGB value is (152,26,150). Sum of RGB (Red+Green+Blue) = 152+26+150=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #981A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981A96 is #67E569. Grayscale: #4D4D4D. Windows color (decimal): -6808938 or 9837208. OLE color: 9837208.

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

Color convert

RGB15226150-
CMYK00.830.010.40
HSL300.95º70.79%34.9%-
HSV(B)300.95º82.89%59.61%-
XYZ18.829.6229.72-
YUV77.81168.74180.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 26 (10.55% from 255) = 7.93%
BLUE value IS 150 (58.98% from 255) = 45.73%
R=46.34%
G=7.93%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522615000.830.010.40300.9570.7934.9
Hex981A9605312812d4723
Octal23032226012315045510743
Binary1001100011010100101100101001111010001001011011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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