#980A8E

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

Shades of Dark Magenta #980A8E

Tints of Dark Magenta #980A8E

Color information

#980A8E (or 0x980A8E) is unknown color: approx Dark Magenta. HEX triplet: 98, 0A and 8E. RGB value is (152,10,142). Sum of RGB (Red+Green+Blue) = 152+10+142=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #980A8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980A8E is #67F571. Grayscale: #434343. Windows color (decimal): -6813042 or 9308824. OLE color: 9308824.

HSL color Cylindrical-coordinate representation of color #980A8E: hue angle of 304.23º 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 #980A8E is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15210142-
CMYK00.930.070.40
HSL304.23º87.65%31.76%-
HSV(B)304.23º93.42%59.61%-
XYZ17.948.8526.35-
YUV67.51170.04188.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 3.29%
BLUE value IS 142 (55.86% from 255) = 46.71%
R=50%
G=3.29%
B=46.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521014200.930.070.40304.2387.6531.76
Hex98A8E05D7281305820
Octal23012216013575046013040
Binary10011000101010001110010111011111010001001100001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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