#980788

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

Shades of Dark Magenta #980788

Tints of Dark Magenta #980788

Color information

#980788 (or 0x980788) is unknown color: approx Dark Magenta. HEX triplet: 98, 07 and 88. RGB value is (152,7,136). Sum of RGB (Red+Green+Blue) = 152+7+136=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #980788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980788 is #67F877. Grayscale: #404040. Windows color (decimal): -6813816 or 8914840. OLE color: 8914840.

HSL color Cylindrical-coordinate representation of color #980788: hue angle of 306.62º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980788 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB1527136-
CMYK00.950.110.40
HSL306.62º91.19%31.18%-
HSV(B)306.62º95.39%59.61%-
XYZ17.478.624.03-
YUV65.06168.04190.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 7 (3.12% from 255) = 2.37%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=51.53%
G=2.37%
B=46.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152713600.950.110.40306.6291.1931.18
Hex9878805FB281335b1f
Octal23072100137135046313337
Binary1001100011110001000010111111011101000100110011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980788; }

 p { color: rgb(152,7,136); }

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

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

 a { background-color: rgb(152,7,136); }

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

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

 span { border-color: rgb(152,7,136); }

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