#981A9B

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

Shades of Dark Magenta #981A9B

Tints of Dark Magenta #981A9B

Color information

#981A9B (or 0x981A9B) is unknown color: approx Dark Magenta. HEX triplet: 98, 1A and 9B. RGB value is (152,26,155). Sum of RGB (Red+Green+Blue) = 152+26+155=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #981A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981A9B is #67E564. Grayscale: #4D4D4D. Windows color (decimal): -6808933 or 10164888. OLE color: 10164888.

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

Color convert

RGB15226155-
CMYK0.020.8300.39
HSL298.6º71.27%35.49%-
HSV(B)298.6º83.23%60.78%-
XYZ19.239.7831.88-
YUV78.38171.24180.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 26 (10.55% from 255) = 7.81%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=45.65%
G=7.81%
B=46.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152261550.020.8300.39298.671.2735.49
Hex981A9B25302712b4723
Octal23032233212304745310743
Binary10011000110101001101110101001101001111001010111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,26,155); }

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

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

 a { background-color: rgb(152,26,155); }

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

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

 span { border-color: rgb(152,26,155); }

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