Html Css Color HEX #97168D Dark Magenta

📋 copy color: '#97168D'

red 151 ◦ green 22 ◦ blue 141

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

Shades of Dark Magenta #97168D

Tints of Dark Magenta #97168D

RGB

 RED value IS 151 (59.38% from 255) = 48.09%

 GREEN value IS 22 (8.98% from 255) = 7.01%

 BLUE value IS 141 (55.47% from 255) = 44.9%

R = 48.09%
G = 7.01%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97168D (or 0x97168D) is known color: Dark Magenta. HEX triplet: 97, 16 and 8D. RGB value is (151,22,141). Sum of RGB (Red+Green+Blue) = 151+22+141=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #97168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97168D is #68E972. Grayscale: #494949. Windows color (decimal): -6875507 or 9246359. OLE color: 9246359.

HSL color Cylindrical-coordinate representation of color #97168D: hue angle of 304.65º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #97168D is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 22 141 -
CMYK 0 0.85 0.07 0.41
HSL 304.65º 0.75% 0.34% -
HSV(B) 304.65º 0.85% 0.59% -
XYZ 17.86 9.08 26.01 -
YUV 74.14 165.74 182.82 -
System Red Green Blue C M Y K H S L
Decimal 151 22 141 0 0.85 0.07 0.41 304.65 0.75 0.34
Hex 97 16 8D 0 55 7 29 131 4B 22
Octal 227 26 215 0 125 7 51 461 113 42
Binary 10010111 10110 10001101 0 1010101 111 101001 100110001 1001011 100010

Color Harmonies of #97168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97168D

Black with #97168D

Text Example


Text Example

White with #97168D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97168D; }

 p { color: rgb(151,22,141); }

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

background-color css

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

 a { background-color: rgb(151,22,141); }

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

border-color css

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

 span { border-color: rgb(151,22,141); }

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