Html Css Color HEX #980C8F Dark Magenta

📋 copy color: '#980C8F'

red 152 ◦ green 12 ◦ blue 143

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

Shades of Dark Magenta #980C8F

Tints of Dark Magenta #980C8F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.91%

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

R = 49.51%
G = 3.91%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#980C8F (or 0x980C8F) is known color: Dark Magenta. HEX triplet: 98, 0C and 8F. RGB value is (152,12,143). Sum of RGB (Red+Green+Blue) = 152+12+143=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #980C8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980C8F is #67F370. Grayscale: #444444. Windows color (decimal): -6812529 or 9374872. OLE color: 9374872.

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

Color convert

RGB 152 12 143 -
CMYK 0 0.92 0.06 0.40
HSL 303.86º 0.85% 0.32% -
HSV(B) 303.86º 0.92% 0.6% -
XYZ 18.04 8.92 26.76 -
YUV 68.79 169.88 187.35 -
System Red Green Blue C M Y K H S L
Decimal 152 12 143 0 0.92 0.06 0.40 303.86 0.85 0.32
Hex 98 C 8F 0 5C 6 28 130 55 20
Octal 230 14 217 0 134 6 50 460 125 40
Binary 10011000 1100 10001111 0 1011100 110 101000 100110000 1010101 100000

Color Harmonies of #980C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980C8F

Black with #980C8F

Text Example


Text Example

White with #980C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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