Shades of Dark Orchid #993EC1
Tints of Dark Orchid #993EC1
RGB
CMYK
RGB Variations
Color information
#993EC1 (or 0x993EC1) is known color: Dark Orchid. HEX triplet: 99, 3E and C1. RGB value is (153,62,193). Sum of RGB (Red+Green+Blue) = 153+62+193=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #993EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993EC1 is #66C13E. Grayscale: #676767. Windows color (decimal): -6734143 or 12664473. OLE color: 12664473.
HSL color Cylindrical-coordinate representation of color #993EC1: hue angle of 281.68º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993EC1 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 62 | 193 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.24 |
| HSL | 281.68º | 0.51% | 0.5% | - |
| HSV(B) | 281.68º | 0.68% | 0.76% | - |
| XYZ | 24.49 | 14.07 | 51.88 | - |
| YUV | 104.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 193 | 0.21 | 0.68 | 0 | 0.24 | 281.68 | 0.51 | 0.5 |
| Hex | 99 | 3E | C1 | 15 | 44 | 0 | 18 | 11A | 33 | 32 |
| Octal | 231 | 76 | 301 | 25 | 104 | 0 | 30 | 432 | 63 | 62 |
| Binary | 10011001 | 111110 | 11000001 | 10101 | 1000100 | 0 | 11000 | 100011010 | 110011 | 110010 |
Color Harmonies of #993EC1
Complementary color
Monochromatic Colors of #993EC1
Black with #993EC1
Text Example
Text Example
White with #993EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993EC1; }
p { color: rgb(153,62,193); }
H1.HeaderClassName
{
color: #993EC1;
}
.AnyTagClassName
{
color: #993EC1;
}
</style>
background-color css
<style>
a { background-color: #993EC1; }
a { background-color: rgb(153,62,193); }
div.DivClassName
{
background-color: #993EC1;
}
.BgClassName
{
background-color: #993EC1;
}
</style>
border-color css
<style>
span { border-color: #993EC1; }
span { border-color: rgb(153,62,193); }
td.TdClassName
{
border-color: #993EC1;
}
.TagClassName
{
border-color: #993EC1;
}
</style>