Shades of Dark Orchid #994AD9
Tints of Dark Orchid #994AD9
RGB
CMYK
RGB Variations
Color information
#994AD9 (or 0x994AD9) is known color: Dark Orchid. HEX triplet: 99, 4A and D9. RGB value is (153,74,217). Sum of RGB (Red+Green+Blue) = 153+74+217=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #994AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994AD9 is #66B526. Grayscale: #717171. Windows color (decimal): -6731047 or 14240409. OLE color: 14240409.
HSL color Cylindrical-coordinate representation of color #994AD9: hue angle of 273.15º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #994AD9 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 74 | 217 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.15 |
| HSL | 273.15º | 0.65% | 0.57% | - |
| HSV(B) | 273.15º | 0.66% | 0.85% | - |
| XYZ | 28.11 | 16.68 | 67.38 | - |
| YUV | 113.92 | 186.17 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 217 | 0.29 | 0.66 | 0 | 0.15 | 273.15 | 0.65 | 0.57 |
| Hex | 99 | 4A | D9 | 1D | 42 | 0 | F | 111 | 41 | 39 |
| Octal | 231 | 112 | 331 | 35 | 102 | 0 | 17 | 421 | 101 | 71 |
| Binary | 10011001 | 1001010 | 11011001 | 11101 | 1000010 | 0 | 1111 | 100010001 | 1000001 | 111001 |
Color Harmonies of #994AD9
Complementary color
Monochromatic Colors of #994AD9
Black with #994AD9
Text Example
Text Example
White with #994AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994AD9; }
p { color: rgb(153,74,217); }
H1.HeaderClassName
{
color: #994AD9;
}
.AnyTagClassName
{
color: #994AD9;
}
</style>
background-color css
<style>
a { background-color: #994AD9; }
a { background-color: rgb(153,74,217); }
div.DivClassName
{
background-color: #994AD9;
}
.BgClassName
{
background-color: #994AD9;
}
</style>
border-color css
<style>
span { border-color: #994AD9; }
span { border-color: rgb(153,74,217); }
td.TdClassName
{
border-color: #994AD9;
}
.TagClassName
{
border-color: #994AD9;
}
</style>