Html Css Color HEX #980788 Dark Magenta

📋 copy color: '#980788'

red 152 ◦ green 7 ◦ blue 136

#980788
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #980788

Tints of Dark Magenta #980788

RGB

 RED value IS 152 (59.77% from 255) = 51.53%

 GREEN value IS 7 (3.13% from 255) = 2.37%

 BLUE value IS 136 (53.52% from 255) = 46.1%

R = 51.53%
G = 2.37%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#980788 (or 0x980788) is known color: 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

RGB 152 7 136 -
CMYK 0 0.95 0.11 0.40
HSL 306.62º 0.91% 0.31% -
HSV(B) 306.62º 0.95% 0.6% -
XYZ 17.47 8.6 24.03 -
YUV 65.06 168.04 190.01 -
System Red Green Blue C M Y K H S L
Decimal 152 7 136 0 0.95 0.11 0.40 306.62 0.91 0.31
Hex 98 7 88 0 5F B 28 133 5B 1F
Octal 230 7 210 0 137 13 50 463 133 37
Binary 10011000 111 10001000 0 1011111 1011 101000 100110011 1011011 11111

Color Harmonies of #980788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980788

Black with #980788

Text Example


Text Example

White with #980788

Text Example


Text Example

HTML Codes & Css Web 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>