Shades of Dark Orchid #993ADE
Tints of Dark Orchid #993ADE
RGB
CMYK
RGB Variations
Color information
#993ADE (or 0x993ADE) is known color: Dark Orchid. HEX triplet: 99, 3A and DE. RGB value is (153,58,222). Sum of RGB (Red+Green+Blue) = 153+58+222=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #993ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ADE is #66C521. Grayscale: #686868. Windows color (decimal): -6735138 or 14563993. OLE color: 14563993.
HSL color Cylindrical-coordinate representation of color #993ADE: hue angle of 274.76º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #993ADE is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 58 | 222 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.13 |
| HSL | 274.76º | 0.71% | 0.55% | - |
| HSV(B) | 274.76º | 0.74% | 0.87% | - |
| XYZ | 27.83 | 15.07 | 70.55 | - |
| YUV | 105.1 | 193.97 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 222 | 0.31 | 0.74 | 0 | 0.13 | 274.76 | 0.71 | 0.55 |
| Hex | 99 | 3A | DE | 1F | 4A | 0 | D | 113 | 47 | 37 |
| Octal | 231 | 72 | 336 | 37 | 112 | 0 | 15 | 423 | 107 | 67 |
| Binary | 10011001 | 111010 | 11011110 | 11111 | 1001010 | 0 | 1101 | 100010011 | 1000111 | 110111 |
Color Harmonies of #993ADE
Complementary color
Monochromatic Colors of #993ADE
Black with #993ADE
Text Example
Text Example
White with #993ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993ADE; }
p { color: rgb(153,58,222); }
H1.HeaderClassName
{
color: #993ADE;
}
.AnyTagClassName
{
color: #993ADE;
}
</style>
background-color css
<style>
a { background-color: #993ADE; }
a { background-color: rgb(153,58,222); }
div.DivClassName
{
background-color: #993ADE;
}
.BgClassName
{
background-color: #993ADE;
}
</style>
border-color css
<style>
span { border-color: #993ADE; }
span { border-color: rgb(153,58,222); }
td.TdClassName
{
border-color: #993ADE;
}
.TagClassName
{
border-color: #993ADE;
}
</style>