Shades of Dark Purple #972183
Tints of Dark Purple #972183
RGB
CMYK
RGB Variations
Color information
#972183 (or 0x972183) is known color: Dark Purple. HEX triplet: 97, 21 and 83. RGB value is (151,33,131). Sum of RGB (Red+Green+Blue) = 151+33+131=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #972183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972183 is #68DE7C. Grayscale: #4F4F4F. Windows color (decimal): -6872701 or 8593815. OLE color: 8593815.
HSL color Cylindrical-coordinate representation of color #972183: hue angle of 310.17º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #972183 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 33 | 131 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.41 |
| HSL | 310.17º | 0.64% | 0.36% | - |
| HSV(B) | 310.17º | 0.78% | 0.59% | - |
| XYZ | 17.4 | 9.31 | 22.35 | - |
| YUV | 79.45 | 157.09 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 33 | 131 | 0 | 0.78 | 0.13 | 0.41 | 310.17 | 0.64 | 0.36 |
| Hex | 97 | 21 | 83 | 0 | 4E | D | 29 | 136 | 40 | 24 |
| Octal | 227 | 41 | 203 | 0 | 116 | 15 | 51 | 466 | 100 | 44 |
| Binary | 10010111 | 100001 | 10000011 | 0 | 1001110 | 1101 | 101001 | 100110110 | 1000000 | 100100 |
Color Harmonies of #972183
Complementary color
Monochromatic Colors of #972183
Black with #972183
Text Example
Text Example
White with #972183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972183; }
p { color: rgb(151,33,131); }
H1.HeaderClassName
{
color: #972183;
}
.AnyTagClassName
{
color: #972183;
}
</style>
background-color css
<style>
a { background-color: #972183; }
a { background-color: rgb(151,33,131); }
div.DivClassName
{
background-color: #972183;
}
.BgClassName
{
background-color: #972183;
}
</style>
border-color css
<style>
span { border-color: #972183; }
span { border-color: rgb(151,33,131); }
td.TdClassName
{
border-color: #972183;
}
.TagClassName
{
border-color: #972183;
}
</style>