Shades of Dark Orchid #9F31D6
Tints of Dark Orchid #9F31D6
RGB
CMYK
RGB Variations
Color information
#9F31D6 (or 0x9F31D6) is known color: Dark Orchid. HEX triplet: 9F, 31 and D6. RGB value is (159,49,214). Sum of RGB (Red+Green+Blue) = 159+49+214=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F31D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F31D6 is #60CE29. Grayscale: #646464. Windows color (decimal): -6344234 or 14037407. OLE color: 14037407.
HSL color Cylindrical-coordinate representation of color #9F31D6: hue angle of 280º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F31D6 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 49 | 214 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.16 |
| HSL | 280º | 0.67% | 0.52% | - |
| HSV(B) | 280º | 0.77% | 0.84% | - |
| XYZ | 27.53 | 14.42 | 64.95 | - |
| YUV | 100.7 | 191.94 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 214 | 0.26 | 0.77 | 0 | 0.16 | 280 | 0.67 | 0.52 |
| Hex | 9F | 31 | D6 | 1A | 4D | 0 | 10 | 118 | 43 | 34 |
| Octal | 237 | 61 | 326 | 32 | 115 | 0 | 20 | 430 | 103 | 64 |
| Binary | 10011111 | 110001 | 11010110 | 11010 | 1001101 | 0 | 10000 | 100011000 | 1000011 | 110100 |
Color Harmonies of #9F31D6
Complementary color
Monochromatic Colors of #9F31D6
Black with #9F31D6
Text Example
Text Example
White with #9F31D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F31D6; }
p { color: rgb(159,49,214); }
H1.HeaderClassName
{
color: #9F31D6;
}
.AnyTagClassName
{
color: #9F31D6;
}
</style>
background-color css
<style>
a { background-color: #9F31D6; }
a { background-color: rgb(159,49,214); }
div.DivClassName
{
background-color: #9F31D6;
}
.BgClassName
{
background-color: #9F31D6;
}
</style>
border-color css
<style>
span { border-color: #9F31D6; }
span { border-color: rgb(159,49,214); }
td.TdClassName
{
border-color: #9F31D6;
}
.TagClassName
{
border-color: #9F31D6;
}
</style>