Html Css Color HEX #97157A Dark Purple

📋 copy color: '#97157A'

red 151 ◦ green 21 ◦ blue 122

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

Shades of Dark Purple #97157A

Tints of Dark Purple #97157A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.5%

R = 51.36%
G = 7.14%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#97157A (or 0x97157A) is known color: Dark Purple. HEX triplet: 97, 15 and 7A. RGB value is (151,21,122). Sum of RGB (Red+Green+Blue) = 151+21+122=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #97157A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97157A is #68EA85. Grayscale: #474747. Windows color (decimal): -6875782 or 8000919. OLE color: 8000919.

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

Color convert

RGB 151 21 122 -
CMYK 0 0.86 0.19 0.41
HSL 313.38º 0.76% 0.34% -
HSV(B) 313.38º 0.86% 0.59% -
XYZ 16.54 8.52 19.19 -
YUV 71.38 156.57 184.79 -
System Red Green Blue C M Y K H S L
Decimal 151 21 122 0 0.86 0.19 0.41 313.38 0.76 0.34
Hex 97 15 7A 0 56 13 29 139 4C 22
Octal 227 25 172 0 126 23 51 471 114 42
Binary 10010111 10101 1111010 0 1010110 10011 101001 100111001 1001100 100010

Color Harmonies of #97157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97157A

Black with #97157A

Text Example


Text Example

White with #97157A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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