Html Css Color HEX #980AAA Dark Magenta

📋 copy color: '#980AAA'

red 152 ◦ green 10 ◦ blue 170

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

Shades of Dark Magenta #980AAA

Tints of Dark Magenta #980AAA

RGB

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

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

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

R = 45.78%
G = 3.01%
B = 51.2%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#980AAA (or 0x980AAA) is known color: Dark Magenta. HEX triplet: 98, 0A and AA. RGB value is (152,10,170). Sum of RGB (Red+Green+Blue) = 152+10+170=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #980AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980AAA is #67F555. Grayscale: #464646. Windows color (decimal): -6813014 or 11143832. OLE color: 11143832.

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

Color convert

RGB 152 10 170 -
CMYK 0.11 0.94 0 0.33
HSL 293.25º 0.89% 0.35% -
HSV(B) 293.25º 0.94% 0.67% -
XYZ 20.31 9.79 38.85 -
YUV 70.7 184.04 185.99 -
System Red Green Blue C M Y K H S L
Decimal 152 10 170 0.11 0.94 0 0.33 293.25 0.89 0.35
Hex 98 A AA B 5E 0 21 125 59 23
Octal 230 12 252 13 136 0 41 445 131 43
Binary 10011000 1010 10101010 1011 1011110 0 100001 100100101 1011001 100011

Color Harmonies of #980AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980AAA

Black with #980AAA

Text Example


Text Example

White with #980AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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