Shades of Dark Purple #972384
Tints of Dark Purple #972384
RGB
CMYK
RGB Variations
Color information
#972384 (or 0x972384) is known color: Dark Purple. HEX triplet: 97, 23 and 84. RGB value is (151,35,132). Sum of RGB (Red+Green+Blue) = 151+35+132=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #972384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972384 is #68DC7B. Grayscale: #505050. Windows color (decimal): -6872188 or 8659863. OLE color: 8659863.
HSL color Cylindrical-coordinate representation of color #972384: hue angle of 309.83º 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 #972384 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 35 | 132 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.41 |
| HSL | 309.83º | 0.62% | 0.36% | - |
| HSV(B) | 309.83º | 0.77% | 0.59% | - |
| XYZ | 17.53 | 9.45 | 22.73 | - |
| YUV | 80.74 | 156.93 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 35 | 132 | 0 | 0.77 | 0.13 | 0.41 | 309.83 | 0.62 | 0.36 |
| Hex | 97 | 23 | 84 | 0 | 4D | D | 29 | 136 | 3E | 24 |
| Octal | 227 | 43 | 204 | 0 | 115 | 15 | 51 | 466 | 76 | 44 |
| Binary | 10010111 | 100011 | 10000100 | 0 | 1001101 | 1101 | 101001 | 100110110 | 111110 | 100100 |
Color Harmonies of #972384
Complementary color
Monochromatic Colors of #972384
Black with #972384
Text Example
Text Example
White with #972384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972384; }
p { color: rgb(151,35,132); }
H1.HeaderClassName
{
color: #972384;
}
.AnyTagClassName
{
color: #972384;
}
</style>
background-color css
<style>
a { background-color: #972384; }
a { background-color: rgb(151,35,132); }
div.DivClassName
{
background-color: #972384;
}
.BgClassName
{
background-color: #972384;
}
</style>
border-color css
<style>
span { border-color: #972384; }
span { border-color: rgb(151,35,132); }
td.TdClassName
{
border-color: #972384;
}
.TagClassName
{
border-color: #972384;
}
</style>