Html Css Color HEX #980AA6 Dark Magenta

📋 copy color: '#980AA6'

red 152 ◦ green 10 ◦ blue 166

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

Shades of Dark Magenta #980AA6

Tints of Dark Magenta #980AA6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.05%

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

R = 46.34%
G = 3.05%
B = 50.61%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#980AA6 (or 0x980AA6) is known color: Dark Magenta. HEX triplet: 98, 0A and A6. RGB value is (152,10,166). Sum of RGB (Red+Green+Blue) = 152+10+166=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 166 (65.23% from 255 or 50.61% from 328); Max value from RGB is 166 - color contains mainly: blue. Hex color #980AA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980AA6 is #67F559. Grayscale: #454545. Windows color (decimal): -6813018 or 10881688. OLE color: 10881688.

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

Color convert

RGB 152 10 166 -
CMYK 0.08 0.94 0 0.35
HSL 294.62º 0.89% 0.35% -
HSV(B) 294.62º 0.94% 0.65% -
XYZ 19.94 9.65 36.89 -
YUV 70.24 182.04 186.32 -
System Red Green Blue C M Y K H S L
Decimal 152 10 166 0.08 0.94 0 0.35 294.62 0.89 0.35
Hex 98 A A6 8 5E 0 23 127 59 23
Octal 230 12 246 10 136 0 43 447 131 43
Binary 10011000 1010 10100110 1000 1011110 0 100011 100100111 1011001 100011

Color Harmonies of #980AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980AA6

Black with #980AA6

Text Example


Text Example

White with #980AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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