Shades of Dark Orchid #993ED0
Tints of Dark Orchid #993ED0
RGB
CMYK
RGB Variations
Color information
#993ED0 (or 0x993ED0) is known color: Dark Orchid. HEX triplet: 99, 3E and D0. RGB value is (153,62,208). Sum of RGB (Red+Green+Blue) = 153+62+208=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #993ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ED0 is #66C12F. Grayscale: #696969. Windows color (decimal): -6734128 or 13647513. OLE color: 13647513.
HSL color Cylindrical-coordinate representation of color #993ED0: hue angle of 277.4º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #993ED0 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 62 | 208 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.18 |
| HSL | 277.4º | 0.61% | 0.53% | - |
| HSV(B) | 277.4º | 0.7% | 0.82% | - |
| XYZ | 26.24 | 14.77 | 61.14 | - |
| YUV | 105.85 | 185.65 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 208 | 0.26 | 0.70 | 0 | 0.18 | 277.4 | 0.61 | 0.53 |
| Hex | 99 | 3E | D0 | 1A | 46 | 0 | 12 | 115 | 3D | 35 |
| Octal | 231 | 76 | 320 | 32 | 106 | 0 | 22 | 425 | 75 | 65 |
| Binary | 10011001 | 111110 | 11010000 | 11010 | 1000110 | 0 | 10010 | 100010101 | 111101 | 110101 |
Color Harmonies of #993ED0
Complementary color
Monochromatic Colors of #993ED0
Black with #993ED0
Text Example
Text Example
White with #993ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993ED0; }
p { color: rgb(153,62,208); }
H1.HeaderClassName
{
color: #993ED0;
}
.AnyTagClassName
{
color: #993ED0;
}
</style>
background-color css
<style>
a { background-color: #993ED0; }
a { background-color: rgb(153,62,208); }
div.DivClassName
{
background-color: #993ED0;
}
.BgClassName
{
background-color: #993ED0;
}
</style>
border-color css
<style>
span { border-color: #993ED0; }
span { border-color: rgb(153,62,208); }
td.TdClassName
{
border-color: #993ED0;
}
.TagClassName
{
border-color: #993ED0;
}
</style>