Html Css Color HEX #980491 Dark Magenta

📋 copy color: '#980491'

red 152 ◦ green 4 ◦ blue 145

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

Shades of Dark Magenta #980491

Tints of Dark Magenta #980491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

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

R = 50.5%
G = 1.33%
B = 48.17%

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

#980491 (or 0x980491) is known color: Dark Magenta. HEX triplet: 98, 04 and 91. RGB value is (152,4,145). Sum of RGB (Red+Green+Blue) = 152+4+145=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #980491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980491 is #67FB6E. Grayscale: #3F3F3F. Windows color (decimal): -6814575 or 9503896. OLE color: 9503896.

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

Color convert

RGB 152 4 145 -
CMYK 0 0.97 0.05 0.40
HSL 302.84º 0.95% 0.31% -
HSV(B) 302.84º 0.97% 0.6% -
XYZ 18.1 8.81 27.53 -
YUV 64.33 173.53 190.54 -
System Red Green Blue C M Y K H S L
Decimal 152 4 145 0 0.97 0.05 0.40 302.84 0.95 0.31
Hex 98 4 91 0 61 5 28 12F 5F 1F
Octal 230 4 221 0 141 5 50 457 137 37
Binary 10011000 100 10010001 0 1100001 101 101000 100101111 1011111 11111

Color Harmonies of #980491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980491

Black with #980491

Text Example


Text Example

White with #980491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980491; }

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

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

background-color css

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

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

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

border-color css

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

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

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