Html Css Color HEX #97138D Dark Magenta

📋 copy color: '#97138D'

red 151 ◦ green 19 ◦ blue 141

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

Shades of Dark Magenta #97138D

Tints of Dark Magenta #97138D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.11%

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

R = 48.55%
G = 6.11%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97138D (or 0x97138D) is known color: Dark Magenta. HEX triplet: 97, 13 and 8D. RGB value is (151,19,141). Sum of RGB (Red+Green+Blue) = 151+19+141=311 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.55% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 151 - color contains mainly: red. Hex color #97138D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97138D is #68EC72. Grayscale: #484848. Windows color (decimal): -6876275 or 9245591. OLE color: 9245591.

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

Color convert

RGB 151 19 141 -
CMYK 0 0.87 0.07 0.41
HSL 304.55º 0.78% 0.33% -
HSV(B) 304.55º 0.87% 0.59% -
XYZ 17.8 8.97 25.99 -
YUV 72.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 151 19 141 0 0.87 0.07 0.41 304.55 0.78 0.33
Hex 97 13 8D 0 57 7 29 131 4E 21
Octal 227 23 215 0 127 7 51 461 116 41
Binary 10010111 10011 10001101 0 1010111 111 101001 100110001 1001110 100001

Color Harmonies of #97138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97138D

Black with #97138D

Text Example


Text Example

White with #97138D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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