Shades of Dark Orchid #993AD0
Tints of Dark Orchid #993AD0
RGB
CMYK
RGB Variations
Color information
#993AD0 (or 0x993AD0) is known color: Dark Orchid. HEX triplet: 99, 3A and D0. RGB value is (153,58,208). Sum of RGB (Red+Green+Blue) = 153+58+208=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #993AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993AD0 is #66C52F. Grayscale: #676767. Windows color (decimal): -6735152 or 13646489. OLE color: 13646489.
HSL color Cylindrical-coordinate representation of color #993AD0: hue angle of 278º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #993AD0 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 58 | 208 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.18 |
| HSL | 278º | 0.61% | 0.52% | - |
| HSV(B) | 278º | 0.72% | 0.82% | - |
| XYZ | 26.04 | 14.35 | 61.07 | - |
| YUV | 103.51 | 186.97 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 208 | 0.26 | 0.72 | 0 | 0.18 | 278 | 0.61 | 0.52 |
| Hex | 99 | 3A | D0 | 1A | 48 | 0 | 12 | 116 | 3D | 34 |
| Octal | 231 | 72 | 320 | 32 | 110 | 0 | 22 | 426 | 75 | 64 |
| Binary | 10011001 | 111010 | 11010000 | 11010 | 1001000 | 0 | 10010 | 100010110 | 111101 | 110100 |
Color Harmonies of #993AD0
Complementary color
Monochromatic Colors of #993AD0
Black with #993AD0
Text Example
Text Example
White with #993AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993AD0; }
p { color: rgb(153,58,208); }
H1.HeaderClassName
{
color: #993AD0;
}
.AnyTagClassName
{
color: #993AD0;
}
</style>
background-color css
<style>
a { background-color: #993AD0; }
a { background-color: rgb(153,58,208); }
div.DivClassName
{
background-color: #993AD0;
}
.BgClassName
{
background-color: #993AD0;
}
</style>
border-color css
<style>
span { border-color: #993AD0; }
span { border-color: rgb(153,58,208); }
td.TdClassName
{
border-color: #993AD0;
}
.TagClassName
{
border-color: #993AD0;
}
</style>