#981388

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

Shades of Dark Magenta #981388

Tints of Dark Magenta #981388

Color information

#981388 (or 0x981388) is unknown color: approx Dark Magenta. HEX triplet: 98, 13 and 88. RGB value is (152,19,136). Sum of RGB (Red+Green+Blue) = 152+19+136=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #981388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981388 is #67EC77. Grayscale: #474747. Windows color (decimal): -6810744 or 8917912. OLE color: 8917912.

HSL color Cylindrical-coordinate representation of color #981388: hue angle of 307.22º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981388 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB15219136-
CMYK00.870.110.40
HSL307.22º77.78%33.53%-
HSV(B)307.22º87.5%59.61%-
XYZ17.638.9224.09-
YUV72.1164.06184.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 19 (7.81% from 255) = 6.19%
BLUE value IS 136 (53.52% from 255) = 44.30%
R=49.51%
G=6.19%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521913600.870.110.40307.2277.7833.53
Hex981388057B281334e22
Octal230232100127135046311642
Binary1001100010011100010000101011110111010001001100111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981388; }

 p { color: rgb(152,19,136); }

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

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

 a { background-color: rgb(152,19,136); }

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

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

 span { border-color: rgb(152,19,136); }

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