Html Css Color HEX #980E8F Dark Magenta

📋 copy color: '#980E8F'

red 152 ◦ green 14 ◦ blue 143

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

Shades of Dark Magenta #980E8F

Tints of Dark Magenta #980E8F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.53%

 BLUE value IS 143 (56.25% from 255) = 46.28%

R = 49.19%
G = 4.53%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#980E8F (or 0x980E8F) is known color: Dark Magenta. HEX triplet: 98, 0E and 8F. RGB value is (152,14,143). Sum of RGB (Red+Green+Blue) = 152+14+143=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #980E8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980E8F is #67F170. Grayscale: #454545. Windows color (decimal): -6812017 or 9375384. OLE color: 9375384.

HSL color Cylindrical-coordinate representation of color #980E8F: hue angle of 303.91º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E8F is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 14 143 -
CMYK 0 0.91 0.06 0.40
HSL 303.91º 0.83% 0.33% -
HSV(B) 303.91º 0.91% 0.6% -
XYZ 18.06 8.97 26.77 -
YUV 69.97 169.22 186.51 -
System Red Green Blue C M Y K H S L
Decimal 152 14 143 0 0.91 0.06 0.40 303.91 0.83 0.33
Hex 98 E 8F 0 5B 6 28 130 53 21
Octal 230 16 217 0 133 6 50 460 123 41
Binary 10011000 1110 10001111 0 1011011 110 101000 100110000 1010011 100001

Color Harmonies of #980E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980E8F

Black with #980E8F

Text Example


Text Example

White with #980E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980E8F; }

 p { color: rgb(152,14,143); }

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

background-color css

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

 a { background-color: rgb(152,14,143); }

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

border-color css

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

 span { border-color: rgb(152,14,143); }

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