Shades of Dark Purple #97397A
Tints of Dark Purple #97397A
RGB
CMYK
RGB Variations
Color information
#97397A (or 0x97397A) is known color: Dark Purple. HEX triplet: 97, 39 and 7A. RGB value is (151,57,122). Sum of RGB (Red+Green+Blue) = 151+57+122=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #97397A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97397A is #68C685. Grayscale: #5C5C5C. Windows color (decimal): -6866566 or 8010135. OLE color: 8010135.
HSL color Cylindrical-coordinate representation of color #97397A: hue angle of 318.51º 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 #97397A is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 57 | 122 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.41 |
| HSL | 318.51º | 0.45% | 0.41% | - |
| HSV(B) | 318.51º | 0.62% | 0.59% | - |
| XYZ | 17.74 | 10.91 | 19.58 | - |
| YUV | 92.52 | 144.64 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 57 | 122 | 0 | 0.62 | 0.19 | 0.41 | 318.51 | 0.45 | 0.41 |
| Hex | 97 | 39 | 7A | 0 | 3E | 13 | 29 | 13F | 2D | 29 |
| Octal | 227 | 71 | 172 | 0 | 76 | 23 | 51 | 477 | 55 | 51 |
| Binary | 10010111 | 111001 | 1111010 | 0 | 111110 | 10011 | 101001 | 100111111 | 101101 | 101001 |
Color Harmonies of #97397A
Complementary color
Monochromatic Colors of #97397A
Black with #97397A
Text Example
Text Example
White with #97397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97397A; }
p { color: rgb(151,57,122); }
H1.HeaderClassName
{
color: #97397A;
}
.AnyTagClassName
{
color: #97397A;
}
</style>
background-color css
<style>
a { background-color: #97397A; }
a { background-color: rgb(151,57,122); }
div.DivClassName
{
background-color: #97397A;
}
.BgClassName
{
background-color: #97397A;
}
</style>
border-color css
<style>
span { border-color: #97397A; }
span { border-color: rgb(151,57,122); }
td.TdClassName
{
border-color: #97397A;
}
.TagClassName
{
border-color: #97397A;
}
</style>