Shades of Dark Purple #972B88
Tints of Dark Purple #972B88
RGB
CMYK
RGB Variations
Color information
#972B88 (or 0x972B88) is known color: Dark Purple. HEX triplet: 97, 2B and 88. RGB value is (151,43,136). Sum of RGB (Red+Green+Blue) = 151+43+136=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #972B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972B88 is #68D477. Grayscale: #555555. Windows color (decimal): -6870136 or 8924055. OLE color: 8924055.
HSL color Cylindrical-coordinate representation of color #972B88: hue angle of 308.33º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #972B88 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 43 | 136 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.41 |
| HSL | 308.33º | 0.56% | 0.38% | - |
| HSV(B) | 308.33º | 0.72% | 0.59% | - |
| XYZ | 18.07 | 10.08 | 24.29 | - |
| YUV | 85.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 43 | 136 | 0 | 0.72 | 0.10 | 0.41 | 308.33 | 0.56 | 0.38 |
| Hex | 97 | 2B | 88 | 0 | 48 | A | 29 | 134 | 38 | 26 |
| Octal | 227 | 53 | 210 | 0 | 110 | 12 | 51 | 464 | 70 | 46 |
| Binary | 10010111 | 101011 | 10001000 | 0 | 1001000 | 1010 | 101001 | 100110100 | 111000 | 100110 |
Color Harmonies of #972B88
Complementary color
Monochromatic Colors of #972B88
Black with #972B88
Text Example
Text Example
White with #972B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972B88; }
p { color: rgb(151,43,136); }
H1.HeaderClassName
{
color: #972B88;
}
.AnyTagClassName
{
color: #972B88;
}
</style>
background-color css
<style>
a { background-color: #972B88; }
a { background-color: rgb(151,43,136); }
div.DivClassName
{
background-color: #972B88;
}
.BgClassName
{
background-color: #972B88;
}
</style>
border-color css
<style>
span { border-color: #972B88; }
span { border-color: rgb(151,43,136); }
td.TdClassName
{
border-color: #972B88;
}
.TagClassName
{
border-color: #972B88;
}
</style>