Shades of Dark Orchid #993EC0
Tints of Dark Orchid #993EC0
RGB
CMYK
RGB Variations
Color information
#993EC0 (or 0x993EC0) is known color: Dark Orchid. HEX triplet: 99, 3E and C0. RGB value is (153,62,192). Sum of RGB (Red+Green+Blue) = 153+62+192=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #993EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993EC0 is #66C13F. Grayscale: #676767. Windows color (decimal): -6734144 or 12598937. OLE color: 12598937.
HSL color Cylindrical-coordinate representation of color #993EC0: hue angle of 282º degrees, saturation: 0.51, 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 #993EC0 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 62 | 192 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.25 |
| HSL | 282º | 0.51% | 0.5% | - |
| HSV(B) | 282º | 0.68% | 0.75% | - |
| XYZ | 24.37 | 14.02 | 51.29 | - |
| YUV | 104.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 192 | 0.20 | 0.68 | 0 | 0.25 | 282 | 0.51 | 0.5 |
| Hex | 99 | 3E | C0 | 14 | 44 | 0 | 19 | 11A | 33 | 32 |
| Octal | 231 | 76 | 300 | 24 | 104 | 0 | 31 | 432 | 63 | 62 |
| Binary | 10011001 | 111110 | 11000000 | 10100 | 1000100 | 0 | 11001 | 100011010 | 110011 | 110010 |
Color Harmonies of #993EC0
Complementary color
Monochromatic Colors of #993EC0
Black with #993EC0
Text Example
Text Example
White with #993EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993EC0; }
p { color: rgb(153,62,192); }
H1.HeaderClassName
{
color: #993EC0;
}
.AnyTagClassName
{
color: #993EC0;
}
</style>
background-color css
<style>
a { background-color: #993EC0; }
a { background-color: rgb(153,62,192); }
div.DivClassName
{
background-color: #993EC0;
}
.BgClassName
{
background-color: #993EC0;
}
</style>
border-color css
<style>
span { border-color: #993EC0; }
span { border-color: rgb(153,62,192); }
td.TdClassName
{
border-color: #993EC0;
}
.TagClassName
{
border-color: #993EC0;
}
</style>