Shades of Dark Orchid #993EBA
Tints of Dark Orchid #993EBA
RGB
CMYK
RGB Variations
Color information
#993EBA (or 0x993EBA) is known color: Dark Orchid. HEX triplet: 99, 3E and BA. RGB value is (153,62,186). Sum of RGB (Red+Green+Blue) = 153+62+186=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #993EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993EBA is #66C145. Grayscale: #666666. Windows color (decimal): -6734150 or 12205721. OLE color: 12205721.
HSL color Cylindrical-coordinate representation of color #993EBA: hue angle of 284.03º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993EBA is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 62 | 186 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.27 |
| HSL | 284.03º | 0.5% | 0.49% | - |
| HSV(B) | 284.03º | 0.67% | 0.73% | - |
| XYZ | 23.72 | 13.76 | 47.86 | - |
| YUV | 103.35 | 174.65 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 186 | 0.18 | 0.67 | 0 | 0.27 | 284.03 | 0.5 | 0.49 |
| Hex | 99 | 3E | BA | 12 | 43 | 0 | 1B | 11C | 32 | 31 |
| Octal | 231 | 76 | 272 | 22 | 103 | 0 | 33 | 434 | 62 | 61 |
| Binary | 10011001 | 111110 | 10111010 | 10010 | 1000011 | 0 | 11011 | 100011100 | 110010 | 110001 |
Color Harmonies of #993EBA
Complementary color
Monochromatic Colors of #993EBA
Black with #993EBA
Text Example
Text Example
White with #993EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993EBA; }
p { color: rgb(153,62,186); }
H1.HeaderClassName
{
color: #993EBA;
}
.AnyTagClassName
{
color: #993EBA;
}
</style>
background-color css
<style>
a { background-color: #993EBA; }
a { background-color: rgb(153,62,186); }
div.DivClassName
{
background-color: #993EBA;
}
.BgClassName
{
background-color: #993EBA;
}
</style>
border-color css
<style>
span { border-color: #993EBA; }
span { border-color: rgb(153,62,186); }
td.TdClassName
{
border-color: #993EBA;
}
.TagClassName
{
border-color: #993EBA;
}
</style>