Shades of Dark Orchid #993CCE
Tints of Dark Orchid #993CCE
RGB
CMYK
RGB Variations
Color information
#993CCE (or 0x993CCE) is known color: Dark Orchid. HEX triplet: 99, 3C and CE. RGB value is (153,60,206). Sum of RGB (Red+Green+Blue) = 153+60+206=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #993CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CCE is #66C331. Grayscale: #676767. Windows color (decimal): -6734642 or 13515929. OLE color: 13515929.
HSL color Cylindrical-coordinate representation of color #993CCE: hue angle of 278.22º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #993CCE is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 60 | 206 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.19 |
| HSL | 278.22º | 0.6% | 0.52% | - |
| HSV(B) | 278.22º | 0.71% | 0.81% | - |
| XYZ | 25.89 | 14.46 | 59.82 | - |
| YUV | 104.45 | 185.31 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 206 | 0.26 | 0.71 | 0 | 0.19 | 278.22 | 0.6 | 0.52 |
| Hex | 99 | 3C | CE | 1A | 47 | 0 | 13 | 116 | 3C | 34 |
| Octal | 231 | 74 | 316 | 32 | 107 | 0 | 23 | 426 | 74 | 64 |
| Binary | 10011001 | 111100 | 11001110 | 11010 | 1000111 | 0 | 10011 | 100010110 | 111100 | 110100 |
Color Harmonies of #993CCE
Complementary color
Monochromatic Colors of #993CCE
Black with #993CCE
Text Example
Text Example
White with #993CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CCE; }
p { color: rgb(153,60,206); }
H1.HeaderClassName
{
color: #993CCE;
}
.AnyTagClassName
{
color: #993CCE;
}
</style>
background-color css
<style>
a { background-color: #993CCE; }
a { background-color: rgb(153,60,206); }
div.DivClassName
{
background-color: #993CCE;
}
.BgClassName
{
background-color: #993CCE;
}
</style>
border-color css
<style>
span { border-color: #993CCE; }
span { border-color: rgb(153,60,206); }
td.TdClassName
{
border-color: #993CCE;
}
.TagClassName
{
border-color: #993CCE;
}
</style>