Shades of Dark Orchid #9F31AD
Tints of Dark Orchid #9F31AD
RGB
CMYK
RGB Variations
Color information
#9F31AD (or 0x9F31AD) is known color: Dark Orchid. HEX triplet: 9F, 31 and AD. RGB value is (159,49,173). Sum of RGB (Red+Green+Blue) = 159+49+173=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F31AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F31AD is #60CE52. Grayscale: #5F5F5F. Windows color (decimal): -6344275 or 11350431. OLE color: 11350431.
HSL color Cylindrical-coordinate representation of color #9F31AD: hue angle of 293.23º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F31AD is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 49 | 173 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.32 |
| HSL | 293.23º | 0.56% | 0.44% | - |
| HSV(B) | 293.23º | 0.72% | 0.68% | - |
| XYZ | 22.94 | 12.58 | 40.76 | - |
| YUV | 96.03 | 171.44 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 173 | 0.08 | 0.72 | 0 | 0.32 | 293.23 | 0.56 | 0.44 |
| Hex | 9F | 31 | AD | 8 | 48 | 0 | 20 | 125 | 38 | 2C |
| Octal | 237 | 61 | 255 | 10 | 110 | 0 | 40 | 445 | 70 | 54 |
| Binary | 10011111 | 110001 | 10101101 | 1000 | 1001000 | 0 | 100000 | 100100101 | 111000 | 101100 |
Color Harmonies of #9F31AD
Complementary color
Monochromatic Colors of #9F31AD
Black with #9F31AD
Text Example
Text Example
White with #9F31AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F31AD; }
p { color: rgb(159,49,173); }
H1.HeaderClassName
{
color: #9F31AD;
}
.AnyTagClassName
{
color: #9F31AD;
}
</style>
background-color css
<style>
a { background-color: #9F31AD; }
a { background-color: rgb(159,49,173); }
div.DivClassName
{
background-color: #9F31AD;
}
.BgClassName
{
background-color: #9F31AD;
}
</style>
border-color css
<style>
span { border-color: #9F31AD; }
span { border-color: rgb(159,49,173); }
td.TdClassName
{
border-color: #9F31AD;
}
.TagClassName
{
border-color: #9F31AD;
}
</style>