Shades of Dark Purple #971885
Tints of Dark Purple #971885
RGB
CMYK
RGB Variations
Color information
#971885 (or 0x971885) is known color: Dark Purple. HEX triplet: 97, 18 and 85. RGB value is (151,24,133). Sum of RGB (Red+Green+Blue) = 151+24+133=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #971885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971885 is #68E77A. Grayscale: #4A4A4A. Windows color (decimal): -6875003 or 8722583. OLE color: 8722583.
HSL color Cylindrical-coordinate representation of color #971885: hue angle of 308.5º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971885 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 24 | 133 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.41 |
| HSL | 308.5º | 0.73% | 0.34% | - |
| HSV(B) | 308.5º | 0.84% | 0.59% | - |
| XYZ | 17.32 | 8.93 | 23 | - |
| YUV | 74.4 | 161.08 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 24 | 133 | 0 | 0.84 | 0.12 | 0.41 | 308.5 | 0.73 | 0.34 |
| Hex | 97 | 18 | 85 | 0 | 54 | C | 29 | 135 | 49 | 22 |
| Octal | 227 | 30 | 205 | 0 | 124 | 14 | 51 | 465 | 111 | 42 |
| Binary | 10010111 | 11000 | 10000101 | 0 | 1010100 | 1100 | 101001 | 100110101 | 1001001 | 100010 |
Color Harmonies of #971885
Complementary color
Monochromatic Colors of #971885
Black with #971885
Text Example
Text Example
White with #971885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971885; }
p { color: rgb(151,24,133); }
H1.HeaderClassName
{
color: #971885;
}
.AnyTagClassName
{
color: #971885;
}
</style>
background-color css
<style>
a { background-color: #971885; }
a { background-color: rgb(151,24,133); }
div.DivClassName
{
background-color: #971885;
}
.BgClassName
{
background-color: #971885;
}
</style>
border-color css
<style>
span { border-color: #971885; }
span { border-color: rgb(151,24,133); }
td.TdClassName
{
border-color: #971885;
}
.TagClassName
{
border-color: #971885;
}
</style>