Html Css Color HEX #980590 Dark Magenta

📋 copy color: '#980590'

red 152 ◦ green 5 ◦ blue 144

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

Shades of Dark Magenta #980590

Tints of Dark Magenta #980590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.84%

R = 50.5%
G = 1.66%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#980590 (or 0x980590) is known color: Dark Magenta. HEX triplet: 98, 05 and 90. RGB value is (152,5,144). Sum of RGB (Red+Green+Blue) = 152+5+144=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #980590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980590 is #67FA6F. Grayscale: #404040. Windows color (decimal): -6814320 or 9438616. OLE color: 9438616.

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

Color convert

RGB 152 5 144 -
CMYK 0 0.97 0.05 0.40
HSL 303.27º 0.94% 0.31% -
HSV(B) 303.27º 0.97% 0.6% -
XYZ 18.04 8.8 27.13 -
YUV 64.8 172.7 190.2 -
System Red Green Blue C M Y K H S L
Decimal 152 5 144 0 0.97 0.05 0.40 303.27 0.94 0.31
Hex 98 5 90 0 61 5 28 12F 5E 1F
Octal 230 5 220 0 141 5 50 457 136 37
Binary 10011000 101 10010000 0 1100001 101 101000 100101111 1011110 11111

Color Harmonies of #980590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980590

Black with #980590

Text Example


Text Example

White with #980590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980590; }

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

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

background-color css

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

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

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

border-color css

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

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

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