Html Css Color HEX #980588 Dark Magenta

📋 copy color: '#980588'

red 152 ◦ green 5 ◦ blue 136

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

Shades of Dark Magenta #980588

Tints of Dark Magenta #980588

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

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

R = 51.88%
G = 1.71%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#980588 (or 0x980588) is known color: Dark Magenta. HEX triplet: 98, 05 and 88. RGB value is (152,5,136). Sum of RGB (Red+Green+Blue) = 152+5+136=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #980588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980588 is #67FA77. Grayscale: #3F3F3F. Windows color (decimal): -6814328 or 8914328. OLE color: 8914328.

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

Color convert

RGB 152 5 136 -
CMYK 0 0.97 0.11 0.40
HSL 306.53º 0.94% 0.31% -
HSV(B) 306.53º 0.97% 0.6% -
XYZ 17.45 8.56 24.03 -
YUV 63.89 168.7 190.85 -
System Red Green Blue C M Y K H S L
Decimal 152 5 136 0 0.97 0.11 0.40 306.53 0.94 0.31
Hex 98 5 88 0 61 B 28 133 5E 1F
Octal 230 5 210 0 141 13 50 463 136 37
Binary 10011000 101 10001000 0 1100001 1011 101000 100110011 1011110 11111

Color Harmonies of #980588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980588

Black with #980588

Text Example


Text Example

White with #980588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980588; }

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

 H1.HeaderClassName
 {
   color: #980588;
 }
 .AnyTagClassName
 {
   color: #980588;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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