Shades of Dark Orchid #993DC6
Tints of Dark Orchid #993DC6
RGB
CMYK
RGB Variations
Color information
#993DC6 (or 0x993DC6) is known color: Dark Orchid. HEX triplet: 99, 3D and C6. RGB value is (153,61,198). Sum of RGB (Red+Green+Blue) = 153+61+198=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #993DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DC6 is #66C239. Grayscale: #676767. Windows color (decimal): -6734394 or 12991897. OLE color: 12991897.
HSL color Cylindrical-coordinate representation of color #993DC6: hue angle of 280.29º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993DC6 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 61 | 198 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.22 |
| HSL | 280.29º | 0.55% | 0.51% | - |
| HSV(B) | 280.29º | 0.69% | 0.78% | - |
| XYZ | 25 | 14.19 | 54.85 | - |
| YUV | 104.13 | 180.98 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 198 | 0.23 | 0.69 | 0 | 0.22 | 280.29 | 0.55 | 0.51 |
| Hex | 99 | 3D | C6 | 17 | 45 | 0 | 16 | 118 | 37 | 33 |
| Octal | 231 | 75 | 306 | 27 | 105 | 0 | 26 | 430 | 67 | 63 |
| Binary | 10011001 | 111101 | 11000110 | 10111 | 1000101 | 0 | 10110 | 100011000 | 110111 | 110011 |
Color Harmonies of #993DC6
Complementary color
Monochromatic Colors of #993DC6
Black with #993DC6
Text Example
Text Example
White with #993DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DC6; }
p { color: rgb(153,61,198); }
H1.HeaderClassName
{
color: #993DC6;
}
.AnyTagClassName
{
color: #993DC6;
}
</style>
background-color css
<style>
a { background-color: #993DC6; }
a { background-color: rgb(153,61,198); }
div.DivClassName
{
background-color: #993DC6;
}
.BgClassName
{
background-color: #993DC6;
}
</style>
border-color css
<style>
span { border-color: #993DC6; }
span { border-color: rgb(153,61,198); }
td.TdClassName
{
border-color: #993DC6;
}
.TagClassName
{
border-color: #993DC6;
}
</style>