Shades of Dark Orchid #9F3CBA
Tints of Dark Orchid #9F3CBA
RGB
CMYK
RGB Variations
Color information
#9F3CBA (or 0x9F3CBA) is known color: Dark Orchid. HEX triplet: 9F, 3C and BA. RGB value is (159,60,186). Sum of RGB (Red+Green+Blue) = 159+60+186=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F3CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3CBA is #60C345. Grayscale: #676767. Windows color (decimal): -6341446 or 12205215. OLE color: 12205215.
HSL color Cylindrical-coordinate representation of color #9F3CBA: hue angle of 287.14º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F3CBA is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 60 | 186 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.27 |
| HSL | 287.14º | 0.51% | 0.48% | - |
| HSV(B) | 287.14º | 0.68% | 0.73% | - |
| XYZ | 24.78 | 14.15 | 47.88 | - |
| YUV | 103.97 | 174.3 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 60 | 186 | 0.15 | 0.68 | 0 | 0.27 | 287.14 | 0.51 | 0.48 |
| Hex | 9F | 3C | BA | F | 44 | 0 | 1B | 11F | 33 | 30 |
| Octal | 237 | 74 | 272 | 17 | 104 | 0 | 33 | 437 | 63 | 60 |
| Binary | 10011111 | 111100 | 10111010 | 1111 | 1000100 | 0 | 11011 | 100011111 | 110011 | 110000 |
Color Harmonies of #9F3CBA
Complementary color
Monochromatic Colors of #9F3CBA
Black with #9F3CBA
Text Example
Text Example
White with #9F3CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3CBA; }
p { color: rgb(159,60,186); }
H1.HeaderClassName
{
color: #9F3CBA;
}
.AnyTagClassName
{
color: #9F3CBA;
}
</style>
background-color css
<style>
a { background-color: #9F3CBA; }
a { background-color: rgb(159,60,186); }
div.DivClassName
{
background-color: #9F3CBA;
}
.BgClassName
{
background-color: #9F3CBA;
}
</style>
border-color css
<style>
span { border-color: #9F3CBA; }
span { border-color: rgb(159,60,186); }
td.TdClassName
{
border-color: #9F3CBA;
}
.TagClassName
{
border-color: #9F3CBA;
}
</style>