#980B7E

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

Shades of Dark Magenta #980B7E

Tints of Dark Magenta #980B7E

Color information

#980B7E (or 0x980B7E) is unknown color: approx Dark Magenta. HEX triplet: 98, 0B and 7E. RGB value is (152,11,126). Sum of RGB (Red+Green+Blue) = 152+11+126=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #980B7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B7E is #67F481. Grayscale: #414141. Windows color (decimal): -6812802 or 8260504. OLE color: 8260504.

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

Color convert

RGB15211126-
CMYK00.930.170.40
HSL311.06º86.5%31.96%-
HSV(B)311.06º92.76%59.61%-
XYZ16.838.4220.48-
YUV66.27161.71189.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.60%
GREEN value IS 11 (4.69% from 255) = 3.81%
BLUE value IS 126 (49.61% from 255) = 43.60%
R=52.60%
G=3.81%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521112600.930.170.40311.0686.531.96
Hex98B7E05D11281375720
Octal230131760135215046712740
Binary100110001011111111001011101100011010001001101111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,11,126); }

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

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

 a { background-color: rgb(152,11,126); }

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

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

 span { border-color: rgb(152,11,126); }

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