Shades of Dark Orchid #994AD1
Tints of Dark Orchid #994AD1
RGB
CMYK
RGB Variations
Color information
#994AD1 (or 0x994AD1) is known color: Dark Orchid. HEX triplet: 99, 4A and D1. RGB value is (153,74,209). Sum of RGB (Red+Green+Blue) = 153+74+209=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 209 - color contains mainly: blue. Hex color #994AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994AD1 is #66B52E. Grayscale: #707070. Windows color (decimal): -6731055 or 13716121. OLE color: 13716121.
HSL color Cylindrical-coordinate representation of color #994AD1: hue angle of 275.11º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #994AD1 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 74 | 209 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.18 |
| HSL | 275.11º | 0.59% | 0.55% | - |
| HSV(B) | 275.11º | 0.65% | 0.82% | - |
| XYZ | 27.09 | 16.27 | 62.03 | - |
| YUV | 113.01 | 182.17 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 209 | 0.27 | 0.65 | 0 | 0.18 | 275.11 | 0.59 | 0.55 |
| Hex | 99 | 4A | D1 | 1B | 41 | 0 | 12 | 113 | 3B | 37 |
| Octal | 231 | 112 | 321 | 33 | 101 | 0 | 22 | 423 | 73 | 67 |
| Binary | 10011001 | 1001010 | 11010001 | 11011 | 1000001 | 0 | 10010 | 100010011 | 111011 | 110111 |
Color Harmonies of #994AD1
Complementary color
Monochromatic Colors of #994AD1
Black with #994AD1
Text Example
Text Example
White with #994AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994AD1; }
p { color: rgb(153,74,209); }
H1.HeaderClassName
{
color: #994AD1;
}
.AnyTagClassName
{
color: #994AD1;
}
</style>
background-color css
<style>
a { background-color: #994AD1; }
a { background-color: rgb(153,74,209); }
div.DivClassName
{
background-color: #994AD1;
}
.BgClassName
{
background-color: #994AD1;
}
</style>
border-color css
<style>
span { border-color: #994AD1; }
span { border-color: rgb(153,74,209); }
td.TdClassName
{
border-color: #994AD1;
}
.TagClassName
{
border-color: #994AD1;
}
</style>