#980CA9

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

Shades of Dark Magenta #980CA9

Tints of Dark Magenta #980CA9

Color information

#980CA9 (or 0x980CA9) is unknown color: approx Dark Magenta. HEX triplet: 98, 0C and A9. RGB value is (152,12,169). Sum of RGB (Red+Green+Blue) = 152+12+169=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 169 (66.41% from 255 or 50.75% from 333); Max value from RGB is 169 - color contains mainly: blue. Hex color #980CA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980CA9 is #67F356. Grayscale: #474747. Windows color (decimal): -6812503 or 11078808. OLE color: 11078808.

HSL color Cylindrical-coordinate representation of color #980CA9: hue angle of 293.5º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980CA9 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15212169-
CMYK0.100.9300.34
HSL293.5º86.74%35.49%-
HSV(B)293.5º92.9%66.27%-
XYZ20.249.838.36-
YUV71.76182.88185.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 12 (5.08% from 255) = 3.60%
BLUE value IS 169 (66.41% from 255) = 50.75%
R=45.65%
G=3.60%
B=50.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal152121690.100.9300.34293.586.7435.49
Hex98CA9A5D0221265723
Octal230142511213504244612743
Binary100110001100101010011010101110101000101001001101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,12,169); }

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

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

 a { background-color: rgb(152,12,169); }

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

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

 span { border-color: rgb(152,12,169); }

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