Shades of Dark Orchid #8F18BC
Tints of Dark Orchid #8F18BC
RGB
CMYK
RGB Variations
Color information
#8F18BC (or 0x8F18BC) is known color: Dark Orchid. HEX triplet: 8F, 18 and BC. RGB value is (143,24,188). Sum of RGB (Red+Green+Blue) = 143+24+188=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F18BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F18BC is #70E743. Grayscale: #4D4D4D. Windows color (decimal): -7399236 or 12327055. OLE color: 12327055.
HSL color Cylindrical-coordinate representation of color #8F18BC: hue angle of 283.54º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F18BC is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 24 | 188 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.26 |
| HSL | 283.54º | 0.77% | 0.42% | - |
| HSV(B) | 283.54º | 0.87% | 0.74% | - |
| XYZ | 20.73 | 10.12 | 48.44 | - |
| YUV | 78.28 | 189.92 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 24 | 188 | 0.24 | 0.87 | 0 | 0.26 | 283.54 | 0.77 | 0.42 |
| Hex | 8F | 18 | BC | 18 | 57 | 0 | 1A | 11C | 4D | 2A |
| Octal | 217 | 30 | 274 | 30 | 127 | 0 | 32 | 434 | 115 | 52 |
| Binary | 10001111 | 11000 | 10111100 | 11000 | 1010111 | 0 | 11010 | 100011100 | 1001101 | 101010 |
Color Harmonies of #8F18BC
Complementary color
Monochromatic Colors of #8F18BC
Black with #8F18BC
Text Example
Text Example
White with #8F18BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F18BC; }
p { color: rgb(143,24,188); }
H1.HeaderClassName
{
color: #8F18BC;
}
.AnyTagClassName
{
color: #8F18BC;
}
</style>
background-color css
<style>
a { background-color: #8F18BC; }
a { background-color: rgb(143,24,188); }
div.DivClassName
{
background-color: #8F18BC;
}
.BgClassName
{
background-color: #8F18BC;
}
</style>
border-color css
<style>
span { border-color: #8F18BC; }
span { border-color: rgb(143,24,188); }
td.TdClassName
{
border-color: #8F18BC;
}
.TagClassName
{
border-color: #8F18BC;
}
</style>