#981296

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

Shades of Dark Magenta #981296

Tints of Dark Magenta #981296

Color information

#981296 (or 0x981296) is unknown color: approx Dark Magenta. HEX triplet: 98, 12 and 96. RGB value is (152,18,150). Sum of RGB (Red+Green+Blue) = 152+18+150=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #981296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981296 is #67ED69. Grayscale: #484848. Windows color (decimal): -6810986 or 9835160. OLE color: 9835160.

HSL color Cylindrical-coordinate representation of color #981296: hue angle of 300.9º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981296 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB15218150-
CMYK00.880.010.40
HSL300.9º78.82%33.33%-
HSV(B)300.9º88.16%59.61%-
XYZ18.679.3129.67-
YUV73.11171.39184.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.5%
GREEN value IS 18 (7.42% from 255) = 5.62%
BLUE value IS 150 (58.98% from 255) = 46.88%
R=47.5%
G=5.62%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521815000.880.010.40300.978.8233.33
Hex98129605812812d4f21
Octal23022226013015045511741
Binary1001100010010100101100101100011010001001011011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981296; }

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

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

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

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

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

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

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

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