Shades of Dark Orchid #993DCE
Tints of Dark Orchid #993DCE
RGB
CMYK
RGB Variations
Color information
#993DCE (or 0x993DCE) is known color: Dark Orchid. HEX triplet: 99, 3D and CE. RGB value is (153,61,206). Sum of RGB (Red+Green+Blue) = 153+61+206=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #993DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DCE is #66C231. Grayscale: #686868. Windows color (decimal): -6734386 or 13516185. OLE color: 13516185.
HSL color Cylindrical-coordinate representation of color #993DCE: hue angle of 278.07º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #993DCE is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 61 | 206 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.19 |
| HSL | 278.07º | 0.6% | 0.52% | - |
| HSV(B) | 278.07º | 0.7% | 0.81% | - |
| XYZ | 25.95 | 14.57 | 59.84 | - |
| YUV | 105.04 | 184.98 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 206 | 0.26 | 0.70 | 0 | 0.19 | 278.07 | 0.6 | 0.52 |
| Hex | 99 | 3D | CE | 1A | 46 | 0 | 13 | 116 | 3C | 34 |
| Octal | 231 | 75 | 316 | 32 | 106 | 0 | 23 | 426 | 74 | 64 |
| Binary | 10011001 | 111101 | 11001110 | 11010 | 1000110 | 0 | 10011 | 100010110 | 111100 | 110100 |
Color Harmonies of #993DCE
Complementary color
Monochromatic Colors of #993DCE
Black with #993DCE
Text Example
Text Example
White with #993DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DCE; }
p { color: rgb(153,61,206); }
H1.HeaderClassName
{
color: #993DCE;
}
.AnyTagClassName
{
color: #993DCE;
}
</style>
background-color css
<style>
a { background-color: #993DCE; }
a { background-color: rgb(153,61,206); }
div.DivClassName
{
background-color: #993DCE;
}
.BgClassName
{
background-color: #993DCE;
}
</style>
border-color css
<style>
span { border-color: #993DCE; }
span { border-color: rgb(153,61,206); }
td.TdClassName
{
border-color: #993DCE;
}
.TagClassName
{
border-color: #993DCE;
}
</style>