Shades of Dark Purple #972394
Tints of Dark Purple #972394
RGB
CMYK
RGB Variations
Color information
#972394 (or 0x972394) is known color: Dark Purple. HEX triplet: 97, 23 and 94. RGB value is (151,35,148). Sum of RGB (Red+Green+Blue) = 151+35+148=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #972394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972394 is #68DC6B. Grayscale: #525252. Windows color (decimal): -6872172 or 9708439. OLE color: 9708439.
HSL color Cylindrical-coordinate representation of color #972394: hue angle of 301.55º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #972394 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 35 | 148 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.41 |
| HSL | 301.55º | 0.62% | 0.36% | - |
| HSV(B) | 301.55º | 0.77% | 0.59% | - |
| XYZ | 18.71 | 9.92 | 28.95 | - |
| YUV | 82.57 | 164.93 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 35 | 148 | 0 | 0.77 | 0.02 | 0.41 | 301.55 | 0.62 | 0.36 |
| Hex | 97 | 23 | 94 | 0 | 4D | 2 | 29 | 12E | 3E | 24 |
| Octal | 227 | 43 | 224 | 0 | 115 | 2 | 51 | 456 | 76 | 44 |
| Binary | 10010111 | 100011 | 10010100 | 0 | 1001101 | 10 | 101001 | 100101110 | 111110 | 100100 |
Color Harmonies of #972394
Complementary color
Monochromatic Colors of #972394
Black with #972394
Text Example
Text Example
White with #972394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972394; }
p { color: rgb(151,35,148); }
H1.HeaderClassName
{
color: #972394;
}
.AnyTagClassName
{
color: #972394;
}
</style>
background-color css
<style>
a { background-color: #972394; }
a { background-color: rgb(151,35,148); }
div.DivClassName
{
background-color: #972394;
}
.BgClassName
{
background-color: #972394;
}
</style>
border-color css
<style>
span { border-color: #972394; }
span { border-color: rgb(151,35,148); }
td.TdClassName
{
border-color: #972394;
}
.TagClassName
{
border-color: #972394;
}
</style>