Shades of Dark Purple #971B8F
Tints of Dark Purple #971B8F
RGB
CMYK
RGB Variations
Color information
#971B8F (or 0x971B8F) is known color: Dark Purple. HEX triplet: 97, 1B and 8F. RGB value is (151,27,143). Sum of RGB (Red+Green+Blue) = 151+27+143=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #971B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971B8F is #68E470. Grayscale: #4C4C4C. Windows color (decimal): -6874225 or 9378711. OLE color: 9378711.
HSL color Cylindrical-coordinate representation of color #971B8F: hue angle of 303.87º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #971B8F is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 27 | 143 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.41 |
| HSL | 303.87º | 0.7% | 0.35% | - |
| HSV(B) | 303.87º | 0.82% | 0.59% | - |
| XYZ | 18.11 | 9.35 | 26.84 | - |
| YUV | 77.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 143 | 0 | 0.82 | 0.05 | 0.41 | 303.87 | 0.7 | 0.35 |
| Hex | 97 | 1B | 8F | 0 | 52 | 5 | 29 | 130 | 46 | 23 |
| Octal | 227 | 33 | 217 | 0 | 122 | 5 | 51 | 460 | 106 | 43 |
| Binary | 10010111 | 11011 | 10001111 | 0 | 1010010 | 101 | 101001 | 100110000 | 1000110 | 100011 |
Color Harmonies of #971B8F
Complementary color
Monochromatic Colors of #971B8F
Black with #971B8F
Text Example
Text Example
White with #971B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971B8F; }
p { color: rgb(151,27,143); }
H1.HeaderClassName
{
color: #971B8F;
}
.AnyTagClassName
{
color: #971B8F;
}
</style>
background-color css
<style>
a { background-color: #971B8F; }
a { background-color: rgb(151,27,143); }
div.DivClassName
{
background-color: #971B8F;
}
.BgClassName
{
background-color: #971B8F;
}
</style>
border-color css
<style>
span { border-color: #971B8F; }
span { border-color: rgb(151,27,143); }
td.TdClassName
{
border-color: #971B8F;
}
.TagClassName
{
border-color: #971B8F;
}
</style>