Html Css Color HEX #980586 Dark Magenta

📋 copy color: '#980586'

red 152 ◦ green 5 ◦ blue 134

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

Shades of Dark Magenta #980586

Tints of Dark Magenta #980586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.05%

R = 52.23%
G = 1.72%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#980586 (or 0x980586) is known color: Dark Magenta. HEX triplet: 98, 05 and 86. RGB value is (152,5,134). Sum of RGB (Red+Green+Blue) = 152+5+134=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #980586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980586 is #67FA79. Grayscale: #3F3F3F. Windows color (decimal): -6814330 or 8783256. OLE color: 8783256.

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

Color convert

RGB 152 5 134 -
CMYK 0 0.97 0.12 0.40
HSL 307.35º 0.94% 0.31% -
HSV(B) 307.35º 0.97% 0.6% -
XYZ 17.31 8.51 23.28 -
YUV 63.66 167.7 191.01 -
System Red Green Blue C M Y K H S L
Decimal 152 5 134 0 0.97 0.12 0.40 307.35 0.94 0.31
Hex 98 5 86 0 61 C 28 133 5E 1F
Octal 230 5 206 0 141 14 50 463 136 37
Binary 10011000 101 10000110 0 1100001 1100 101000 100110011 1011110 11111

Color Harmonies of #980586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980586

Black with #980586

Text Example


Text Example

White with #980586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980586; }

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

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

background-color css

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

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

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

border-color css

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

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

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