Shades of Dark Orchid #993FDB
Tints of Dark Orchid #993FDB
RGB
CMYK
RGB Variations
Color information
#993FDB (or 0x993FDB) is known color: Dark Orchid. HEX triplet: 99, 3F and DB. RGB value is (153,63,219). Sum of RGB (Red+Green+Blue) = 153+63+219=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #993FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993FDB is #66C024. Grayscale: #6B6B6B. Windows color (decimal): -6733861 or 14368665. OLE color: 14368665.
HSL color Cylindrical-coordinate representation of color #993FDB: hue angle of 274.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #993FDB is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 63 | 219 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.14 |
| HSL | 274.62º | 0.68% | 0.55% | - |
| HSV(B) | 274.62º | 0.71% | 0.86% | - |
| XYZ | 27.7 | 15.44 | 68.54 | - |
| YUV | 107.69 | 190.82 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 219 | 0.30 | 0.71 | 0 | 0.14 | 274.62 | 0.68 | 0.55 |
| Hex | 99 | 3F | DB | 1E | 47 | 0 | E | 113 | 44 | 37 |
| Octal | 231 | 77 | 333 | 36 | 107 | 0 | 16 | 423 | 104 | 67 |
| Binary | 10011001 | 111111 | 11011011 | 11110 | 1000111 | 0 | 1110 | 100010011 | 1000100 | 110111 |
Color Harmonies of #993FDB
Complementary color
Monochromatic Colors of #993FDB
Black with #993FDB
Text Example
Text Example
White with #993FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FDB; }
p { color: rgb(153,63,219); }
H1.HeaderClassName
{
color: #993FDB;
}
.AnyTagClassName
{
color: #993FDB;
}
</style>
background-color css
<style>
a { background-color: #993FDB; }
a { background-color: rgb(153,63,219); }
div.DivClassName
{
background-color: #993FDB;
}
.BgClassName
{
background-color: #993FDB;
}
</style>
border-color css
<style>
span { border-color: #993FDB; }
span { border-color: rgb(153,63,219); }
td.TdClassName
{
border-color: #993FDB;
}
.TagClassName
{
border-color: #993FDB;
}
</style>