Shades of Dark Orchid #9944DB
Tints of Dark Orchid #9944DB
RGB
CMYK
RGB Variations
Color information
#9944DB (or 0x9944DB) is known color: Dark Orchid. HEX triplet: 99, 44 and DB. RGB value is (153,68,219). Sum of RGB (Red+Green+Blue) = 153+68+219=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #9944DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9944DB is #66BB24. Grayscale: #6E6E6E. Windows color (decimal): -6732581 or 14369945. OLE color: 14369945.
HSL color Cylindrical-coordinate representation of color #9944DB: hue angle of 273.77º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9944DB is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 68 | 219 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.14 |
| HSL | 273.77º | 0.68% | 0.56% | - |
| HSV(B) | 273.77º | 0.69% | 0.86% | - |
| XYZ | 27.99 | 16.02 | 68.63 | - |
| YUV | 110.63 | 189.16 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 219 | 0.30 | 0.69 | 0 | 0.14 | 273.77 | 0.68 | 0.56 |
| Hex | 99 | 44 | DB | 1E | 45 | 0 | E | 112 | 44 | 38 |
| Octal | 231 | 104 | 333 | 36 | 105 | 0 | 16 | 422 | 104 | 70 |
| Binary | 10011001 | 1000100 | 11011011 | 11110 | 1000101 | 0 | 1110 | 100010010 | 1000100 | 111000 |
Color Harmonies of #9944DB
Complementary color
Monochromatic Colors of #9944DB
Black with #9944DB
Text Example
Text Example
White with #9944DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9944DB; }
p { color: rgb(153,68,219); }
H1.HeaderClassName
{
color: #9944DB;
}
.AnyTagClassName
{
color: #9944DB;
}
</style>
background-color css
<style>
a { background-color: #9944DB; }
a { background-color: rgb(153,68,219); }
div.DivClassName
{
background-color: #9944DB;
}
.BgClassName
{
background-color: #9944DB;
}
</style>
border-color css
<style>
span { border-color: #9944DB; }
span { border-color: rgb(153,68,219); }
td.TdClassName
{
border-color: #9944DB;
}
.TagClassName
{
border-color: #9944DB;
}
</style>