Shades of Dark Orchid #994ADE
Tints of Dark Orchid #994ADE
RGB
CMYK
RGB Variations
Color information
#994ADE (or 0x994ADE) is known color: Dark Orchid. HEX triplet: 99, 4A and DE. RGB value is (153,74,222). Sum of RGB (Red+Green+Blue) = 153+74+222=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #994ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994ADE is #66B521. Grayscale: #717171. Windows color (decimal): -6731042 or 14568089. OLE color: 14568089.
HSL color Cylindrical-coordinate representation of color #994ADE: hue angle of 272.03º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #994ADE is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 74 | 222 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.13 |
| HSL | 272.03º | 0.69% | 0.58% | - |
| HSV(B) | 272.03º | 0.67% | 0.87% | - |
| XYZ | 28.77 | 16.94 | 70.86 | - |
| YUV | 114.49 | 188.67 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 222 | 0.31 | 0.67 | 0 | 0.13 | 272.03 | 0.69 | 0.58 |
| Hex | 99 | 4A | DE | 1F | 43 | 0 | D | 110 | 45 | 3A |
| Octal | 231 | 112 | 336 | 37 | 103 | 0 | 15 | 420 | 105 | 72 |
| Binary | 10011001 | 1001010 | 11011110 | 11111 | 1000011 | 0 | 1101 | 100010000 | 1000101 | 111010 |
Color Harmonies of #994ADE
Complementary color
Monochromatic Colors of #994ADE
Black with #994ADE
Text Example
Text Example
White with #994ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994ADE; }
p { color: rgb(153,74,222); }
H1.HeaderClassName
{
color: #994ADE;
}
.AnyTagClassName
{
color: #994ADE;
}
</style>
background-color css
<style>
a { background-color: #994ADE; }
a { background-color: rgb(153,74,222); }
div.DivClassName
{
background-color: #994ADE;
}
.BgClassName
{
background-color: #994ADE;
}
</style>
border-color css
<style>
span { border-color: #994ADE; }
span { border-color: rgb(153,74,222); }
td.TdClassName
{
border-color: #994ADE;
}
.TagClassName
{
border-color: #994ADE;
}
</style>