Shades of Dark Orchid #993EDB
Tints of Dark Orchid #993EDB
RGB
CMYK
RGB Variations
Color information
#993EDB (or 0x993EDB) is known color: Dark Orchid. HEX triplet: 99, 3E and DB. RGB value is (153,62,219). Sum of RGB (Red+Green+Blue) = 153+62+219=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #993EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993EDB is #66C124. Grayscale: #6A6A6A. Windows color (decimal): -6734117 or 14368409. OLE color: 14368409.
HSL color Cylindrical-coordinate representation of color #993EDB: hue angle of 274.78º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #993EDB is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 62 | 219 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.14 |
| HSL | 274.78º | 0.69% | 0.55% | - |
| HSV(B) | 274.78º | 0.72% | 0.86% | - |
| XYZ | 27.65 | 15.33 | 68.52 | - |
| YUV | 107.11 | 191.15 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 219 | 0.30 | 0.72 | 0 | 0.14 | 274.78 | 0.69 | 0.55 |
| Hex | 99 | 3E | DB | 1E | 48 | 0 | E | 113 | 45 | 37 |
| Octal | 231 | 76 | 333 | 36 | 110 | 0 | 16 | 423 | 105 | 67 |
| Binary | 10011001 | 111110 | 11011011 | 11110 | 1001000 | 0 | 1110 | 100010011 | 1000101 | 110111 |
Color Harmonies of #993EDB
Complementary color
Monochromatic Colors of #993EDB
Black with #993EDB
Text Example
Text Example
White with #993EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993EDB; }
p { color: rgb(153,62,219); }
H1.HeaderClassName
{
color: #993EDB;
}
.AnyTagClassName
{
color: #993EDB;
}
</style>
background-color css
<style>
a { background-color: #993EDB; }
a { background-color: rgb(153,62,219); }
div.DivClassName
{
background-color: #993EDB;
}
.BgClassName
{
background-color: #993EDB;
}
</style>
border-color css
<style>
span { border-color: #993EDB; }
span { border-color: rgb(153,62,219); }
td.TdClassName
{
border-color: #993EDB;
}
.TagClassName
{
border-color: #993EDB;
}
</style>