#981C92

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

Shades of Dark Magenta #981C92

Tints of Dark Magenta #981C92

Color information

#981C92 (or 0x981C92) is unknown color: approx Dark Magenta. HEX triplet: 98, 1C and 92. RGB value is (152,28,146). Sum of RGB (Red+Green+Blue) = 152+28+146=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #981C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981C92 is #67E36D. Grayscale: #4E4E4E. Windows color (decimal): -6808430 or 9575576. OLE color: 9575576.

HSL color Cylindrical-coordinate representation of color #981C92: hue angle of 302.9º 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 #981C92 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB15228146-
CMYK00.820.040.40
HSL302.9º68.89%35.29%-
HSV(B)302.9º81.58%59.61%-
XYZ18.559.5828.07-
YUV78.53166.08180.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 28 (11.33% from 255) = 8.59%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=46.63%
G=8.59%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522814600.820.040.40302.968.8935.29
Hex981C9205242812f4523
Octal23034222012245045710543
Binary100110001110010010010010100101001010001001011111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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