Shades of Dark Purple #972B85
Tints of Dark Purple #972B85
RGB
CMYK
RGB Variations
Color information
#972B85 (or 0x972B85) is known color: Dark Purple. HEX triplet: 97, 2B and 85. RGB value is (151,43,133). Sum of RGB (Red+Green+Blue) = 151+43+133=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #972B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972B85 is #68D47A. Grayscale: #555555. Windows color (decimal): -6870139 or 8727447. OLE color: 8727447.
HSL color Cylindrical-coordinate representation of color #972B85: hue angle of 310º 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 #972B85 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 43 | 133 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.41 |
| HSL | 310º | 0.56% | 0.38% | - |
| HSV(B) | 310º | 0.72% | 0.59% | - |
| XYZ | 17.86 | 10 | 23.18 | - |
| YUV | 85.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 43 | 133 | 0 | 0.72 | 0.12 | 0.41 | 310 | 0.56 | 0.38 |
| Hex | 97 | 2B | 85 | 0 | 48 | C | 29 | 136 | 38 | 26 |
| Octal | 227 | 53 | 205 | 0 | 110 | 14 | 51 | 466 | 70 | 46 |
| Binary | 10010111 | 101011 | 10000101 | 0 | 1001000 | 1100 | 101001 | 100110110 | 111000 | 100110 |
Color Harmonies of #972B85
Complementary color
Monochromatic Colors of #972B85
Black with #972B85
Text Example
Text Example
White with #972B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972B85; }
p { color: rgb(151,43,133); }
H1.HeaderClassName
{
color: #972B85;
}
.AnyTagClassName
{
color: #972B85;
}
</style>
background-color css
<style>
a { background-color: #972B85; }
a { background-color: rgb(151,43,133); }
div.DivClassName
{
background-color: #972B85;
}
.BgClassName
{
background-color: #972B85;
}
</style>
border-color css
<style>
span { border-color: #972B85; }
span { border-color: rgb(151,43,133); }
td.TdClassName
{
border-color: #972B85;
}
.TagClassName
{
border-color: #972B85;
}
</style>