#981389

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

Shades of Dark Magenta #981389

Tints of Dark Magenta #981389

Color information

#981389 (or 0x981389) is unknown color: approx Dark Magenta. HEX triplet: 98, 13 and 89. RGB value is (152,19,137). Sum of RGB (Red+Green+Blue) = 152+19+137=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #981389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981389 is #67EC76. Grayscale: #474747. Windows color (decimal): -6810743 or 8983448. OLE color: 8983448.

HSL color Cylindrical-coordinate representation of color #981389: hue angle of 306.77º 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 #981389 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB15219137-
CMYK00.870.100.40
HSL306.77º77.78%33.53%-
HSV(B)306.77º87.5%59.61%-
XYZ17.78.9524.46-
YUV72.22164.56184.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 19 (7.81% from 255) = 6.17%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=49.35%
G=6.17%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521913700.870.100.40306.7777.7833.53
Hex981389057A281334e22
Octal230232110127125046311642
Binary1001100010011100010010101011110101010001001100111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981389; }

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

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

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

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

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

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

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

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