#980A85

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

Shades of Dark Magenta #980A85

Tints of Dark Magenta #980A85

Color information

#980A85 (or 0x980A85) is unknown color: approx Dark Magenta. HEX triplet: 98, 0A and 85. RGB value is (152,10,133). Sum of RGB (Red+Green+Blue) = 152+10+133=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #980A85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980A85 is #67F57A. Grayscale: #424242. Windows color (decimal): -6813051 or 8719000. OLE color: 8719000.

HSL color Cylindrical-coordinate representation of color #980A85: hue angle of 308.03º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A85 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB15210133-
CMYK00.930.130.40
HSL308.03º87.65%31.76%-
HSV(B)308.03º93.42%59.61%-
XYZ17.298.5922.94-
YUV66.48165.54189-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 10 (4.30% from 255) = 3.39%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=51.53%
G=3.39%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521013300.930.130.40308.0387.6531.76
Hex98A8505DD281345820
Octal230122050135155046413040
Binary100110001010100001010101110111011010001001101001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,10,133); }

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

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

 a { background-color: rgb(152,10,133); }

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

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

 span { border-color: rgb(152,10,133); }

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