#980D9C

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

Shades of Dark Magenta #980D9C

Tints of Dark Magenta #980D9C

Color information

#980D9C (or 0x980D9C) is unknown color: approx Dark Magenta. HEX triplet: 98, 0D and 9C. RGB value is (152,13,156). Sum of RGB (Red+Green+Blue) = 152+13+156=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #980D9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980D9C is #67F263. Grayscale: #464646. Windows color (decimal): -6812260 or 10227096. OLE color: 10227096.

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

Color convert

RGB15213156-
CMYK0.030.9200.39
HSL298.32º84.62%33.14%-
HSV(B)298.32º91.67%61.18%-
XYZ19.099.3632.25-
YUV70.86176.05185.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 13 (5.47% from 255) = 4.05%
BLUE value IS 156 (61.33% from 255) = 48.60%
R=47.35%
G=4.05%
B=48.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152131560.030.9200.39298.3284.6233.14
Hex98D9C35C02712a5521
Octal23015234313404745212541
Binary1001100011011001110011101110001001111001010101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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