Shades of Dark Orchid #9F1BC8
Tints of Dark Orchid #9F1BC8
RGB
CMYK
RGB Variations
Color information
#9F1BC8 (or 0x9F1BC8) is known color: Dark Orchid. HEX triplet: 9F, 1B and C8. RGB value is (159,27,200). Sum of RGB (Red+Green+Blue) = 159+27+200=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 200 (78.52% from 255 or 51.81% from 386); Max value from RGB is 200 - color contains mainly: blue. Hex color #9F1BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1BC8 is #60E437. Grayscale: #555555. Windows color (decimal): -6349880 or 13114271. OLE color: 13114271.
HSL color Cylindrical-coordinate representation of color #9F1BC8: hue angle of 285.78º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F1BC8 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 27 | 200 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.22 |
| HSL | 285.78º | 0.76% | 0.45% | - |
| HSV(B) | 285.78º | 0.87% | 0.78% | - |
| XYZ | 25.12 | 12.32 | 55.7 | - |
| YUV | 86.19 | 192.23 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 200 | 0.20 | 0.86 | 0 | 0.22 | 285.78 | 0.76 | 0.45 |
| Hex | 9F | 1B | C8 | 14 | 56 | 0 | 16 | 11E | 4C | 2D |
| Octal | 237 | 33 | 310 | 24 | 126 | 0 | 26 | 436 | 114 | 55 |
| Binary | 10011111 | 11011 | 11001000 | 10100 | 1010110 | 0 | 10110 | 100011110 | 1001100 | 101101 |
Color Harmonies of #9F1BC8
Complementary color
Monochromatic Colors of #9F1BC8
Black with #9F1BC8
Text Example
Text Example
White with #9F1BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1BC8; }
p { color: rgb(159,27,200); }
H1.HeaderClassName
{
color: #9F1BC8;
}
.AnyTagClassName
{
color: #9F1BC8;
}
</style>
background-color css
<style>
a { background-color: #9F1BC8; }
a { background-color: rgb(159,27,200); }
div.DivClassName
{
background-color: #9F1BC8;
}
.BgClassName
{
background-color: #9F1BC8;
}
</style>
border-color css
<style>
span { border-color: #9F1BC8; }
span { border-color: rgb(159,27,200); }
td.TdClassName
{
border-color: #9F1BC8;
}
.TagClassName
{
border-color: #9F1BC8;
}
</style>