Shades of Dark Orchid #8F17BA
Tints of Dark Orchid #8F17BA
RGB
CMYK
RGB Variations
Color information
#8F17BA (or 0x8F17BA) is known color: Dark Orchid. HEX triplet: 8F, 17 and BA. RGB value is (143,23,186). Sum of RGB (Red+Green+Blue) = 143+23+186=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F17BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F17BA is #70E845. Grayscale: #4C4C4C. Windows color (decimal): -7399494 or 12195727. OLE color: 12195727.
HSL color Cylindrical-coordinate representation of color #8F17BA: hue angle of 284.17º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F17BA is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 23 | 186 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.27 |
| HSL | 284.17º | 0.78% | 0.41% | - |
| HSV(B) | 284.17º | 0.88% | 0.73% | - |
| XYZ | 20.5 | 10 | 47.3 | - |
| YUV | 77.46 | 189.26 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 186 | 0.23 | 0.88 | 0 | 0.27 | 284.17 | 0.78 | 0.41 |
| Hex | 8F | 17 | BA | 17 | 58 | 0 | 1B | 11C | 4E | 29 |
| Octal | 217 | 27 | 272 | 27 | 130 | 0 | 33 | 434 | 116 | 51 |
| Binary | 10001111 | 10111 | 10111010 | 10111 | 1011000 | 0 | 11011 | 100011100 | 1001110 | 101001 |
Color Harmonies of #8F17BA
Complementary color
Monochromatic Colors of #8F17BA
Black with #8F17BA
Text Example
Text Example
White with #8F17BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F17BA; }
p { color: rgb(143,23,186); }
H1.HeaderClassName
{
color: #8F17BA;
}
.AnyTagClassName
{
color: #8F17BA;
}
</style>
background-color css
<style>
a { background-color: #8F17BA; }
a { background-color: rgb(143,23,186); }
div.DivClassName
{
background-color: #8F17BA;
}
.BgClassName
{
background-color: #8F17BA;
}
</style>
border-color css
<style>
span { border-color: #8F17BA; }
span { border-color: rgb(143,23,186); }
td.TdClassName
{
border-color: #8F17BA;
}
.TagClassName
{
border-color: #8F17BA;
}
</style>