Shades of Dark Orchid #993ADA
Tints of Dark Orchid #993ADA
RGB
CMYK
RGB Variations
Color information
#993ADA (or 0x993ADA) is known color: Dark Orchid. HEX triplet: 99, 3A and DA. RGB value is (153,58,218). Sum of RGB (Red+Green+Blue) = 153+58+218=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #993ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ADA is #66C525. Grayscale: #686868. Windows color (decimal): -6735142 or 14301849. OLE color: 14301849.
HSL color Cylindrical-coordinate representation of color #993ADA: hue angle of 275.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #993ADA is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 58 | 218 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.15 |
| HSL | 275.63º | 0.68% | 0.54% | - |
| HSV(B) | 275.63º | 0.73% | 0.85% | - |
| XYZ | 27.3 | 14.86 | 67.76 | - |
| YUV | 104.65 | 191.97 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 218 | 0.30 | 0.73 | 0 | 0.15 | 275.63 | 0.68 | 0.54 |
| Hex | 99 | 3A | DA | 1E | 49 | 0 | F | 114 | 44 | 36 |
| Octal | 231 | 72 | 332 | 36 | 111 | 0 | 17 | 424 | 104 | 66 |
| Binary | 10011001 | 111010 | 11011010 | 11110 | 1001001 | 0 | 1111 | 100010100 | 1000100 | 110110 |
Color Harmonies of #993ADA
Complementary color
Monochromatic Colors of #993ADA
Black with #993ADA
Text Example
Text Example
White with #993ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993ADA; }
p { color: rgb(153,58,218); }
H1.HeaderClassName
{
color: #993ADA;
}
.AnyTagClassName
{
color: #993ADA;
}
</style>
background-color css
<style>
a { background-color: #993ADA; }
a { background-color: rgb(153,58,218); }
div.DivClassName
{
background-color: #993ADA;
}
.BgClassName
{
background-color: #993ADA;
}
</style>
border-color css
<style>
span { border-color: #993ADA; }
span { border-color: rgb(153,58,218); }
td.TdClassName
{
border-color: #993ADA;
}
.TagClassName
{
border-color: #993ADA;
}
</style>