Html Css Color HEX #980486 Dark Magenta

📋 copy color: '#980486'

red 152 ◦ green 4 ◦ blue 134

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

Shades of Dark Magenta #980486

Tints of Dark Magenta #980486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.21%

R = 52.41%
G = 1.38%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#980486 (or 0x980486) is known color: Dark Magenta. HEX triplet: 98, 04 and 86. RGB value is (152,4,134). Sum of RGB (Red+Green+Blue) = 152+4+134=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #980486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980486 is #67FB79. Grayscale: #3E3E3E. Windows color (decimal): -6814586 or 8783000. OLE color: 8783000.

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

Color convert

RGB 152 4 134 -
CMYK 0 0.97 0.12 0.40
HSL 307.3º 0.95% 0.31% -
HSV(B) 307.3º 0.97% 0.6% -
XYZ 17.3 8.48 23.28 -
YUV 63.07 168.03 191.43 -
System Red Green Blue C M Y K H S L
Decimal 152 4 134 0 0.97 0.12 0.40 307.3 0.95 0.31
Hex 98 4 86 0 61 C 28 133 5F 1F
Octal 230 4 206 0 141 14 50 463 137 37
Binary 10011000 100 10000110 0 1100001 1100 101000 100110011 1011111 11111

Color Harmonies of #980486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980486

Black with #980486

Text Example


Text Example

White with #980486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980486; }

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

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

background-color css

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

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

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

border-color css

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

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

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