#97157F

Color #97157F Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #97157F

Tints of Dark Purple #97157F

Color information

#97157F (or 0x97157F) is unknown color: approx Dark Purple. HEX triplet: 97, 15 and 7F. RGB value is (151,21,127). Sum of RGB (Red+Green+Blue) = 151+21+127=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #97157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97157F is #68EA80. Grayscale: #474747. Windows color (decimal): -6875777 or 8328599. OLE color: 8328599.

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

Color convert

RGB15121127-
CMYK00.860.160.41
HSL311.08º75.58%33.73%-
HSV(B)311.08º86.09%59.22%-
XYZ16.868.6520.86-
YUV71.95159.07184.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.50%
GREEN value IS 21 (8.59% from 255) = 7.02%
BLUE value IS 127 (50% from 255) = 42.47%
R=50.50%
G=7.02%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512112700.860.160.41311.0875.5833.73
Hex97157F05610291374c22
Octal227251770126205146711442
Binary1001011110101111111101010110100001010011001101111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97157F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97157F;
 }
 .AnyTagClassName
 {
   color: #97157F;
 }
</style>
background-color css

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

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

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

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

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

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