Html Css Color HEX #97157D Dark Purple

📋 copy color: '#97157D'

red 151 ◦ green 21 ◦ blue 125

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

Shades of Dark Purple #97157D

Tints of Dark Purple #97157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.09%

R = 50.84%
G = 7.07%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#97157D (or 0x97157D) is known color: Dark Purple. HEX triplet: 97, 15 and 7D. RGB value is (151,21,125). Sum of RGB (Red+Green+Blue) = 151+21+125=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #97157D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97157D is #68EA82. Grayscale: #474747. Windows color (decimal): -6875779 or 8197527. OLE color: 8197527.

HSL color Cylindrical-coordinate representation of color #97157D: hue angle of 312º 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 #97157D is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 21 125 -
CMYK 0 0.86 0.17 0.41
HSL 312º 0.76% 0.34% -
HSV(B) 312º 0.86% 0.59% -
XYZ 16.73 8.6 20.18 -
YUV 71.73 158.07 184.54 -
System Red Green Blue C M Y K H S L
Decimal 151 21 125 0 0.86 0.17 0.41 312 0.76 0.34
Hex 97 15 7D 0 56 11 29 138 4C 22
Octal 227 25 175 0 126 21 51 470 114 42
Binary 10010111 10101 1111101 0 1010110 10001 101001 100111000 1001100 100010

Color Harmonies of #97157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97157D

Black with #97157D

Text Example


Text Example

White with #97157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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