Html Css Color HEX #980589 Dark Magenta

📋 copy color: '#980589'

red 152 ◦ green 5 ◦ blue 137

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

Shades of Dark Magenta #980589

Tints of Dark Magenta #980589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.6%

R = 51.7%
G = 1.7%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#980589 (or 0x980589) is known color: Dark Magenta. HEX triplet: 98, 05 and 89. RGB value is (152,5,137). Sum of RGB (Red+Green+Blue) = 152+5+137=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #980589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980589 is #67FA76. Grayscale: #3F3F3F. Windows color (decimal): -6814327 or 8979864. OLE color: 8979864.

HSL color Cylindrical-coordinate representation of color #980589: hue angle of 306.12º 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 #980589 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 5 137 -
CMYK 0 0.97 0.10 0.40
HSL 306.12º 0.94% 0.31% -
HSV(B) 306.12º 0.97% 0.6% -
XYZ 17.52 8.59 24.4 -
YUV 64 169.2 190.77 -
System Red Green Blue C M Y K H S L
Decimal 152 5 137 0 0.97 0.10 0.40 306.12 0.94 0.31
Hex 98 5 89 0 61 A 28 132 5E 1F
Octal 230 5 211 0 141 12 50 462 136 37
Binary 10011000 101 10001001 0 1100001 1010 101000 100110010 1011110 11111

Color Harmonies of #980589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980589

Black with #980589

Text Example


Text Example

White with #980589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980589; }

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

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

background-color css

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

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

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

border-color css

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

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

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