Shades of Dark Orchid #9849D9
Tints of Dark Orchid #9849D9
RGB
CMYK
RGB Variations
Color information
#9849D9 (or 0x9849D9) is known color: Dark Orchid. HEX triplet: 98, 49 and D9. RGB value is (152,73,217). Sum of RGB (Red+Green+Blue) = 152+73+217=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #9849D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9849D9 is #67B626. Grayscale: #707070. Windows color (decimal): -6796839 or 14240152. OLE color: 14240152.
HSL color Cylindrical-coordinate representation of color #9849D9: hue angle of 272.92º 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 #9849D9 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 73 | 217 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.15 |
| HSL | 272.92º | 0.65% | 0.57% | - |
| HSV(B) | 272.92º | 0.66% | 0.85% | - |
| XYZ | 27.86 | 16.45 | 67.35 | - |
| YUV | 113.04 | 186.67 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 217 | 0.30 | 0.66 | 0 | 0.15 | 272.92 | 0.65 | 0.57 |
| Hex | 98 | 49 | D9 | 1E | 42 | 0 | F | 111 | 41 | 39 |
| Octal | 230 | 111 | 331 | 36 | 102 | 0 | 17 | 421 | 101 | 71 |
| Binary | 10011000 | 1001001 | 11011001 | 11110 | 1000010 | 0 | 1111 | 100010001 | 1000001 | 111001 |
Color Harmonies of #9849D9
Complementary color
Monochromatic Colors of #9849D9
Black with #9849D9
Text Example
Text Example
White with #9849D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9849D9; }
p { color: rgb(152,73,217); }
H1.HeaderClassName
{
color: #9849D9;
}
.AnyTagClassName
{
color: #9849D9;
}
</style>
background-color css
<style>
a { background-color: #9849D9; }
a { background-color: rgb(152,73,217); }
div.DivClassName
{
background-color: #9849D9;
}
.BgClassName
{
background-color: #9849D9;
}
</style>
border-color css
<style>
span { border-color: #9849D9; }
span { border-color: rgb(152,73,217); }
td.TdClassName
{
border-color: #9849D9;
}
.TagClassName
{
border-color: #9849D9;
}
</style>