Html Css Color HEX #980997 Dark Magenta

📋 copy color: '#980997'

red 152 ◦ green 9 ◦ blue 151

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

Shades of Dark Magenta #980997

Tints of Dark Magenta #980997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.88%

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

R = 48.72%
G = 2.88%
B = 48.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#980997 (or 0x980997) is known color: Dark Magenta. HEX triplet: 98, 09 and 97. RGB value is (152,9,151). Sum of RGB (Red+Green+Blue) = 152+9+151=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #980997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980997 is #67F668. Grayscale: #434343. Windows color (decimal): -6813289 or 9898392. OLE color: 9898392.

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

Color convert

RGB 152 9 151 -
CMYK 0 0.94 0.01 0.40
HSL 300.42º 0.89% 0.32% -
HSV(B) 300.42º 0.94% 0.6% -
XYZ 18.63 9.11 30.05 -
YUV 67.95 174.88 187.95 -
System Red Green Blue C M Y K H S L
Decimal 152 9 151 0 0.94 0.01 0.40 300.42 0.89 0.32
Hex 98 9 97 0 5E 1 28 12C 59 20
Octal 230 11 227 0 136 1 50 454 131 40
Binary 10011000 1001 10010111 0 1011110 1 101000 100101100 1011001 100000

Color Harmonies of #980997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980997

Black with #980997

Text Example


Text Example

White with #980997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980997; }

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

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

background-color css

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

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

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

border-color css

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

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

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