#981BA8

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

Shades of Dark Magenta #981BA8

Tints of Dark Magenta #981BA8

Color information

#981BA8 (or 0x981BA8) is unknown color: approx Dark Magenta. HEX triplet: 98, 1B and A8. RGB value is (152,27,168). Sum of RGB (Red+Green+Blue) = 152+27+168=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 168 - color contains mainly: blue. Hex color #981BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981BA8 is #67E457. Grayscale: #505050. Windows color (decimal): -6808664 or 11017112. OLE color: 11017112.

HSL color Cylindrical-coordinate representation of color #981BA8: hue angle of 293.19º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981BA8 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15227168-
CMYK0.100.8400.34
HSL293.19º72.31%38.24%-
HSV(B)293.19º83.93%65.88%-
XYZ20.4110.2937.96-
YUV80.45177.41179.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 27 (10.94% from 255) = 7.78%
BLUE value IS 168 (66.02% from 255) = 48.41%
R=43.80%
G=7.78%
B=48.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal152271680.100.8400.34293.1972.3138.24
Hex981BA8A540221254826
Octal230332501212404244511046
Binary1001100011011101010001010101010001000101001001011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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