Html Css Color HEX #980E8C Dark Magenta

📋 copy color: '#980E8C'

red 152 ◦ green 14 ◦ blue 140

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

Shades of Dark Magenta #980E8C

Tints of Dark Magenta #980E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.75%

R = 49.67%
G = 4.58%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#980E8C (or 0x980E8C) is known color: Dark Magenta. HEX triplet: 98, 0E and 8C. RGB value is (152,14,140). Sum of RGB (Red+Green+Blue) = 152+14+140=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #980E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980E8C is #67F173. Grayscale: #454545. Windows color (decimal): -6812020 or 9178776. OLE color: 9178776.

HSL color Cylindrical-coordinate representation of color #980E8C: hue angle of 305.22º 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 #980E8C is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 14 140 -
CMYK 0 0.91 0.08 0.40
HSL 305.22º 0.83% 0.33% -
HSV(B) 305.22º 0.91% 0.6% -
XYZ 17.84 8.88 25.59 -
YUV 69.63 167.72 186.75 -
System Red Green Blue C M Y K H S L
Decimal 152 14 140 0 0.91 0.08 0.40 305.22 0.83 0.33
Hex 98 E 8C 0 5B 8 28 131 53 21
Octal 230 16 214 0 133 10 50 461 123 41
Binary 10011000 1110 10001100 0 1011011 1000 101000 100110001 1010011 100001

Color Harmonies of #980E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980E8C

Black with #980E8C

Text Example


Text Example

White with #980E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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