Shades of Dark Orchid #993DCD
Tints of Dark Orchid #993DCD
RGB
CMYK
RGB Variations
Color information
#993DCD (or 0x993DCD) is known color: Dark Orchid. HEX triplet: 99, 3D and CD. RGB value is (153,61,205). Sum of RGB (Red+Green+Blue) = 153+61+205=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #993DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DCD is #66C232. Grayscale: #686868. Windows color (decimal): -6734387 or 13450649. OLE color: 13450649.
HSL color Cylindrical-coordinate representation of color #993DCD: hue angle of 278.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #993DCD is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 61 | 205 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.20 |
| HSL | 278.33º | 0.59% | 0.52% | - |
| HSV(B) | 278.33º | 0.7% | 0.8% | - |
| XYZ | 25.83 | 14.52 | 59.2 | - |
| YUV | 104.92 | 184.48 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 205 | 0.25 | 0.70 | 0 | 0.20 | 278.33 | 0.59 | 0.52 |
| Hex | 99 | 3D | CD | 19 | 46 | 0 | 14 | 116 | 3B | 34 |
| Octal | 231 | 75 | 315 | 31 | 106 | 0 | 24 | 426 | 73 | 64 |
| Binary | 10011001 | 111101 | 11001101 | 11001 | 1000110 | 0 | 10100 | 100010110 | 111011 | 110100 |
Color Harmonies of #993DCD
Complementary color
Monochromatic Colors of #993DCD
Black with #993DCD
Text Example
Text Example
White with #993DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DCD; }
p { color: rgb(153,61,205); }
H1.HeaderClassName
{
color: #993DCD;
}
.AnyTagClassName
{
color: #993DCD;
}
</style>
background-color css
<style>
a { background-color: #993DCD; }
a { background-color: rgb(153,61,205); }
div.DivClassName
{
background-color: #993DCD;
}
.BgClassName
{
background-color: #993DCD;
}
</style>
border-color css
<style>
span { border-color: #993DCD; }
span { border-color: rgb(153,61,205); }
td.TdClassName
{
border-color: #993DCD;
}
.TagClassName
{
border-color: #993DCD;
}
</style>