Shades of Dark Orchid #984ADF
Tints of Dark Orchid #984ADF
RGB
CMYK
RGB Variations
Color information
#984ADF (or 0x984ADF) is known color: Dark Orchid. HEX triplet: 98, 4A and DF. RGB value is (152,74,223). Sum of RGB (Red+Green+Blue) = 152+74+223=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #984ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984ADF is #67B520. Grayscale: #717171. Windows color (decimal): -6796577 or 14633624. OLE color: 14633624.
HSL color Cylindrical-coordinate representation of color #984ADF: hue angle of 271.41º degrees, saturation: 0.7, 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 #984ADF is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 74 | 223 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.13 |
| HSL | 271.41º | 0.7% | 0.58% | - |
| HSV(B) | 271.41º | 0.67% | 0.87% | - |
| XYZ | 28.72 | 16.9 | 71.56 | - |
| YUV | 114.31 | 189.34 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 74 | 223 | 0.32 | 0.67 | 0 | 0.13 | 271.41 | 0.7 | 0.58 |
| Hex | 98 | 4A | DF | 20 | 43 | 0 | D | 10F | 46 | 3A |
| Octal | 230 | 112 | 337 | 40 | 103 | 0 | 15 | 417 | 106 | 72 |
| Binary | 10011000 | 1001010 | 11011111 | 100000 | 1000011 | 0 | 1101 | 100001111 | 1000110 | 111010 |
Color Harmonies of #984ADF
Complementary color
Monochromatic Colors of #984ADF
Black with #984ADF
Text Example
Text Example
White with #984ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984ADF; }
p { color: rgb(152,74,223); }
H1.HeaderClassName
{
color: #984ADF;
}
.AnyTagClassName
{
color: #984ADF;
}
</style>
background-color css
<style>
a { background-color: #984ADF; }
a { background-color: rgb(152,74,223); }
div.DivClassName
{
background-color: #984ADF;
}
.BgClassName
{
background-color: #984ADF;
}
</style>
border-color css
<style>
span { border-color: #984ADF; }
span { border-color: rgb(152,74,223); }
td.TdClassName
{
border-color: #984ADF;
}
.TagClassName
{
border-color: #984ADF;
}
</style>