Shades of Dark Orchid #993BDB
Tints of Dark Orchid #993BDB
RGB
CMYK
RGB Variations
Color information
#993BDB (or 0x993BDB) is known color: Dark Orchid. HEX triplet: 99, 3B and DB. RGB value is (153,59,219). Sum of RGB (Red+Green+Blue) = 153+59+219=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #993BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BDB is #66C424. Grayscale: #686868. Windows color (decimal): -6734885 or 14367641. OLE color: 14367641.
HSL color Cylindrical-coordinate representation of color #993BDB: hue angle of 275.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #993BDB is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 59 | 219 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.14 |
| HSL | 275.25º | 0.69% | 0.55% | - |
| HSV(B) | 275.25º | 0.73% | 0.86% | - |
| XYZ | 27.49 | 15.01 | 68.47 | - |
| YUV | 105.35 | 192.14 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 219 | 0.30 | 0.73 | 0 | 0.14 | 275.25 | 0.69 | 0.55 |
| Hex | 99 | 3B | DB | 1E | 49 | 0 | E | 113 | 45 | 37 |
| Octal | 231 | 73 | 333 | 36 | 111 | 0 | 16 | 423 | 105 | 67 |
| Binary | 10011001 | 111011 | 11011011 | 11110 | 1001001 | 0 | 1110 | 100010011 | 1000101 | 110111 |
Color Harmonies of #993BDB
Complementary color
Monochromatic Colors of #993BDB
Black with #993BDB
Text Example
Text Example
White with #993BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BDB; }
p { color: rgb(153,59,219); }
H1.HeaderClassName
{
color: #993BDB;
}
.AnyTagClassName
{
color: #993BDB;
}
</style>
background-color css
<style>
a { background-color: #993BDB; }
a { background-color: rgb(153,59,219); }
div.DivClassName
{
background-color: #993BDB;
}
.BgClassName
{
background-color: #993BDB;
}
</style>
border-color css
<style>
span { border-color: #993BDB; }
span { border-color: rgb(153,59,219); }
td.TdClassName
{
border-color: #993BDB;
}
.TagClassName
{
border-color: #993BDB;
}
</style>