Shades of Dark Orchid #9F31AC
Tints of Dark Orchid #9F31AC
RGB
CMYK
RGB Variations
Color information
#9F31AC (or 0x9F31AC) is known color: Dark Orchid. HEX triplet: 9F, 31 and AC. RGB value is (159,49,172). Sum of RGB (Red+Green+Blue) = 159+49+172=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F31AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F31AC is #60CE53. Grayscale: #5F5F5F. Windows color (decimal): -6344276 or 11284895. OLE color: 11284895.
HSL color Cylindrical-coordinate representation of color #9F31AC: hue angle of 293.66º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F31AC is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 49 | 172 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.33 |
| HSL | 293.66º | 0.56% | 0.43% | - |
| HSV(B) | 293.66º | 0.72% | 0.67% | - |
| XYZ | 22.84 | 12.55 | 40.25 | - |
| YUV | 95.91 | 170.94 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 49 | 172 | 0.08 | 0.72 | 0 | 0.33 | 293.66 | 0.56 | 0.43 |
| Hex | 9F | 31 | AC | 8 | 48 | 0 | 21 | 126 | 38 | 2B |
| Octal | 237 | 61 | 254 | 10 | 110 | 0 | 41 | 446 | 70 | 53 |
| Binary | 10011111 | 110001 | 10101100 | 1000 | 1001000 | 0 | 100001 | 100100110 | 111000 | 101011 |
Color Harmonies of #9F31AC
Complementary color
Monochromatic Colors of #9F31AC
Black with #9F31AC
Text Example
Text Example
White with #9F31AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F31AC; }
p { color: rgb(159,49,172); }
H1.HeaderClassName
{
color: #9F31AC;
}
.AnyTagClassName
{
color: #9F31AC;
}
</style>
background-color css
<style>
a { background-color: #9F31AC; }
a { background-color: rgb(159,49,172); }
div.DivClassName
{
background-color: #9F31AC;
}
.BgClassName
{
background-color: #9F31AC;
}
</style>
border-color css
<style>
span { border-color: #9F31AC; }
span { border-color: rgb(159,49,172); }
td.TdClassName
{
border-color: #9F31AC;
}
.TagClassName
{
border-color: #9F31AC;
}
</style>