Html Css Color HEX #980EAC Dark Magenta

📋 copy color: '#980EAC'

red 152 ◦ green 14 ◦ blue 172

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

Shades of Dark Magenta #980EAC

Tints of Dark Magenta #980EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.89%

R = 44.97%
G = 4.14%
B = 50.89%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#980EAC (or 0x980EAC) is known color: Dark Magenta. HEX triplet: 98, 0E and AC. RGB value is (152,14,172). Sum of RGB (Red+Green+Blue) = 152+14+172=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #980EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980EAC is #67F153. Grayscale: #484848. Windows color (decimal): -6811988 or 11275928. OLE color: 11275928.

HSL color Cylindrical-coordinate representation of color #980EAC: hue angle of 292.41º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #980EAC is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 14 172 -
CMYK 0.12 0.92 0 0.33
HSL 292.41º 0.85% 0.36% -
HSV(B) 292.41º 0.92% 0.67% -
XYZ 20.55 9.97 39.87 -
YUV 73.27 183.72 184.15 -
System Red Green Blue C M Y K H S L
Decimal 152 14 172 0.12 0.92 0 0.33 292.41 0.85 0.36
Hex 98 E AC C 5C 0 21 124 55 24
Octal 230 16 254 14 134 0 41 444 125 44
Binary 10011000 1110 10101100 1100 1011100 0 100001 100100100 1010101 100100

Color Harmonies of #980EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980EAC

Black with #980EAC

Text Example


Text Example

White with #980EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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