Shades of Dark Orchid #994ADB
Tints of Dark Orchid #994ADB
RGB
CMYK
RGB Variations
Color information
#994ADB (or 0x994ADB) is known color: Dark Orchid. HEX triplet: 99, 4A and DB. RGB value is (153,74,219). Sum of RGB (Red+Green+Blue) = 153+74+219=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #994ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994ADB is #66B524. Grayscale: #717171. Windows color (decimal): -6731045 or 14371481. OLE color: 14371481.
HSL color Cylindrical-coordinate representation of color #994ADB: hue angle of 272.69º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #994ADB is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 74 | 219 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.14 |
| HSL | 272.69º | 0.67% | 0.57% | - |
| HSV(B) | 272.69º | 0.66% | 0.86% | - |
| XYZ | 28.37 | 16.78 | 68.76 | - |
| YUV | 114.15 | 187.17 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 219 | 0.30 | 0.66 | 0 | 0.14 | 272.69 | 0.67 | 0.57 |
| Hex | 99 | 4A | DB | 1E | 42 | 0 | E | 111 | 43 | 39 |
| Octal | 231 | 112 | 333 | 36 | 102 | 0 | 16 | 421 | 103 | 71 |
| Binary | 10011001 | 1001010 | 11011011 | 11110 | 1000010 | 0 | 1110 | 100010001 | 1000011 | 111001 |
Color Harmonies of #994ADB
Complementary color
Monochromatic Colors of #994ADB
Black with #994ADB
Text Example
Text Example
White with #994ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994ADB; }
p { color: rgb(153,74,219); }
H1.HeaderClassName
{
color: #994ADB;
}
.AnyTagClassName
{
color: #994ADB;
}
</style>
background-color css
<style>
a { background-color: #994ADB; }
a { background-color: rgb(153,74,219); }
div.DivClassName
{
background-color: #994ADB;
}
.BgClassName
{
background-color: #994ADB;
}
</style>
border-color css
<style>
span { border-color: #994ADB; }
span { border-color: rgb(153,74,219); }
td.TdClassName
{
border-color: #994ADB;
}
.TagClassName
{
border-color: #994ADB;
}
</style>