Shades of Dark Orchid #993BD0
Tints of Dark Orchid #993BD0
RGB
CMYK
RGB Variations
Color information
#993BD0 (or 0x993BD0) is known color: Dark Orchid. HEX triplet: 99, 3B and D0. RGB value is (153,59,208). Sum of RGB (Red+Green+Blue) = 153+59+208=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #993BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BD0 is #66C42F. Grayscale: #676767. Windows color (decimal): -6734896 or 13646745. OLE color: 13646745.
HSL color Cylindrical-coordinate representation of color #993BD0: hue angle of 277.85º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #993BD0 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 59 | 208 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.18 |
| HSL | 277.85º | 0.61% | 0.52% | - |
| HSV(B) | 277.85º | 0.72% | 0.82% | - |
| XYZ | 26.09 | 14.45 | 61.09 | - |
| YUV | 104.09 | 186.64 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 208 | 0.26 | 0.72 | 0 | 0.18 | 277.85 | 0.61 | 0.52 |
| Hex | 99 | 3B | D0 | 1A | 48 | 0 | 12 | 116 | 3D | 34 |
| Octal | 231 | 73 | 320 | 32 | 110 | 0 | 22 | 426 | 75 | 64 |
| Binary | 10011001 | 111011 | 11010000 | 11010 | 1001000 | 0 | 10010 | 100010110 | 111101 | 110100 |
Color Harmonies of #993BD0
Complementary color
Monochromatic Colors of #993BD0
Black with #993BD0
Text Example
Text Example
White with #993BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BD0; }
p { color: rgb(153,59,208); }
H1.HeaderClassName
{
color: #993BD0;
}
.AnyTagClassName
{
color: #993BD0;
}
</style>
background-color css
<style>
a { background-color: #993BD0; }
a { background-color: rgb(153,59,208); }
div.DivClassName
{
background-color: #993BD0;
}
.BgClassName
{
background-color: #993BD0;
}
</style>
border-color css
<style>
span { border-color: #993BD0; }
span { border-color: rgb(153,59,208); }
td.TdClassName
{
border-color: #993BD0;
}
.TagClassName
{
border-color: #993BD0;
}
</style>