Html Css Color HEX #980A97 Dark Magenta

📋 copy color: '#980A97'

red 152 ◦ green 10 ◦ blue 151

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

Shades of Dark Magenta #980A97

Tints of Dark Magenta #980A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.24%

R = 48.56%
G = 3.19%
B = 48.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#980A97 (or 0x980A97) is known color: Dark Magenta. HEX triplet: 98, 0A and 97. RGB value is (152,10,151). Sum of RGB (Red+Green+Blue) = 152+10+151=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #980A97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980A97 is #67F568. Grayscale: #444444. Windows color (decimal): -6813033 or 9898648. OLE color: 9898648.

HSL color Cylindrical-coordinate representation of color #980A97: hue angle of 300.42º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A97 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 10 151 -
CMYK 0 0.93 0.01 0.40
HSL 300.42º 0.88% 0.32% -
HSV(B) 300.42º 0.93% 0.6% -
XYZ 18.64 9.13 30.06 -
YUV 68.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 152 10 151 0 0.93 0.01 0.40 300.42 0.88 0.32
Hex 98 A 97 0 5D 1 28 12C 58 20
Octal 230 12 227 0 135 1 50 454 130 40
Binary 10011000 1010 10010111 0 1011101 1 101000 100101100 1011000 100000

Color Harmonies of #980A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A97

Black with #980A97

Text Example


Text Example

White with #980A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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