Html Css Color HEX #980584 Dark Magenta

📋 copy color: '#980584'

red 152 ◦ green 5 ◦ blue 132

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

Shades of Dark Magenta #980584

Tints of Dark Magenta #980584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.67%

R = 52.6%
G = 1.73%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#980584 (or 0x980584) is known color: Dark Magenta. HEX triplet: 98, 05 and 84. RGB value is (152,5,132). Sum of RGB (Red+Green+Blue) = 152+5+132=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #980584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980584 is #67FA7B. Grayscale: #3F3F3F. Windows color (decimal): -6814332 or 8652184. OLE color: 8652184.

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

Color convert

RGB 152 5 132 -
CMYK 0 0.97 0.13 0.40
HSL 308.16º 0.94% 0.31% -
HSV(B) 308.16º 0.97% 0.6% -
XYZ 17.17 8.45 22.56 -
YUV 63.43 166.7 191.17 -
System Red Green Blue C M Y K H S L
Decimal 152 5 132 0 0.97 0.13 0.40 308.16 0.94 0.31
Hex 98 5 84 0 61 D 28 134 5E 1F
Octal 230 5 204 0 141 15 50 464 136 37
Binary 10011000 101 10000100 0 1100001 1101 101000 100110100 1011110 11111

Color Harmonies of #980584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980584

Black with #980584

Text Example


Text Example

White with #980584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980584; }

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

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

background-color css

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

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

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

border-color css

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

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

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