#981B9C

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

Shades of Dark Magenta #981B9C

Tints of Dark Magenta #981B9C

Color information

#981B9C (or 0x981B9C) is unknown color: approx Dark Magenta. HEX triplet: 98, 1B and 9C. RGB value is (152,27,156). Sum of RGB (Red+Green+Blue) = 152+27+156=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #981B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981B9C is #67E463. Grayscale: #4E4E4E. Windows color (decimal): -6808676 or 10230680. OLE color: 10230680.

HSL color Cylindrical-coordinate representation of color #981B9C: hue angle of 298.14º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #981B9C is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15227156-
CMYK0.030.8300.39
HSL298.14º70.49%35.88%-
HSV(B)298.14º82.69%61.18%-
XYZ19.349.8632.34-
YUV79.08171.41180.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 27 (10.94% from 255) = 8.06%
BLUE value IS 156 (61.33% from 255) = 46.57%
R=45.37%
G=8.06%
B=46.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152271560.030.8300.39298.1470.4935.88
Hex981B9C35302712a4624
Octal23033234312304745210644
Binary10011000110111001110011101001101001111001010101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,27,156); }

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

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

 a { background-color: rgb(152,27,156); }

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

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

 span { border-color: rgb(152,27,156); }

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