#981C93

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

Shades of Dark Magenta #981C93

Tints of Dark Magenta #981C93

Color information

#981C93 (or 0x981C93) is unknown color: approx Dark Magenta. HEX triplet: 98, 1C and 93. RGB value is (152,28,147). Sum of RGB (Red+Green+Blue) = 152+28+147=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #981C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981C93 is #67E36C. Grayscale: #4E4E4E. Windows color (decimal): -6808429 or 9641112. OLE color: 9641112.

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

Color convert

RGB15228147-
CMYK00.820.030.40
HSL302.42º68.89%35.29%-
HSV(B)302.42º81.58%59.61%-
XYZ18.639.6128.48-
YUV78.64166.58180.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 28 (11.33% from 255) = 8.56%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=46.48%
G=8.56%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522814700.820.030.40302.4268.8935.29
Hex981C9305232812e4523
Octal23034223012235045610543
Binary10011000111001001001101010010111010001001011101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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