#97397D

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

Shades of Dark Purple #97397D

Tints of Dark Purple #97397D

Color information

#97397D (or 0x97397D) is unknown color: approx Dark Purple. HEX triplet: 97, 39 and 7D. RGB value is (151,57,125). Sum of RGB (Red+Green+Blue) = 151+57+125=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #97397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97397D is #68C682. Grayscale: #5C5C5C. Windows color (decimal): -6866563 or 8206743. OLE color: 8206743.

HSL color Cylindrical-coordinate representation of color #97397D: hue angle of 316.6º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #97397D is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB15157125-
CMYK00.620.170.41
HSL316.6º45.19%40.78%-
HSV(B)316.6º62.25%59.22%-
XYZ17.9310.9920.58-
YUV92.86146.14169.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.35%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 125 (49.22% from 255) = 37.54%
R=45.35%
G=17.12%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515712500.620.170.41316.645.1940.78
Hex97397D03E112913d2d29
Octal2277117507621514755551
Binary100101111110011111101011111010001101001100111101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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