Shades of Dark Orchid #993ACE
Tints of Dark Orchid #993ACE
RGB
CMYK
RGB Variations
Color information
#993ACE (or 0x993ACE) is known color: Dark Orchid. HEX triplet: 99, 3A and CE. RGB value is (153,58,206). Sum of RGB (Red+Green+Blue) = 153+58+206=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #993ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ACE is #66C531. Grayscale: #666666. Windows color (decimal): -6735154 or 13515417. OLE color: 13515417.
HSL color Cylindrical-coordinate representation of color #993ACE: hue angle of 278.51º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #993ACE is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 58 | 206 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.19 |
| HSL | 278.51º | 0.6% | 0.52% | - |
| HSV(B) | 278.51º | 0.72% | 0.81% | - |
| XYZ | 25.79 | 14.25 | 59.78 | - |
| YUV | 103.28 | 185.97 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 206 | 0.26 | 0.72 | 0 | 0.19 | 278.51 | 0.6 | 0.52 |
| Hex | 99 | 3A | CE | 1A | 48 | 0 | 13 | 117 | 3C | 34 |
| Octal | 231 | 72 | 316 | 32 | 110 | 0 | 23 | 427 | 74 | 64 |
| Binary | 10011001 | 111010 | 11001110 | 11010 | 1001000 | 0 | 10011 | 100010111 | 111100 | 110100 |
Color Harmonies of #993ACE
Complementary color
Monochromatic Colors of #993ACE
Black with #993ACE
Text Example
Text Example
White with #993ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993ACE; }
p { color: rgb(153,58,206); }
H1.HeaderClassName
{
color: #993ACE;
}
.AnyTagClassName
{
color: #993ACE;
}
</style>
background-color css
<style>
a { background-color: #993ACE; }
a { background-color: rgb(153,58,206); }
div.DivClassName
{
background-color: #993ACE;
}
.BgClassName
{
background-color: #993ACE;
}
</style>
border-color css
<style>
span { border-color: #993ACE; }
span { border-color: rgb(153,58,206); }
td.TdClassName
{
border-color: #993ACE;
}
.TagClassName
{
border-color: #993ACE;
}
</style>