Shades of Dark Purple #97177F
Tints of Dark Purple #97177F
RGB
CMYK
RGB Variations
Color information
#97177F (or 0x97177F) is known color: Dark Purple. HEX triplet: 97, 17 and 7F. RGB value is (151,23,127). Sum of RGB (Red+Green+Blue) = 151+23+127=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #97177F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97177F is #68E880. Grayscale: #484848. Windows color (decimal): -6875265 or 8329111. OLE color: 8329111.
HSL color Cylindrical-coordinate representation of color #97177F: hue angle of 311.25º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #97177F is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 23 | 127 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.41 |
| HSL | 311.25º | 0.74% | 0.34% | - |
| HSV(B) | 311.25º | 0.85% | 0.59% | - |
| XYZ | 16.9 | 8.72 | 20.87 | - |
| YUV | 73.13 | 158.41 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 23 | 127 | 0 | 0.85 | 0.16 | 0.41 | 311.25 | 0.74 | 0.34 |
| Hex | 97 | 17 | 7F | 0 | 55 | 10 | 29 | 137 | 4A | 22 |
| Octal | 227 | 27 | 177 | 0 | 125 | 20 | 51 | 467 | 112 | 42 |
| Binary | 10010111 | 10111 | 1111111 | 0 | 1010101 | 10000 | 101001 | 100110111 | 1001010 | 100010 |
Color Harmonies of #97177F
Complementary color
Monochromatic Colors of #97177F
Black with #97177F
Text Example
Text Example
White with #97177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97177F; }
p { color: rgb(151,23,127); }
H1.HeaderClassName
{
color: #97177F;
}
.AnyTagClassName
{
color: #97177F;
}
</style>
background-color css
<style>
a { background-color: #97177F; }
a { background-color: rgb(151,23,127); }
div.DivClassName
{
background-color: #97177F;
}
.BgClassName
{
background-color: #97177F;
}
</style>
border-color css
<style>
span { border-color: #97177F; }
span { border-color: rgb(151,23,127); }
td.TdClassName
{
border-color: #97177F;
}
.TagClassName
{
border-color: #97177F;
}
</style>