Shades of Dark Orchid #993DBC
Tints of Dark Orchid #993DBC
RGB
CMYK
RGB Variations
Color information
#993DBC (or 0x993DBC) is known color: Dark Orchid. HEX triplet: 99, 3D and BC. RGB value is (153,61,188). Sum of RGB (Red+Green+Blue) = 153+61+188=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #993DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DBC is #66C243. Grayscale: #666666. Windows color (decimal): -6734404 or 12336537. OLE color: 12336537.
HSL color Cylindrical-coordinate representation of color #993DBC: hue angle of 283.46º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993DBC is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 61 | 188 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.26 |
| HSL | 283.46º | 0.51% | 0.49% | - |
| HSV(B) | 283.46º | 0.68% | 0.74% | - |
| XYZ | 23.88 | 13.74 | 48.97 | - |
| YUV | 102.99 | 175.98 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 188 | 0.19 | 0.68 | 0 | 0.26 | 283.46 | 0.51 | 0.49 |
| Hex | 99 | 3D | BC | 13 | 44 | 0 | 1A | 11B | 33 | 31 |
| Octal | 231 | 75 | 274 | 23 | 104 | 0 | 32 | 433 | 63 | 61 |
| Binary | 10011001 | 111101 | 10111100 | 10011 | 1000100 | 0 | 11010 | 100011011 | 110011 | 110001 |
Color Harmonies of #993DBC
Complementary color
Monochromatic Colors of #993DBC
Black with #993DBC
Text Example
Text Example
White with #993DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DBC; }
p { color: rgb(153,61,188); }
H1.HeaderClassName
{
color: #993DBC;
}
.AnyTagClassName
{
color: #993DBC;
}
</style>
background-color css
<style>
a { background-color: #993DBC; }
a { background-color: rgb(153,61,188); }
div.DivClassName
{
background-color: #993DBC;
}
.BgClassName
{
background-color: #993DBC;
}
</style>
border-color css
<style>
span { border-color: #993DBC; }
span { border-color: rgb(153,61,188); }
td.TdClassName
{
border-color: #993DBC;
}
.TagClassName
{
border-color: #993DBC;
}
</style>