Shades of Dark Orchid #972DCF
Tints of Dark Orchid #972DCF
RGB
CMYK
RGB Variations
Color information
#972DCF (or 0x972DCF) is known color: Dark Orchid. HEX triplet: 97, 2D and CF. RGB value is (151,45,207). Sum of RGB (Red+Green+Blue) = 151+45+207=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #972DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972DCF is #68D230. Grayscale: #5E5E5E. Windows color (decimal): -6869553 or 13577623. OLE color: 13577623.
HSL color Cylindrical-coordinate representation of color #972DCF: hue angle of 279.26º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #972DCF is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 45 | 207 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.19 |
| HSL | 279.26º | 0.64% | 0.49% | - |
| HSV(B) | 279.26º | 0.78% | 0.81% | - |
| XYZ | 24.96 | 12.96 | 60.22 | - |
| YUV | 95.16 | 191.12 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 45 | 207 | 0.27 | 0.78 | 0 | 0.19 | 279.26 | 0.64 | 0.49 |
| Hex | 97 | 2D | CF | 1B | 4E | 0 | 13 | 117 | 40 | 31 |
| Octal | 227 | 55 | 317 | 33 | 116 | 0 | 23 | 427 | 100 | 61 |
| Binary | 10010111 | 101101 | 11001111 | 11011 | 1001110 | 0 | 10011 | 100010111 | 1000000 | 110001 |
Color Harmonies of #972DCF
Complementary color
Monochromatic Colors of #972DCF
Black with #972DCF
Text Example
Text Example
White with #972DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972DCF; }
p { color: rgb(151,45,207); }
H1.HeaderClassName
{
color: #972DCF;
}
.AnyTagClassName
{
color: #972DCF;
}
</style>
background-color css
<style>
a { background-color: #972DCF; }
a { background-color: rgb(151,45,207); }
div.DivClassName
{
background-color: #972DCF;
}
.BgClassName
{
background-color: #972DCF;
}
</style>
border-color css
<style>
span { border-color: #972DCF; }
span { border-color: rgb(151,45,207); }
td.TdClassName
{
border-color: #972DCF;
}
.TagClassName
{
border-color: #972DCF;
}
</style>