Shades of Dark Orchid #9F31BE
Tints of Dark Orchid #9F31BE
RGB
CMYK
RGB Variations
Color information
#9F31BE (or 0x9F31BE) is known color: Dark Orchid. HEX triplet: 9F, 31 and BE. RGB value is (159,49,190). Sum of RGB (Red+Green+Blue) = 159+49+190=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F31BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F31BE is #60CE41. Grayscale: #616161. Windows color (decimal): -6344258 or 12464543. OLE color: 12464543.
HSL color Cylindrical-coordinate representation of color #9F31BE: hue angle of 286.81º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F31BE is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 49 | 190 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.25 |
| HSL | 286.81º | 0.59% | 0.47% | - |
| HSV(B) | 286.81º | 0.74% | 0.75% | - |
| XYZ | 24.69 | 13.29 | 49.98 | - |
| YUV | 97.96 | 179.94 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 190 | 0.16 | 0.74 | 0 | 0.25 | 286.81 | 0.59 | 0.47 |
| Hex | 9F | 31 | BE | 10 | 4A | 0 | 19 | 11F | 3B | 2F |
| Octal | 237 | 61 | 276 | 20 | 112 | 0 | 31 | 437 | 73 | 57 |
| Binary | 10011111 | 110001 | 10111110 | 10000 | 1001010 | 0 | 11001 | 100011111 | 111011 | 101111 |
Color Harmonies of #9F31BE
Complementary color
Monochromatic Colors of #9F31BE
Black with #9F31BE
Text Example
Text Example
White with #9F31BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F31BE; }
p { color: rgb(159,49,190); }
H1.HeaderClassName
{
color: #9F31BE;
}
.AnyTagClassName
{
color: #9F31BE;
}
</style>
background-color css
<style>
a { background-color: #9F31BE; }
a { background-color: rgb(159,49,190); }
div.DivClassName
{
background-color: #9F31BE;
}
.BgClassName
{
background-color: #9F31BE;
}
</style>
border-color css
<style>
span { border-color: #9F31BE; }
span { border-color: rgb(159,49,190); }
td.TdClassName
{
border-color: #9F31BE;
}
.TagClassName
{
border-color: #9F31BE;
}
</style>