Shades of Dark Orchid #993DCF
Tints of Dark Orchid #993DCF
RGB
CMYK
RGB Variations
Color information
#993DCF (or 0x993DCF) is known color: Dark Orchid. HEX triplet: 99, 3D and CF. RGB value is (153,61,207). Sum of RGB (Red+Green+Blue) = 153+61+207=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #993DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DCF is #66C230. Grayscale: #686868. Windows color (decimal): -6734385 or 13581721. OLE color: 13581721.
HSL color Cylindrical-coordinate representation of color #993DCF: hue angle of 277.81º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #993DCF is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 61 | 207 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.19 |
| HSL | 277.81º | 0.6% | 0.53% | - |
| HSV(B) | 277.81º | 0.71% | 0.81% | - |
| XYZ | 26.07 | 14.61 | 60.48 | - |
| YUV | 105.15 | 185.48 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 207 | 0.26 | 0.71 | 0 | 0.19 | 277.81 | 0.6 | 0.53 |
| Hex | 99 | 3D | CF | 1A | 47 | 0 | 13 | 116 | 3C | 35 |
| Octal | 231 | 75 | 317 | 32 | 107 | 0 | 23 | 426 | 74 | 65 |
| Binary | 10011001 | 111101 | 11001111 | 11010 | 1000111 | 0 | 10011 | 100010110 | 111100 | 110101 |
Color Harmonies of #993DCF
Complementary color
Monochromatic Colors of #993DCF
Black with #993DCF
Text Example
Text Example
White with #993DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DCF; }
p { color: rgb(153,61,207); }
H1.HeaderClassName
{
color: #993DCF;
}
.AnyTagClassName
{
color: #993DCF;
}
</style>
background-color css
<style>
a { background-color: #993DCF; }
a { background-color: rgb(153,61,207); }
div.DivClassName
{
background-color: #993DCF;
}
.BgClassName
{
background-color: #993DCF;
}
</style>
border-color css
<style>
span { border-color: #993DCF; }
span { border-color: rgb(153,61,207); }
td.TdClassName
{
border-color: #993DCF;
}
.TagClassName
{
border-color: #993DCF;
}
</style>