Shades of Dark Orchid #993DC0
Tints of Dark Orchid #993DC0
RGB
CMYK
RGB Variations
Color information
#993DC0 (or 0x993DC0) is known color: Dark Orchid. HEX triplet: 99, 3D and C0. RGB value is (153,61,192). Sum of RGB (Red+Green+Blue) = 153+61+192=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #993DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DC0 is #66C23F. Grayscale: #676767. Windows color (decimal): -6734400 or 12598681. OLE color: 12598681.
HSL color Cylindrical-coordinate representation of color #993DC0: hue angle of 282.14º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993DC0 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 61 | 192 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.25 |
| HSL | 282.14º | 0.52% | 0.5% | - |
| HSV(B) | 282.14º | 0.68% | 0.75% | - |
| XYZ | 24.32 | 13.92 | 51.27 | - |
| YUV | 103.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 192 | 0.20 | 0.68 | 0 | 0.25 | 282.14 | 0.52 | 0.5 |
| Hex | 99 | 3D | C0 | 14 | 44 | 0 | 19 | 11A | 34 | 32 |
| Octal | 231 | 75 | 300 | 24 | 104 | 0 | 31 | 432 | 64 | 62 |
| Binary | 10011001 | 111101 | 11000000 | 10100 | 1000100 | 0 | 11001 | 100011010 | 110100 | 110010 |
Color Harmonies of #993DC0
Complementary color
Monochromatic Colors of #993DC0
Black with #993DC0
Text Example
Text Example
White with #993DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DC0; }
p { color: rgb(153,61,192); }
H1.HeaderClassName
{
color: #993DC0;
}
.AnyTagClassName
{
color: #993DC0;
}
</style>
background-color css
<style>
a { background-color: #993DC0; }
a { background-color: rgb(153,61,192); }
div.DivClassName
{
background-color: #993DC0;
}
.BgClassName
{
background-color: #993DC0;
}
</style>
border-color css
<style>
span { border-color: #993DC0; }
span { border-color: rgb(153,61,192); }
td.TdClassName
{
border-color: #993DC0;
}
.TagClassName
{
border-color: #993DC0;
}
</style>