Shades of Dark Purple #971F90
Tints of Dark Purple #971F90
RGB
CMYK
RGB Variations
Color information
#971F90 (or 0x971F90) is known color: Dark Purple. HEX triplet: 97, 1F and 90. RGB value is (151,31,144). Sum of RGB (Red+Green+Blue) = 151+31+144=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #971F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971F90 is #68E06F. Grayscale: #4F4F4F. Windows color (decimal): -6873200 or 9445271. OLE color: 9445271.
HSL color Cylindrical-coordinate representation of color #971F90: hue angle of 303.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #971F90 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 31 | 144 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.41 |
| HSL | 303.5º | 0.66% | 0.36% | - |
| HSV(B) | 303.5º | 0.79% | 0.59% | - |
| XYZ | 18.29 | 9.57 | 27.27 | - |
| YUV | 79.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 31 | 144 | 0 | 0.79 | 0.05 | 0.41 | 303.5 | 0.66 | 0.36 |
| Hex | 97 | 1F | 90 | 0 | 4F | 5 | 29 | 130 | 42 | 24 |
| Octal | 227 | 37 | 220 | 0 | 117 | 5 | 51 | 460 | 102 | 44 |
| Binary | 10010111 | 11111 | 10010000 | 0 | 1001111 | 101 | 101001 | 100110000 | 1000010 | 100100 |
Color Harmonies of #971F90
Complementary color
Monochromatic Colors of #971F90
Black with #971F90
Text Example
Text Example
White with #971F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971F90; }
p { color: rgb(151,31,144); }
H1.HeaderClassName
{
color: #971F90;
}
.AnyTagClassName
{
color: #971F90;
}
</style>
background-color css
<style>
a { background-color: #971F90; }
a { background-color: rgb(151,31,144); }
div.DivClassName
{
background-color: #971F90;
}
.BgClassName
{
background-color: #971F90;
}
</style>
border-color css
<style>
span { border-color: #971F90; }
span { border-color: rgb(151,31,144); }
td.TdClassName
{
border-color: #971F90;
}
.TagClassName
{
border-color: #971F90;
}
</style>