Shades of Dark Orchid #972DB7
Tints of Dark Orchid #972DB7
RGB
CMYK
RGB Variations
Color information
#972DB7 (or 0x972DB7) is known color: Dark Orchid. HEX triplet: 97, 2D and B7. RGB value is (151,45,183). Sum of RGB (Red+Green+Blue) = 151+45+183=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #972DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972DB7 is #68D248. Grayscale: #5B5B5B. Windows color (decimal): -6869577 or 12004759. OLE color: 12004759.
HSL color Cylindrical-coordinate representation of color #972DB7: hue angle of 286.09º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #972DB7 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 151 | 45 | 183 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.28 |
| HSL | 286.09º | 0.61% | 0.45% | - |
| HSV(B) | 286.09º | 0.75% | 0.72% | - |
| XYZ | 22.25 | 11.87 | 45.92 | - |
| YUV | 92.43 | 179.12 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 45 | 183 | 0.17 | 0.75 | 0 | 0.28 | 286.09 | 0.61 | 0.45 |
| Hex | 97 | 2D | B7 | 11 | 4B | 0 | 1C | 11E | 3D | 2D |
| Octal | 227 | 55 | 267 | 21 | 113 | 0 | 34 | 436 | 75 | 55 |
| Binary | 10010111 | 101101 | 10110111 | 10001 | 1001011 | 0 | 11100 | 100011110 | 111101 | 101101 |
Color Harmonies of #972DB7
Complementary color
Monochromatic Colors of #972DB7
Black with #972DB7
Text Example
Text Example
White with #972DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972DB7; }
p { color: rgb(151,45,183); }
H1.HeaderClassName
{
color: #972DB7;
}
.AnyTagClassName
{
color: #972DB7;
}
</style>
background-color css
<style>
a { background-color: #972DB7; }
a { background-color: rgb(151,45,183); }
div.DivClassName
{
background-color: #972DB7;
}
.BgClassName
{
background-color: #972DB7;
}
</style>
border-color css
<style>
span { border-color: #972DB7; }
span { border-color: rgb(151,45,183); }
td.TdClassName
{
border-color: #972DB7;
}
.TagClassName
{
border-color: #972DB7;
}
</style>