Html Css Color HEX #980490 Dark Magenta

📋 copy color: '#980490'

red 152 ◦ green 4 ◦ blue 144

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

Shades of Dark Magenta #980490

Tints of Dark Magenta #980490

RGB

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

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

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

R = 50.67%
G = 1.33%
B = 48%

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

#980490 (or 0x980490) is known color: Dark Magenta. HEX triplet: 98, 04 and 90. RGB value is (152,4,144). Sum of RGB (Red+Green+Blue) = 152+4+144=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #980490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980490 is #67FB6F. Grayscale: #3F3F3F. Windows color (decimal): -6814576 or 9438360. OLE color: 9438360.

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

Color convert

RGB 152 4 144 -
CMYK 0 0.97 0.05 0.40
HSL 303.24º 0.95% 0.31% -
HSV(B) 303.24º 0.97% 0.6% -
XYZ 18.03 8.78 27.13 -
YUV 64.21 173.03 190.62 -
System Red Green Blue C M Y K H S L
Decimal 152 4 144 0 0.97 0.05 0.40 303.24 0.95 0.31
Hex 98 4 90 0 61 5 28 12F 5F 1F
Octal 230 4 220 0 141 5 50 457 137 37
Binary 10011000 100 10010000 0 1100001 101 101000 100101111 1011111 11111

Color Harmonies of #980490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980490

Black with #980490

Text Example


Text Example

White with #980490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980490; }

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

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

background-color css

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

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

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

border-color css

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

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

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