Html Css Color HEX #980DA6 Dark Magenta

📋 copy color: '#980DA6'

red 152 ◦ green 13 ◦ blue 166

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

Shades of Dark Magenta #980DA6

Tints of Dark Magenta #980DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 50.15%

R = 45.92%
G = 3.93%
B = 50.15%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#980DA6 (or 0x980DA6) is known color: Dark Magenta. HEX triplet: 98, 0D and A6. RGB value is (152,13,166). Sum of RGB (Red+Green+Blue) = 152+13+166=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 166 (65.23% from 255 or 50.15% from 331); Max value from RGB is 166 - color contains mainly: blue. Hex color #980DA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980DA6 is #67F259. Grayscale: #474747. Windows color (decimal): -6812250 or 10882456. OLE color: 10882456.

HSL color Cylindrical-coordinate representation of color #980DA6: hue angle of 294.51º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #980DA6 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 13 166 -
CMYK 0.08 0.92 0 0.35
HSL 294.51º 0.85% 0.35% -
HSV(B) 294.51º 0.92% 0.65% -
XYZ 19.98 9.72 36.9 -
YUV 72 181.05 185.06 -
System Red Green Blue C M Y K H S L
Decimal 152 13 166 0.08 0.92 0 0.35 294.51 0.85 0.35
Hex 98 D A6 8 5C 0 23 127 55 23
Octal 230 15 246 10 134 0 43 447 125 43
Binary 10011000 1101 10100110 1000 1011100 0 100011 100100111 1010101 100011

Color Harmonies of #980DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980DA6

Black with #980DA6

Text Example


Text Example

White with #980DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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