Shades of Dark Orchid #9720CB
Tints of Dark Orchid #9720CB
RGB
CMYK
RGB Variations
Color information
#9720CB (or 0x9720CB) is known color: Dark Orchid. HEX triplet: 97, 20 and CB. RGB value is (151,32,203). Sum of RGB (Red+Green+Blue) = 151+32+203=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #9720CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9720CB is #68DF34. Grayscale: #565656. Windows color (decimal): -6872885 or 13312151. OLE color: 13312151.
HSL color Cylindrical-coordinate representation of color #9720CB: hue angle of 281.75º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9720CB is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 32 | 203 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.20 |
| HSL | 281.75º | 0.73% | 0.46% | - |
| HSV(B) | 281.75º | 0.84% | 0.8% | - |
| XYZ | 24.06 | 11.92 | 57.53 | - |
| YUV | 87.08 | 193.42 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 32 | 203 | 0.26 | 0.84 | 0 | 0.20 | 281.75 | 0.73 | 0.46 |
| Hex | 97 | 20 | CB | 1A | 54 | 0 | 14 | 11A | 49 | 2E |
| Octal | 227 | 40 | 313 | 32 | 124 | 0 | 24 | 432 | 111 | 56 |
| Binary | 10010111 | 100000 | 11001011 | 11010 | 1010100 | 0 | 10100 | 100011010 | 1001001 | 101110 |
Color Harmonies of #9720CB
Complementary color
Monochromatic Colors of #9720CB
Black with #9720CB
Text Example
Text Example
White with #9720CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9720CB; }
p { color: rgb(151,32,203); }
H1.HeaderClassName
{
color: #9720CB;
}
.AnyTagClassName
{
color: #9720CB;
}
</style>
background-color css
<style>
a { background-color: #9720CB; }
a { background-color: rgb(151,32,203); }
div.DivClassName
{
background-color: #9720CB;
}
.BgClassName
{
background-color: #9720CB;
}
</style>
border-color css
<style>
span { border-color: #9720CB; }
span { border-color: rgb(151,32,203); }
td.TdClassName
{
border-color: #9720CB;
}
.TagClassName
{
border-color: #9720CB;
}
</style>