Shades of Dark Orchid #9F31DD
Tints of Dark Orchid #9F31DD
RGB
CMYK
RGB Variations
Color information
#9F31DD (or 0x9F31DD) is known color: Dark Orchid. HEX triplet: 9F, 31 and DD. RGB value is (159,49,221). Sum of RGB (Red+Green+Blue) = 159+49+221=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F31DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F31DD is #60CE22. Grayscale: #646464. Windows color (decimal): -6344227 or 14496159. OLE color: 14496159.
HSL color Cylindrical-coordinate representation of color #9F31DD: hue angle of 278.37º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F31DD is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 49 | 221 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.13 |
| HSL | 278.37º | 0.72% | 0.53% | - |
| HSV(B) | 278.37º | 0.78% | 0.87% | - |
| XYZ | 28.45 | 14.79 | 69.76 | - |
| YUV | 101.5 | 195.44 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 221 | 0.28 | 0.78 | 0 | 0.13 | 278.37 | 0.72 | 0.53 |
| Hex | 9F | 31 | DD | 1C | 4E | 0 | D | 116 | 48 | 35 |
| Octal | 237 | 61 | 335 | 34 | 116 | 0 | 15 | 426 | 110 | 65 |
| Binary | 10011111 | 110001 | 11011101 | 11100 | 1001110 | 0 | 1101 | 100010110 | 1001000 | 110101 |
Color Harmonies of #9F31DD
Complementary color
Monochromatic Colors of #9F31DD
Black with #9F31DD
Text Example
Text Example
White with #9F31DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F31DD; }
p { color: rgb(159,49,221); }
H1.HeaderClassName
{
color: #9F31DD;
}
.AnyTagClassName
{
color: #9F31DD;
}
</style>
background-color css
<style>
a { background-color: #9F31DD; }
a { background-color: rgb(159,49,221); }
div.DivClassName
{
background-color: #9F31DD;
}
.BgClassName
{
background-color: #9F31DD;
}
</style>
border-color css
<style>
span { border-color: #9F31DD; }
span { border-color: rgb(159,49,221); }
td.TdClassName
{
border-color: #9F31DD;
}
.TagClassName
{
border-color: #9F31DD;
}
</style>