Shades of Dark Orchid #993ECF
Tints of Dark Orchid #993ECF
RGB
CMYK
RGB Variations
Color information
#993ECF (or 0x993ECF) is known color: Dark Orchid. HEX triplet: 99, 3E and CF. RGB value is (153,62,207). Sum of RGB (Red+Green+Blue) = 153+62+207=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #993ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ECF is #66C130. Grayscale: #696969. Windows color (decimal): -6734129 or 13581977. OLE color: 13581977.
HSL color Cylindrical-coordinate representation of color #993ECF: hue angle of 277.66º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #993ECF is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 62 | 207 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.19 |
| HSL | 277.66º | 0.6% | 0.53% | - |
| HSV(B) | 277.66º | 0.7% | 0.81% | - |
| XYZ | 26.12 | 14.72 | 60.5 | - |
| YUV | 105.74 | 185.15 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 207 | 0.26 | 0.70 | 0 | 0.19 | 277.66 | 0.6 | 0.53 |
| Hex | 99 | 3E | CF | 1A | 46 | 0 | 13 | 116 | 3C | 35 |
| Octal | 231 | 76 | 317 | 32 | 106 | 0 | 23 | 426 | 74 | 65 |
| Binary | 10011001 | 111110 | 11001111 | 11010 | 1000110 | 0 | 10011 | 100010110 | 111100 | 110101 |
Color Harmonies of #993ECF
Complementary color
Monochromatic Colors of #993ECF
Black with #993ECF
Text Example
Text Example
White with #993ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993ECF; }
p { color: rgb(153,62,207); }
H1.HeaderClassName
{
color: #993ECF;
}
.AnyTagClassName
{
color: #993ECF;
}
</style>
background-color css
<style>
a { background-color: #993ECF; }
a { background-color: rgb(153,62,207); }
div.DivClassName
{
background-color: #993ECF;
}
.BgClassName
{
background-color: #993ECF;
}
</style>
border-color css
<style>
span { border-color: #993ECF; }
span { border-color: rgb(153,62,207); }
td.TdClassName
{
border-color: #993ECF;
}
.TagClassName
{
border-color: #993ECF;
}
</style>