Shades of Dark Orchid #993EDF
Tints of Dark Orchid #993EDF
RGB
CMYK
RGB Variations
Color information
#993EDF (or 0x993EDF) is known color: Dark Orchid. HEX triplet: 99, 3E and DF. RGB value is (153,62,223). Sum of RGB (Red+Green+Blue) = 153+62+223=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #993EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993EDF is #66C120. Grayscale: #6B6B6B. Windows color (decimal): -6734113 or 14630553. OLE color: 14630553.
HSL color Cylindrical-coordinate representation of color #993EDF: hue angle of 273.91º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #993EDF is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 62 | 223 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.13 |
| HSL | 273.91º | 0.72% | 0.56% | - |
| HSV(B) | 273.91º | 0.72% | 0.87% | - |
| XYZ | 28.18 | 15.55 | 71.33 | - |
| YUV | 107.56 | 193.15 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 223 | 0.31 | 0.72 | 0 | 0.13 | 273.91 | 0.72 | 0.56 |
| Hex | 99 | 3E | DF | 1F | 48 | 0 | D | 112 | 48 | 38 |
| Octal | 231 | 76 | 337 | 37 | 110 | 0 | 15 | 422 | 110 | 70 |
| Binary | 10011001 | 111110 | 11011111 | 11111 | 1001000 | 0 | 1101 | 100010010 | 1001000 | 111000 |
Color Harmonies of #993EDF
Complementary color
Monochromatic Colors of #993EDF
Black with #993EDF
Text Example
Text Example
White with #993EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993EDF; }
p { color: rgb(153,62,223); }
H1.HeaderClassName
{
color: #993EDF;
}
.AnyTagClassName
{
color: #993EDF;
}
</style>
background-color css
<style>
a { background-color: #993EDF; }
a { background-color: rgb(153,62,223); }
div.DivClassName
{
background-color: #993EDF;
}
.BgClassName
{
background-color: #993EDF;
}
</style>
border-color css
<style>
span { border-color: #993EDF; }
span { border-color: rgb(153,62,223); }
td.TdClassName
{
border-color: #993EDF;
}
.TagClassName
{
border-color: #993EDF;
}
</style>