Shades of Dark Purple #971385
Tints of Dark Purple #971385
RGB
CMYK
RGB Variations
Color information
#971385 (or 0x971385) is known color: Dark Purple. HEX triplet: 97, 13 and 85. RGB value is (151,19,133). Sum of RGB (Red+Green+Blue) = 151+19+133=303 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.83% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 151 - color contains mainly: red. Hex color #971385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971385 is #68EC7A. Grayscale: #474747. Windows color (decimal): -6876283 or 8721303. OLE color: 8721303.
HSL color Cylindrical-coordinate representation of color #971385: hue angle of 308.18º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971385 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 19 | 133 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.41 |
| HSL | 308.18º | 0.78% | 0.33% | - |
| HSV(B) | 308.18º | 0.87% | 0.59% | - |
| XYZ | 17.23 | 8.74 | 22.97 | - |
| YUV | 71.46 | 162.73 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 133 | 0 | 0.87 | 0.12 | 0.41 | 308.18 | 0.78 | 0.33 |
| Hex | 97 | 13 | 85 | 0 | 57 | C | 29 | 134 | 4E | 21 |
| Octal | 227 | 23 | 205 | 0 | 127 | 14 | 51 | 464 | 116 | 41 |
| Binary | 10010111 | 10011 | 10000101 | 0 | 1010111 | 1100 | 101001 | 100110100 | 1001110 | 100001 |
Color Harmonies of #971385
Complementary color
Monochromatic Colors of #971385
Black with #971385
Text Example
Text Example
White with #971385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971385; }
p { color: rgb(151,19,133); }
H1.HeaderClassName
{
color: #971385;
}
.AnyTagClassName
{
color: #971385;
}
</style>
background-color css
<style>
a { background-color: #971385; }
a { background-color: rgb(151,19,133); }
div.DivClassName
{
background-color: #971385;
}
.BgClassName
{
background-color: #971385;
}
</style>
border-color css
<style>
span { border-color: #971385; }
span { border-color: rgb(151,19,133); }
td.TdClassName
{
border-color: #971385;
}
.TagClassName
{
border-color: #971385;
}
</style>