Shades of Dark Orchid #9F2FC1
Tints of Dark Orchid #9F2FC1
RGB
CMYK
RGB Variations
Color information
#9F2FC1 (or 0x9F2FC1) is known color: Dark Orchid. HEX triplet: 9F, 2F and C1. RGB value is (159,47,193). Sum of RGB (Red+Green+Blue) = 159+47+193=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #9F2FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2FC1 is #60D03E. Grayscale: #606060. Windows color (decimal): -6344767 or 12660639. OLE color: 12660639.
HSL color Cylindrical-coordinate representation of color #9F2FC1: hue angle of 286.03º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F2FC1 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 47 | 193 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.24 |
| HSL | 286.03º | 0.61% | 0.47% | - |
| HSV(B) | 286.03º | 0.76% | 0.76% | - |
| XYZ | 24.94 | 13.25 | 51.7 | - |
| YUV | 97.13 | 182.11 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 193 | 0.18 | 0.76 | 0 | 0.24 | 286.03 | 0.61 | 0.47 |
| Hex | 9F | 2F | C1 | 12 | 4C | 0 | 18 | 11E | 3D | 2F |
| Octal | 237 | 57 | 301 | 22 | 114 | 0 | 30 | 436 | 75 | 57 |
| Binary | 10011111 | 101111 | 11000001 | 10010 | 1001100 | 0 | 11000 | 100011110 | 111101 | 101111 |
Color Harmonies of #9F2FC1
Complementary color
Monochromatic Colors of #9F2FC1
Black with #9F2FC1
Text Example
Text Example
White with #9F2FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2FC1; }
p { color: rgb(159,47,193); }
H1.HeaderClassName
{
color: #9F2FC1;
}
.AnyTagClassName
{
color: #9F2FC1;
}
</style>
background-color css
<style>
a { background-color: #9F2FC1; }
a { background-color: rgb(159,47,193); }
div.DivClassName
{
background-color: #9F2FC1;
}
.BgClassName
{
background-color: #9F2FC1;
}
</style>
border-color css
<style>
span { border-color: #9F2FC1; }
span { border-color: rgb(159,47,193); }
td.TdClassName
{
border-color: #9F2FC1;
}
.TagClassName
{
border-color: #9F2FC1;
}
</style>