Shades of Dark Orchid #9943DF
Tints of Dark Orchid #9943DF
RGB
CMYK
RGB Variations
Color information
#9943DF (or 0x9943DF) is known color: Dark Orchid. HEX triplet: 99, 43 and DF. RGB value is (153,67,223). Sum of RGB (Red+Green+Blue) = 153+67+223=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #9943DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9943DF is #66BC20. Grayscale: #6D6D6D. Windows color (decimal): -6732833 or 14631833. OLE color: 14631833.
HSL color Cylindrical-coordinate representation of color #9943DF: hue angle of 273.08º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9943DF is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 67 | 223 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.13 |
| HSL | 273.08º | 0.71% | 0.57% | - |
| HSV(B) | 273.08º | 0.7% | 0.87% | - |
| XYZ | 28.46 | 16.11 | 71.42 | - |
| YUV | 110.5 | 191.49 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 223 | 0.31 | 0.70 | 0 | 0.13 | 273.08 | 0.71 | 0.57 |
| Hex | 99 | 43 | DF | 1F | 46 | 0 | D | 111 | 47 | 39 |
| Octal | 231 | 103 | 337 | 37 | 106 | 0 | 15 | 421 | 107 | 71 |
| Binary | 10011001 | 1000011 | 11011111 | 11111 | 1000110 | 0 | 1101 | 100010001 | 1000111 | 111001 |
Color Harmonies of #9943DF
Complementary color
Monochromatic Colors of #9943DF
Black with #9943DF
Text Example
Text Example
White with #9943DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9943DF; }
p { color: rgb(153,67,223); }
H1.HeaderClassName
{
color: #9943DF;
}
.AnyTagClassName
{
color: #9943DF;
}
</style>
background-color css
<style>
a { background-color: #9943DF; }
a { background-color: rgb(153,67,223); }
div.DivClassName
{
background-color: #9943DF;
}
.BgClassName
{
background-color: #9943DF;
}
</style>
border-color css
<style>
span { border-color: #9943DF; }
span { border-color: rgb(153,67,223); }
td.TdClassName
{
border-color: #9943DF;
}
.TagClassName
{
border-color: #9943DF;
}
</style>