Shades of Dark Orchid #972DD0
Tints of Dark Orchid #972DD0
RGB
CMYK
RGB Variations
Color information
#972DD0 (or 0x972DD0) is known color: Dark Orchid. HEX triplet: 97, 2D and D0. RGB value is (151,45,208). Sum of RGB (Red+Green+Blue) = 151+45+208=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #972DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972DD0 is #68D22F. Grayscale: #5E5E5E. Windows color (decimal): -6869552 or 13643159. OLE color: 13643159.
HSL color Cylindrical-coordinate representation of color #972DD0: hue angle of 279.02º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #972DD0 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 45 | 208 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.18 |
| HSL | 279.02º | 0.64% | 0.5% | - |
| HSV(B) | 279.02º | 0.78% | 0.82% | - |
| XYZ | 25.09 | 13.01 | 60.86 | - |
| YUV | 95.28 | 191.62 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 45 | 208 | 0.27 | 0.78 | 0 | 0.18 | 279.02 | 0.64 | 0.5 |
| Hex | 97 | 2D | D0 | 1B | 4E | 0 | 12 | 117 | 40 | 32 |
| Octal | 227 | 55 | 320 | 33 | 116 | 0 | 22 | 427 | 100 | 62 |
| Binary | 10010111 | 101101 | 11010000 | 11011 | 1001110 | 0 | 10010 | 100010111 | 1000000 | 110010 |
Color Harmonies of #972DD0
Complementary color
Monochromatic Colors of #972DD0
Black with #972DD0
Text Example
Text Example
White with #972DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972DD0; }
p { color: rgb(151,45,208); }
H1.HeaderClassName
{
color: #972DD0;
}
.AnyTagClassName
{
color: #972DD0;
}
</style>
background-color css
<style>
a { background-color: #972DD0; }
a { background-color: rgb(151,45,208); }
div.DivClassName
{
background-color: #972DD0;
}
.BgClassName
{
background-color: #972DD0;
}
</style>
border-color css
<style>
span { border-color: #972DD0; }
span { border-color: rgb(151,45,208); }
td.TdClassName
{
border-color: #972DD0;
}
.TagClassName
{
border-color: #972DD0;
}
</style>