Shades of Dark Orchid #993ECE
Tints of Dark Orchid #993ECE
RGB
CMYK
RGB Variations
Color information
#993ECE (or 0x993ECE) is known color: Dark Orchid. HEX triplet: 99, 3E and CE. RGB value is (153,62,206). Sum of RGB (Red+Green+Blue) = 153+62+206=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #993ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ECE is #66C131. Grayscale: #696969. Windows color (decimal): -6734130 or 13516441. OLE color: 13516441.
HSL color Cylindrical-coordinate representation of color #993ECE: hue angle of 277.92º 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 #993ECE is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 62 | 206 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.19 |
| HSL | 277.92º | 0.6% | 0.53% | - |
| HSV(B) | 277.92º | 0.7% | 0.81% | - |
| XYZ | 26 | 14.67 | 59.85 | - |
| YUV | 105.63 | 184.65 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 206 | 0.26 | 0.70 | 0 | 0.19 | 277.92 | 0.6 | 0.53 |
| Hex | 99 | 3E | CE | 1A | 46 | 0 | 13 | 116 | 3C | 35 |
| Octal | 231 | 76 | 316 | 32 | 106 | 0 | 23 | 426 | 74 | 65 |
| Binary | 10011001 | 111110 | 11001110 | 11010 | 1000110 | 0 | 10011 | 100010110 | 111100 | 110101 |
Color Harmonies of #993ECE
Complementary color
Monochromatic Colors of #993ECE
Black with #993ECE
Text Example
Text Example
White with #993ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993ECE; }
p { color: rgb(153,62,206); }
H1.HeaderClassName
{
color: #993ECE;
}
.AnyTagClassName
{
color: #993ECE;
}
</style>
background-color css
<style>
a { background-color: #993ECE; }
a { background-color: rgb(153,62,206); }
div.DivClassName
{
background-color: #993ECE;
}
.BgClassName
{
background-color: #993ECE;
}
</style>
border-color css
<style>
span { border-color: #993ECE; }
span { border-color: rgb(153,62,206); }
td.TdClassName
{
border-color: #993ECE;
}
.TagClassName
{
border-color: #993ECE;
}
</style>