Shades of Dark Orchid #9F3BC1
Tints of Dark Orchid #9F3BC1
RGB
CMYK
RGB Variations
Color information
#9F3BC1 (or 0x9F3BC1) is known color: Dark Orchid. HEX triplet: 9F, 3B and C1. RGB value is (159,59,193). Sum of RGB (Red+Green+Blue) = 159+59+193=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #9F3BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3BC1 is #60C43E. Grayscale: #676767. Windows color (decimal): -6341695 or 12663711. OLE color: 12663711.
HSL color Cylindrical-coordinate representation of color #9F3BC1: hue angle of 284.78º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F3BC1 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 59 | 193 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.24 |
| HSL | 284.78º | 0.53% | 0.49% | - |
| HSV(B) | 284.78º | 0.69% | 0.76% | - |
| XYZ | 25.49 | 14.35 | 51.88 | - |
| YUV | 104.18 | 178.13 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 59 | 193 | 0.18 | 0.69 | 0 | 0.24 | 284.78 | 0.53 | 0.49 |
| Hex | 9F | 3B | C1 | 12 | 45 | 0 | 18 | 11D | 35 | 31 |
| Octal | 237 | 73 | 301 | 22 | 105 | 0 | 30 | 435 | 65 | 61 |
| Binary | 10011111 | 111011 | 11000001 | 10010 | 1000101 | 0 | 11000 | 100011101 | 110101 | 110001 |
Color Harmonies of #9F3BC1
Complementary color
Monochromatic Colors of #9F3BC1
Black with #9F3BC1
Text Example
Text Example
White with #9F3BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3BC1; }
p { color: rgb(159,59,193); }
H1.HeaderClassName
{
color: #9F3BC1;
}
.AnyTagClassName
{
color: #9F3BC1;
}
</style>
background-color css
<style>
a { background-color: #9F3BC1; }
a { background-color: rgb(159,59,193); }
div.DivClassName
{
background-color: #9F3BC1;
}
.BgClassName
{
background-color: #9F3BC1;
}
</style>
border-color css
<style>
span { border-color: #9F3BC1; }
span { border-color: rgb(159,59,193); }
td.TdClassName
{
border-color: #9F3BC1;
}
.TagClassName
{
border-color: #9F3BC1;
}
</style>