Html Css Color HEX #97158C Dark Magenta

📋 copy color: '#97158C'

red 151 ◦ green 21 ◦ blue 140

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

Shades of Dark Magenta #97158C

Tints of Dark Magenta #97158C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.73%

 BLUE value IS 140 (55.08% from 255) = 44.87%

R = 48.4%
G = 6.73%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97158C (or 0x97158C) is known color: Dark Magenta. HEX triplet: 97, 15 and 8C. RGB value is (151,21,140). Sum of RGB (Red+Green+Blue) = 151+21+140=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #97158C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97158C is #68EA73. Grayscale: #494949. Windows color (decimal): -6875764 or 9180567. OLE color: 9180567.

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

Color convert

RGB 151 21 140 -
CMYK 0 0.86 0.07 0.41
HSL 305.08º 0.76% 0.34% -
HSV(B) 305.08º 0.86% 0.59% -
XYZ 17.76 9.01 25.61 -
YUV 73.44 165.57 183.32 -
System Red Green Blue C M Y K H S L
Decimal 151 21 140 0 0.86 0.07 0.41 305.08 0.76 0.34
Hex 97 15 8C 0 56 7 29 131 4C 22
Octal 227 25 214 0 126 7 51 461 114 42
Binary 10010111 10101 10001100 0 1010110 111 101001 100110001 1001100 100010

Color Harmonies of #97158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97158C

Black with #97158C

Text Example


Text Example

White with #97158C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97158C; }

 p { color: rgb(151,21,140); }

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

background-color css

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

 a { background-color: rgb(151,21,140); }

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

border-color css

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

 span { border-color: rgb(151,21,140); }

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