Shades of Dark Orchid #993BDE
Tints of Dark Orchid #993BDE
RGB
CMYK
RGB Variations
Color information
#993BDE (or 0x993BDE) is known color: Dark Orchid. HEX triplet: 99, 3B and DE. RGB value is (153,59,222). Sum of RGB (Red+Green+Blue) = 153+59+222=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #993BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BDE is #66C421. Grayscale: #696969. Windows color (decimal): -6734882 or 14564249. OLE color: 14564249.
HSL color Cylindrical-coordinate representation of color #993BDE: hue angle of 274.6º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #993BDE is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 59 | 222 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.13 |
| HSL | 274.6º | 0.71% | 0.55% | - |
| HSV(B) | 274.6º | 0.73% | 0.87% | - |
| XYZ | 27.89 | 15.17 | 70.57 | - |
| YUV | 105.69 | 193.64 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 222 | 0.31 | 0.73 | 0 | 0.13 | 274.6 | 0.71 | 0.55 |
| Hex | 99 | 3B | DE | 1F | 49 | 0 | D | 113 | 47 | 37 |
| Octal | 231 | 73 | 336 | 37 | 111 | 0 | 15 | 423 | 107 | 67 |
| Binary | 10011001 | 111011 | 11011110 | 11111 | 1001001 | 0 | 1101 | 100010011 | 1000111 | 110111 |
Color Harmonies of #993BDE
Complementary color
Monochromatic Colors of #993BDE
Black with #993BDE
Text Example
Text Example
White with #993BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BDE; }
p { color: rgb(153,59,222); }
H1.HeaderClassName
{
color: #993BDE;
}
.AnyTagClassName
{
color: #993BDE;
}
</style>
background-color css
<style>
a { background-color: #993BDE; }
a { background-color: rgb(153,59,222); }
div.DivClassName
{
background-color: #993BDE;
}
.BgClassName
{
background-color: #993BDE;
}
</style>
border-color css
<style>
span { border-color: #993BDE; }
span { border-color: rgb(153,59,222); }
td.TdClassName
{
border-color: #993BDE;
}
.TagClassName
{
border-color: #993BDE;
}
</style>