Shades of Dark Orchid #993CDE
Tints of Dark Orchid #993CDE
RGB
CMYK
RGB Variations
Color information
#993CDE (or 0x993CDE) is known color: Dark Orchid. HEX triplet: 99, 3C and DE. RGB value is (153,60,222). Sum of RGB (Red+Green+Blue) = 153+60+222=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #993CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CDE is #66C321. Grayscale: #696969. Windows color (decimal): -6734626 or 14564505. OLE color: 14564505.
HSL color Cylindrical-coordinate representation of color #993CDE: hue angle of 274.44º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #993CDE is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 60 | 222 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.13 |
| HSL | 274.44º | 0.71% | 0.55% | - |
| HSV(B) | 274.44º | 0.73% | 0.87% | - |
| XYZ | 27.94 | 15.28 | 70.58 | - |
| YUV | 106.28 | 193.31 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 222 | 0.31 | 0.73 | 0 | 0.13 | 274.44 | 0.71 | 0.55 |
| Hex | 99 | 3C | DE | 1F | 49 | 0 | D | 112 | 47 | 37 |
| Octal | 231 | 74 | 336 | 37 | 111 | 0 | 15 | 422 | 107 | 67 |
| Binary | 10011001 | 111100 | 11011110 | 11111 | 1001001 | 0 | 1101 | 100010010 | 1000111 | 110111 |
Color Harmonies of #993CDE
Complementary color
Monochromatic Colors of #993CDE
Black with #993CDE
Text Example
Text Example
White with #993CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CDE; }
p { color: rgb(153,60,222); }
H1.HeaderClassName
{
color: #993CDE;
}
.AnyTagClassName
{
color: #993CDE;
}
</style>
background-color css
<style>
a { background-color: #993CDE; }
a { background-color: rgb(153,60,222); }
div.DivClassName
{
background-color: #993CDE;
}
.BgClassName
{
background-color: #993CDE;
}
</style>
border-color css
<style>
span { border-color: #993CDE; }
span { border-color: rgb(153,60,222); }
td.TdClassName
{
border-color: #993CDE;
}
.TagClassName
{
border-color: #993CDE;
}
</style>