Html Css Color HEX #97178C Dark Magenta

📋 copy color: '#97178C'

red 151 ◦ green 23 ◦ blue 140

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

Shades of Dark Magenta #97178C

Tints of Dark Magenta #97178C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.32%

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

R = 48.09%
G = 7.32%
B = 44.59%

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

#97178C (or 0x97178C) is known color: Dark Magenta. HEX triplet: 97, 17 and 8C. RGB value is (151,23,140). Sum of RGB (Red+Green+Blue) = 151+23+140=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #97178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97178C is #68E873. Grayscale: #4A4A4A. Windows color (decimal): -6875252 or 9181079. OLE color: 9181079.

HSL color Cylindrical-coordinate representation of color #97178C: hue angle of 305.16º degrees, saturation: 0.74, 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 #97178C is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 23 140 -
CMYK 0 0.85 0.07 0.41
HSL 305.16º 0.74% 0.34% -
HSV(B) 305.16º 0.85% 0.59% -
XYZ 17.8 9.09 25.63 -
YUV 74.61 164.91 182.49 -
System Red Green Blue C M Y K H S L
Decimal 151 23 140 0 0.85 0.07 0.41 305.16 0.74 0.34
Hex 97 17 8C 0 55 7 29 131 4A 22
Octal 227 27 214 0 125 7 51 461 112 42
Binary 10010111 10111 10001100 0 1010101 111 101001 100110001 1001010 100010

Color Harmonies of #97178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97178C

Black with #97178C

Text Example


Text Example

White with #97178C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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