#981393

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

Shades of Dark Magenta #981393

Tints of Dark Magenta #981393

Color information

#981393 (or 0x981393) is unknown color: approx Dark Magenta. HEX triplet: 98, 13 and 93. RGB value is (152,19,147). Sum of RGB (Red+Green+Blue) = 152+19+147=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #981393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981393 is #67EC6C. Grayscale: #484848. Windows color (decimal): -6810733 or 9638808. OLE color: 9638808.

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

Color convert

RGB15219147-
CMYK00.870.030.40
HSL302.26º77.78%33.53%-
HSV(B)302.26º87.5%59.61%-
XYZ18.459.2528.42-
YUV73.36169.56184.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.80%
GREEN value IS 19 (7.81% from 255) = 5.97%
BLUE value IS 147 (57.81% from 255) = 46.23%
R=47.80%
G=5.97%
B=46.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521914700.870.030.40302.2677.7833.53
Hex98139305732812e4e22
Octal23023223012735045611642
Binary10011000100111001001101010111111010001001011101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981393; }

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

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

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

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

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

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

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

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