Shades of Dark Orchid #9747CF
Tints of Dark Orchid #9747CF
RGB
CMYK
RGB Variations
Color information
#9747CF (or 0x9747CF) is known color: Dark Orchid. HEX triplet: 97, 47 and CF. RGB value is (151,71,207). Sum of RGB (Red+Green+Blue) = 151+71+207=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #9747CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9747CF is #68B830. Grayscale: #6D6D6D. Windows color (decimal): -6862897 or 13584279. OLE color: 13584279.
HSL color Cylindrical-coordinate representation of color #9747CF: hue angle of 275.29º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9747CF is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 71 | 207 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.19 |
| HSL | 275.29º | 0.59% | 0.55% | - |
| HSV(B) | 275.29º | 0.66% | 0.81% | - |
| XYZ | 26.28 | 15.59 | 60.66 | - |
| YUV | 110.42 | 182.5 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 71 | 207 | 0.27 | 0.66 | 0 | 0.19 | 275.29 | 0.59 | 0.55 |
| Hex | 97 | 47 | CF | 1B | 42 | 0 | 13 | 113 | 3B | 37 |
| Octal | 227 | 107 | 317 | 33 | 102 | 0 | 23 | 423 | 73 | 67 |
| Binary | 10010111 | 1000111 | 11001111 | 11011 | 1000010 | 0 | 10011 | 100010011 | 111011 | 110111 |
Color Harmonies of #9747CF
Complementary color
Monochromatic Colors of #9747CF
Black with #9747CF
Text Example
Text Example
White with #9747CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9747CF; }
p { color: rgb(151,71,207); }
H1.HeaderClassName
{
color: #9747CF;
}
.AnyTagClassName
{
color: #9747CF;
}
</style>
background-color css
<style>
a { background-color: #9747CF; }
a { background-color: rgb(151,71,207); }
div.DivClassName
{
background-color: #9747CF;
}
.BgClassName
{
background-color: #9747CF;
}
</style>
border-color css
<style>
span { border-color: #9747CF; }
span { border-color: rgb(151,71,207); }
td.TdClassName
{
border-color: #9747CF;
}
.TagClassName
{
border-color: #9747CF;
}
</style>