Html Css Color HEX #980591 Dark Magenta

📋 copy color: '#980591'

red 152 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #980591

Tints of Dark Magenta #980591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.01%

R = 50.33%
G = 1.66%
B = 48.01%

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

#980591 (or 0x980591) is known color: Dark Magenta. HEX triplet: 98, 05 and 91. RGB value is (152,5,145). Sum of RGB (Red+Green+Blue) = 152+5+145=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #980591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980591 is #67FA6E. Grayscale: #404040. Windows color (decimal): -6814319 or 9504152. OLE color: 9504152.

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

Color convert

RGB 152 5 145 -
CMYK 0 0.97 0.05 0.40
HSL 302.86º 0.94% 0.31% -
HSV(B) 302.86º 0.97% 0.6% -
XYZ 18.11 8.83 27.54 -
YUV 64.91 173.2 190.12 -
System Red Green Blue C M Y K H S L
Decimal 152 5 145 0 0.97 0.05 0.40 302.86 0.94 0.31
Hex 98 5 91 0 61 5 28 12F 5E 1F
Octal 230 5 221 0 141 5 50 457 136 37
Binary 10011000 101 10010001 0 1100001 101 101000 100101111 1011110 11111

Color Harmonies of #980591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980591

Black with #980591

Text Example


Text Example

White with #980591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980591; }

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

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

background-color css

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

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

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

border-color css

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

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

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