#9804a0

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

Shades of Dark Magenta #9804A0

Tints of Dark Magenta #9804A0

Color information

#9804A0 (or 0x9804A0) is unknown color: approx Dark Magenta. HEX triplet: 98, 04 and A0. RGB value is (152,4,160). Sum of RGB (Red+Green+Blue) = 152+4+160=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 160 (62.89% from 255 or 50.63% from 316); Max value from RGB is 160 - color contains mainly: blue. Hex color #9804A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9804A0 is #67FB5F. Grayscale: #414141. Windows color (decimal): -6814560 or 10486936. OLE color: 10486936.

HSL color Cylindrical-coordinate representation of color #9804A0: hue angle of 296.92º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9804A0 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1524160-
CMYK0.050.9800.37
HSL296.92º95.12%32.16%-
HSV(B)296.92º97.5%62.75%-
XYZ19.349.334.03-
YUV66.04181.03189.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 160 (62.89% from 255) = 50.63%
R=48.10%
G=1.27%
B=50.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal15241600.050.9800.37296.9295.1232.16
Hex984A05620251295f20
Octal2304240514204545113740
Binary1001100010010100000101110001001001011001010011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9804a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9804a0; }

 p { color: rgb(152,4,160); }

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

<style>
 a { background-color: #9804a0; }

 a { background-color: rgb(152,4,160); }

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

<style>
 span { border-color: #9804a0; }

 span { border-color: rgb(152,4,160); }

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