Html Css Color HEX #980592 Dark Magenta

📋 copy color: '#980592'

red 152 ◦ green 5 ◦ blue 146

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

Shades of Dark Magenta #980592

Tints of Dark Magenta #980592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.18%

R = 50.17%
G = 1.65%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#980592 (or 0x980592) is known color: Dark Magenta. HEX triplet: 98, 05 and 92. RGB value is (152,5,146). Sum of RGB (Red+Green+Blue) = 152+5+146=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #980592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980592 is #67FA6D. Grayscale: #404040. Windows color (decimal): -6814318 or 9569688. OLE color: 9569688.

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

Color convert

RGB 152 5 146 -
CMYK 0 0.97 0.04 0.40
HSL 302.45º 0.94% 0.31% -
HSV(B) 302.45º 0.97% 0.6% -
XYZ 18.19 8.86 27.95 -
YUV 65.03 173.7 190.04 -
System Red Green Blue C M Y K H S L
Decimal 152 5 146 0 0.97 0.04 0.40 302.45 0.94 0.31
Hex 98 5 92 0 61 4 28 12E 5E 1F
Octal 230 5 222 0 141 4 50 456 136 37
Binary 10011000 101 10010010 0 1100001 100 101000 100101110 1011110 11111

Color Harmonies of #980592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980592

Black with #980592

Text Example


Text Example

White with #980592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980592; }

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

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

background-color css

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

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

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

border-color css

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

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

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