Shades of Dark Orchid #9947DF
Tints of Dark Orchid #9947DF
RGB
CMYK
RGB Variations
Color information
#9947DF (or 0x9947DF) is known color: Dark Orchid. HEX triplet: 99, 47 and DF. RGB value is (153,71,223). Sum of RGB (Red+Green+Blue) = 153+71+223=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #9947DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9947DF is #66B820. Grayscale: #707070. Windows color (decimal): -6731809 or 14632857. OLE color: 14632857.
HSL color Cylindrical-coordinate representation of color #9947DF: hue angle of 272.37º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9947DF is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 71 | 223 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.13 |
| HSL | 272.37º | 0.7% | 0.58% | - |
| HSV(B) | 272.37º | 0.68% | 0.87% | - |
| XYZ | 28.71 | 16.61 | 71.5 | - |
| YUV | 112.85 | 190.17 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 223 | 0.31 | 0.68 | 0 | 0.13 | 272.37 | 0.7 | 0.58 |
| Hex | 99 | 47 | DF | 1F | 44 | 0 | D | 110 | 46 | 3A |
| Octal | 231 | 107 | 337 | 37 | 104 | 0 | 15 | 420 | 106 | 72 |
| Binary | 10011001 | 1000111 | 11011111 | 11111 | 1000100 | 0 | 1101 | 100010000 | 1000110 | 111010 |
Color Harmonies of #9947DF
Complementary color
Monochromatic Colors of #9947DF
Black with #9947DF
Text Example
Text Example
White with #9947DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9947DF; }
p { color: rgb(153,71,223); }
H1.HeaderClassName
{
color: #9947DF;
}
.AnyTagClassName
{
color: #9947DF;
}
</style>
background-color css
<style>
a { background-color: #9947DF; }
a { background-color: rgb(153,71,223); }
div.DivClassName
{
background-color: #9947DF;
}
.BgClassName
{
background-color: #9947DF;
}
</style>
border-color css
<style>
span { border-color: #9947DF; }
span { border-color: rgb(153,71,223); }
td.TdClassName
{
border-color: #9947DF;
}
.TagClassName
{
border-color: #9947DF;
}
</style>