#97387A

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

Shades of Dark Purple #97387A

Tints of Dark Purple #97387A

Color information

#97387A (or 0x97387A) is unknown color: approx Dark Purple. HEX triplet: 97, 38 and 7A. RGB value is (151,56,122). Sum of RGB (Red+Green+Blue) = 151+56+122=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #97387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97387A is #68C785. Grayscale: #5B5B5B. Windows color (decimal): -6866822 or 8009879. OLE color: 8009879.

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

Color convert

RGB15156122-
CMYK00.630.190.41
HSL318.32º45.89%40.59%-
HSV(B)318.32º62.91%59.22%-
XYZ17.6910.8119.57-
YUV91.93144.97170.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 56 (22.27% from 255) = 17.02%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=45.90%
G=17.02%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515612200.630.190.41318.3245.8940.59
Hex97387A03F132913e2e29
Octal2277017207723514765651
Binary100101111110001111010011111110011101001100111110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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