Html Css Color HEX #980DAA Dark Magenta

📋 copy color: '#980DAA'

red 152 ◦ green 13 ◦ blue 170

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

Shades of Dark Magenta #980DAA

Tints of Dark Magenta #980DAA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.88%

 BLUE value IS 170 (66.8% from 255) = 50.75%

R = 45.37%
G = 3.88%
B = 50.75%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#980DAA (or 0x980DAA) is known color: Dark Magenta. HEX triplet: 98, 0D and AA. RGB value is (152,13,170). Sum of RGB (Red+Green+Blue) = 152+13+170=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #980DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980DAA is #67F255. Grayscale: #474747. Windows color (decimal): -6812246 or 11144600. OLE color: 11144600.

HSL color Cylindrical-coordinate representation of color #980DAA: hue angle of 293.12º degrees, saturation: 0.86, 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 #980DAA is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 13 170 -
CMYK 0.11 0.92 0 0.33
HSL 293.12º 0.86% 0.36% -
HSV(B) 293.12º 0.92% 0.67% -
XYZ 20.35 9.87 38.86 -
YUV 72.46 183.05 184.73 -
System Red Green Blue C M Y K H S L
Decimal 152 13 170 0.11 0.92 0 0.33 293.12 0.86 0.36
Hex 98 D AA B 5C 0 21 125 56 24
Octal 230 15 252 13 134 0 41 445 126 44
Binary 10011000 1101 10101010 1011 1011100 0 100001 100100101 1010110 100100

Color Harmonies of #980DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980DAA

Black with #980DAA

Text Example


Text Example

White with #980DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,13,170); }

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

background-color css

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

 a { background-color: rgb(152,13,170); }

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

border-color css

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

 span { border-color: rgb(152,13,170); }

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