Shades of Dark Orchid #993CC6
Tints of Dark Orchid #993CC6
RGB
CMYK
RGB Variations
Color information
#993CC6 (or 0x993CC6) is known color: Dark Orchid. HEX triplet: 99, 3C and C6. RGB value is (153,60,198). Sum of RGB (Red+Green+Blue) = 153+60+198=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #993CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CC6 is #66C339. Grayscale: #676767. Windows color (decimal): -6734650 or 12991641. OLE color: 12991641.
HSL color Cylindrical-coordinate representation of color #993CC6: hue angle of 280.43º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #993CC6 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 60 | 198 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.22 |
| HSL | 280.43º | 0.55% | 0.51% | - |
| HSV(B) | 280.43º | 0.7% | 0.78% | - |
| XYZ | 24.95 | 14.08 | 54.83 | - |
| YUV | 103.54 | 181.31 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 198 | 0.23 | 0.70 | 0 | 0.22 | 280.43 | 0.55 | 0.51 |
| Hex | 99 | 3C | C6 | 17 | 46 | 0 | 16 | 118 | 37 | 33 |
| Octal | 231 | 74 | 306 | 27 | 106 | 0 | 26 | 430 | 67 | 63 |
| Binary | 10011001 | 111100 | 11000110 | 10111 | 1000110 | 0 | 10110 | 100011000 | 110111 | 110011 |
Color Harmonies of #993CC6
Complementary color
Monochromatic Colors of #993CC6
Black with #993CC6
Text Example
Text Example
White with #993CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CC6; }
p { color: rgb(153,60,198); }
H1.HeaderClassName
{
color: #993CC6;
}
.AnyTagClassName
{
color: #993CC6;
}
</style>
background-color css
<style>
a { background-color: #993CC6; }
a { background-color: rgb(153,60,198); }
div.DivClassName
{
background-color: #993CC6;
}
.BgClassName
{
background-color: #993CC6;
}
</style>
border-color css
<style>
span { border-color: #993CC6; }
span { border-color: rgb(153,60,198); }
td.TdClassName
{
border-color: #993CC6;
}
.TagClassName
{
border-color: #993CC6;
}
</style>