Shades of Dark Purple #971383
Tints of Dark Purple #971383
RGB
CMYK
RGB Variations
Color information
#971383 (or 0x971383) is known color: Dark Purple. HEX triplet: 97, 13 and 83. RGB value is (151,19,131). Sum of RGB (Red+Green+Blue) = 151+19+131=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #971383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971383 is #68EC7C. Grayscale: #464646. Windows color (decimal): -6876285 or 8590231. OLE color: 8590231.
HSL color Cylindrical-coordinate representation of color #971383: hue angle of 309.09º 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 #971383 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 19 | 131 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.41 |
| HSL | 309.09º | 0.78% | 0.33% | - |
| HSV(B) | 309.09º | 0.87% | 0.59% | - |
| XYZ | 17.09 | 8.68 | 22.25 | - |
| YUV | 71.24 | 161.73 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 131 | 0 | 0.87 | 0.13 | 0.41 | 309.09 | 0.78 | 0.33 |
| Hex | 97 | 13 | 83 | 0 | 57 | D | 29 | 135 | 4E | 21 |
| Octal | 227 | 23 | 203 | 0 | 127 | 15 | 51 | 465 | 116 | 41 |
| Binary | 10010111 | 10011 | 10000011 | 0 | 1010111 | 1101 | 101001 | 100110101 | 1001110 | 100001 |
Color Harmonies of #971383
Complementary color
Monochromatic Colors of #971383
Black with #971383
Text Example
Text Example
White with #971383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971383; }
p { color: rgb(151,19,131); }
H1.HeaderClassName
{
color: #971383;
}
.AnyTagClassName
{
color: #971383;
}
</style>
background-color css
<style>
a { background-color: #971383; }
a { background-color: rgb(151,19,131); }
div.DivClassName
{
background-color: #971383;
}
.BgClassName
{
background-color: #971383;
}
</style>
border-color css
<style>
span { border-color: #971383; }
span { border-color: rgb(151,19,131); }
td.TdClassName
{
border-color: #971383;
}
.TagClassName
{
border-color: #971383;
}
</style>