Shades of Dark Orchid #9747D0
Tints of Dark Orchid #9747D0
RGB
CMYK
RGB Variations
Color information
#9747D0 (or 0x9747D0) is known color: Dark Orchid. HEX triplet: 97, 47 and D0. RGB value is (151,71,208). Sum of RGB (Red+Green+Blue) = 151+71+208=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #9747D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9747D0 is #68B82F. Grayscale: #6E6E6E. Windows color (decimal): -6862896 or 13649815. OLE color: 13649815.
HSL color Cylindrical-coordinate representation of color #9747D0: hue angle of 275.04º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9747D0 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 71 | 208 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.18 |
| HSL | 275.04º | 0.59% | 0.55% | - |
| HSV(B) | 275.04º | 0.66% | 0.82% | - |
| XYZ | 26.4 | 15.64 | 61.3 | - |
| YUV | 110.54 | 183 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 71 | 208 | 0.27 | 0.66 | 0 | 0.18 | 275.04 | 0.59 | 0.55 |
| Hex | 97 | 47 | D0 | 1B | 42 | 0 | 12 | 113 | 3B | 37 |
| Octal | 227 | 107 | 320 | 33 | 102 | 0 | 22 | 423 | 73 | 67 |
| Binary | 10010111 | 1000111 | 11010000 | 11011 | 1000010 | 0 | 10010 | 100010011 | 111011 | 110111 |
Color Harmonies of #9747D0
Complementary color
Monochromatic Colors of #9747D0
Black with #9747D0
Text Example
Text Example
White with #9747D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9747D0; }
p { color: rgb(151,71,208); }
H1.HeaderClassName
{
color: #9747D0;
}
.AnyTagClassName
{
color: #9747D0;
}
</style>
background-color css
<style>
a { background-color: #9747D0; }
a { background-color: rgb(151,71,208); }
div.DivClassName
{
background-color: #9747D0;
}
.BgClassName
{
background-color: #9747D0;
}
</style>
border-color css
<style>
span { border-color: #9747D0; }
span { border-color: rgb(151,71,208); }
td.TdClassName
{
border-color: #9747D0;
}
.TagClassName
{
border-color: #9747D0;
}
</style>