#97397F

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

Shades of Dark Purple #97397F

Tints of Dark Purple #97397F

Color information

#97397F (or 0x97397F) is unknown color: approx Dark Purple. HEX triplet: 97, 39 and 7F. RGB value is (151,57,127). Sum of RGB (Red+Green+Blue) = 151+57+127=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #97397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97397F is #68C680. Grayscale: #5C5C5C. Windows color (decimal): -6866561 or 8337815. OLE color: 8337815.

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

Color convert

RGB15157127-
CMYK00.620.160.41
HSL315.32º45.19%40.78%-
HSV(B)315.32º62.25%59.22%-
XYZ18.0611.0421.26-
YUV93.09147.14169.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.07%
GREEN value IS 57 (22.66% from 255) = 17.01%
BLUE value IS 127 (50% from 255) = 37.91%
R=45.07%
G=17.01%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515712700.620.160.41315.3245.1940.78
Hex97397F03E102913b2d29
Octal2277117707620514735551
Binary100101111110011111111011111010000101001100111011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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