Shades of Dark Orchid #9720CF
Tints of Dark Orchid #9720CF
RGB
CMYK
RGB Variations
Color information
#9720CF (or 0x9720CF) is known color: Dark Orchid. HEX triplet: 97, 20 and CF. RGB value is (151,32,207). Sum of RGB (Red+Green+Blue) = 151+32+207=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #9720CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9720CF is #68DF30. Grayscale: #565656. Windows color (decimal): -6872881 or 13574295. OLE color: 13574295.
HSL color Cylindrical-coordinate representation of color #9720CF: hue angle of 280.8º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9720CF is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 32 | 207 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.19 |
| HSL | 280.8º | 0.73% | 0.47% | - |
| HSV(B) | 280.8º | 0.85% | 0.81% | - |
| XYZ | 24.54 | 12.12 | 60.08 | - |
| YUV | 87.53 | 195.42 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 32 | 207 | 0.27 | 0.85 | 0 | 0.19 | 280.8 | 0.73 | 0.47 |
| Hex | 97 | 20 | CF | 1B | 55 | 0 | 13 | 119 | 49 | 2F |
| Octal | 227 | 40 | 317 | 33 | 125 | 0 | 23 | 431 | 111 | 57 |
| Binary | 10010111 | 100000 | 11001111 | 11011 | 1010101 | 0 | 10011 | 100011001 | 1001001 | 101111 |
Color Harmonies of #9720CF
Complementary color
Monochromatic Colors of #9720CF
Black with #9720CF
Text Example
Text Example
White with #9720CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9720CF; }
p { color: rgb(151,32,207); }
H1.HeaderClassName
{
color: #9720CF;
}
.AnyTagClassName
{
color: #9720CF;
}
</style>
background-color css
<style>
a { background-color: #9720CF; }
a { background-color: rgb(151,32,207); }
div.DivClassName
{
background-color: #9720CF;
}
.BgClassName
{
background-color: #9720CF;
}
</style>
border-color css
<style>
span { border-color: #9720CF; }
span { border-color: rgb(151,32,207); }
td.TdClassName
{
border-color: #9720CF;
}
.TagClassName
{
border-color: #9720CF;
}
</style>