Shades of Dark Purple #972382
Tints of Dark Purple #972382
RGB
CMYK
RGB Variations
Color information
#972382 (or 0x972382) is known color: Dark Purple. HEX triplet: 97, 23 and 82. RGB value is (151,35,130). Sum of RGB (Red+Green+Blue) = 151+35+130=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #972382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972382 is #68DC7D. Grayscale: #505050. Windows color (decimal): -6872190 or 8528791. OLE color: 8528791.
HSL color Cylindrical-coordinate representation of color #972382: hue angle of 310.86º 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 #972382 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 35 | 130 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.41 |
| HSL | 310.86º | 0.62% | 0.36% | - |
| HSV(B) | 310.86º | 0.77% | 0.59% | - |
| XYZ | 17.39 | 9.39 | 22.02 | - |
| YUV | 80.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 35 | 130 | 0 | 0.77 | 0.14 | 0.41 | 310.86 | 0.62 | 0.36 |
| Hex | 97 | 23 | 82 | 0 | 4D | E | 29 | 137 | 3E | 24 |
| Octal | 227 | 43 | 202 | 0 | 115 | 16 | 51 | 467 | 76 | 44 |
| Binary | 10010111 | 100011 | 10000010 | 0 | 1001101 | 1110 | 101001 | 100110111 | 111110 | 100100 |
Color Harmonies of #972382
Complementary color
Monochromatic Colors of #972382
Black with #972382
Text Example
Text Example
White with #972382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972382; }
p { color: rgb(151,35,130); }
H1.HeaderClassName
{
color: #972382;
}
.AnyTagClassName
{
color: #972382;
}
</style>
background-color css
<style>
a { background-color: #972382; }
a { background-color: rgb(151,35,130); }
div.DivClassName
{
background-color: #972382;
}
.BgClassName
{
background-color: #972382;
}
</style>
border-color css
<style>
span { border-color: #972382; }
span { border-color: rgb(151,35,130); }
td.TdClassName
{
border-color: #972382;
}
.TagClassName
{
border-color: #972382;
}
</style>