#981BA5

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

Shades of Dark Magenta #981BA5

Tints of Dark Magenta #981BA5

Color information

#981BA5 (or 0x981BA5) is unknown color: approx Dark Magenta. HEX triplet: 98, 1B and A5. RGB value is (152,27,165). Sum of RGB (Red+Green+Blue) = 152+27+165=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 165 - color contains mainly: blue. Hex color #981BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981BA5 is #67E45A. Grayscale: #4F4F4F. Windows color (decimal): -6808667 or 10820504. OLE color: 10820504.

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

Color convert

RGB15227165-
CMYK0.080.8400.35
HSL294.35º71.88%37.65%-
HSV(B)294.35º83.64%64.71%-
XYZ20.1310.1836.5-
YUV80.11175.91179.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.19%
GREEN value IS 27 (10.94% from 255) = 7.85%
BLUE value IS 165 (64.84% from 255) = 47.97%
R=44.19%
G=7.85%
B=47.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal152271650.080.8400.35294.3571.8837.65
Hex981BA58540231264826
Octal230332451012404344611046
Binary1001100011011101001011000101010001000111001001101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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