Shades of Dark Purple #970F80
Tints of Dark Purple #970F80
RGB
CMYK
RGB Variations
Color information
#970F80 (or 0x970F80) is known color: Dark Purple. HEX triplet: 97, 0F and 80. RGB value is (151,15,128). Sum of RGB (Red+Green+Blue) = 151+15+128=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #970F80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970F80 is #68F07F. Grayscale: #444444. Windows color (decimal): -6877312 or 8392599. OLE color: 8392599.
HSL color Cylindrical-coordinate representation of color #970F80: hue angle of 310.15º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F80 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 15 | 128 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.41 |
| HSL | 310.15º | 0.82% | 0.33% | - |
| HSV(B) | 310.15º | 0.9% | 0.59% | - |
| XYZ | 16.83 | 8.48 | 21.17 | - |
| YUV | 68.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 128 | 0 | 0.90 | 0.15 | 0.41 | 310.15 | 0.82 | 0.33 |
| Hex | 97 | F | 80 | 0 | 5A | F | 29 | 136 | 52 | 21 |
| Octal | 227 | 17 | 200 | 0 | 132 | 17 | 51 | 466 | 122 | 41 |
| Binary | 10010111 | 1111 | 10000000 | 0 | 1011010 | 1111 | 101001 | 100110110 | 1010010 | 100001 |
Color Harmonies of #970F80
Complementary color
Monochromatic Colors of #970F80
Black with #970F80
Text Example
Text Example
White with #970F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F80; }
p { color: rgb(151,15,128); }
H1.HeaderClassName
{
color: #970F80;
}
.AnyTagClassName
{
color: #970F80;
}
</style>
background-color css
<style>
a { background-color: #970F80; }
a { background-color: rgb(151,15,128); }
div.DivClassName
{
background-color: #970F80;
}
.BgClassName
{
background-color: #970F80;
}
</style>
border-color css
<style>
span { border-color: #970F80; }
span { border-color: rgb(151,15,128); }
td.TdClassName
{
border-color: #970F80;
}
.TagClassName
{
border-color: #970F80;
}
</style>