Shades of Dark Orchid #993BCD
Tints of Dark Orchid #993BCD
RGB
CMYK
RGB Variations
Color information
#993BCD (or 0x993BCD) is known color: Dark Orchid. HEX triplet: 99, 3B and CD. RGB value is (153,59,205). Sum of RGB (Red+Green+Blue) = 153+59+205=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #993BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BCD is #66C432. Grayscale: #676767. Windows color (decimal): -6734899 or 13450137. OLE color: 13450137.
HSL color Cylindrical-coordinate representation of color #993BCD: hue angle of 278.63º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #993BCD is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 59 | 205 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.20 |
| HSL | 278.63º | 0.59% | 0.52% | - |
| HSV(B) | 278.63º | 0.71% | 0.8% | - |
| XYZ | 25.72 | 14.31 | 59.16 | - |
| YUV | 103.75 | 185.14 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 205 | 0.25 | 0.71 | 0 | 0.20 | 278.63 | 0.59 | 0.52 |
| Hex | 99 | 3B | CD | 19 | 47 | 0 | 14 | 117 | 3B | 34 |
| Octal | 231 | 73 | 315 | 31 | 107 | 0 | 24 | 427 | 73 | 64 |
| Binary | 10011001 | 111011 | 11001101 | 11001 | 1000111 | 0 | 10100 | 100010111 | 111011 | 110100 |
Color Harmonies of #993BCD
Complementary color
Monochromatic Colors of #993BCD
Black with #993BCD
Text Example
Text Example
White with #993BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BCD; }
p { color: rgb(153,59,205); }
H1.HeaderClassName
{
color: #993BCD;
}
.AnyTagClassName
{
color: #993BCD;
}
</style>
background-color css
<style>
a { background-color: #993BCD; }
a { background-color: rgb(153,59,205); }
div.DivClassName
{
background-color: #993BCD;
}
.BgClassName
{
background-color: #993BCD;
}
</style>
border-color css
<style>
span { border-color: #993BCD; }
span { border-color: rgb(153,59,205); }
td.TdClassName
{
border-color: #993BCD;
}
.TagClassName
{
border-color: #993BCD;
}
</style>