Shades of Dark Orchid #993DB9
Tints of Dark Orchid #993DB9
RGB
CMYK
RGB Variations
Color information
#993DB9 (or 0x993DB9) is known color: Dark Orchid. HEX triplet: 99, 3D and B9. RGB value is (153,61,185). Sum of RGB (Red+Green+Blue) = 153+61+185=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 185 (72.66% from 255 or 46.37% from 399); Max value from RGB is 185 - color contains mainly: blue. Hex color #993DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DB9 is #66C246. Grayscale: #666666. Windows color (decimal): -6734407 or 12139929. OLE color: 12139929.
HSL color Cylindrical-coordinate representation of color #993DB9: hue angle of 284.52º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993DB9 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 61 | 185 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.27 |
| HSL | 284.52º | 0.5% | 0.48% | - |
| HSV(B) | 284.52º | 0.67% | 0.73% | - |
| XYZ | 23.56 | 13.61 | 47.28 | - |
| YUV | 102.64 | 174.48 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 185 | 0.17 | 0.67 | 0 | 0.27 | 284.52 | 0.5 | 0.48 |
| Hex | 99 | 3D | B9 | 11 | 43 | 0 | 1B | 11D | 32 | 30 |
| Octal | 231 | 75 | 271 | 21 | 103 | 0 | 33 | 435 | 62 | 60 |
| Binary | 10011001 | 111101 | 10111001 | 10001 | 1000011 | 0 | 11011 | 100011101 | 110010 | 110000 |
Color Harmonies of #993DB9
Complementary color
Monochromatic Colors of #993DB9
Black with #993DB9
Text Example
Text Example
White with #993DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DB9; }
p { color: rgb(153,61,185); }
H1.HeaderClassName
{
color: #993DB9;
}
.AnyTagClassName
{
color: #993DB9;
}
</style>
background-color css
<style>
a { background-color: #993DB9; }
a { background-color: rgb(153,61,185); }
div.DivClassName
{
background-color: #993DB9;
}
.BgClassName
{
background-color: #993DB9;
}
</style>
border-color css
<style>
span { border-color: #993DB9; }
span { border-color: rgb(153,61,185); }
td.TdClassName
{
border-color: #993DB9;
}
.TagClassName
{
border-color: #993DB9;
}
</style>