#980E9B

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

Shades of Dark Magenta #980E9B

Tints of Dark Magenta #980E9B

Color information

#980E9B (or 0x980E9B) is unknown color: approx Dark Magenta. HEX triplet: 98, 0E and 9B. RGB value is (152,14,155). Sum of RGB (Red+Green+Blue) = 152+14+155=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #980E9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980E9B is #67F164. Grayscale: #464646. Windows color (decimal): -6812005 or 10161816. OLE color: 10161816.

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

Color convert

RGB15214155-
CMYK0.020.9100.39
HSL298.72º83.43%33.14%-
HSV(B)298.72º90.97%60.78%-
XYZ19.029.3631.81-
YUV71.34175.22185.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 14 (5.86% from 255) = 4.36%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=47.35%
G=4.36%
B=48.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152141550.020.9100.39298.7283.4333.14
Hex98E9B25B02712b5321
Octal23016233213304745312341
Binary1001100011101001101110101101101001111001010111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980E9B; }

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

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

<style>
 a { background-color: #980E9B; }

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

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

<style>
 span { border-color: #980E9B; }

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

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