#97387F

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

Shades of Dark Purple #97387F

Tints of Dark Purple #97387F

Color information

#97387F (or 0x97387F) is unknown color: approx Dark Purple. HEX triplet: 97, 38 and 7F. RGB value is (151,56,127). Sum of RGB (Red+Green+Blue) = 151+56+127=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #97387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97387F is #68C780. Grayscale: #5C5C5C. Windows color (decimal): -6866817 or 8337559. OLE color: 8337559.

HSL color Cylindrical-coordinate representation of color #97387F: hue angle of 315.16º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #97387F is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB15156127-
CMYK00.630.160.41
HSL315.16º45.89%40.59%-
HSV(B)315.16º62.91%59.22%-
XYZ18.0110.9421.24-
YUV92.5147.47169.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.21%
GREEN value IS 56 (22.27% from 255) = 16.77%
BLUE value IS 127 (50% from 255) = 38.02%
R=45.21%
G=16.77%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515612700.630.160.41315.1645.8940.59
Hex97387F03F102913b2e29
Octal2277017707720514735651
Binary100101111110001111111011111110000101001100111011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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