Shades of Dark Orchid #8F1BBC
Tints of Dark Orchid #8F1BBC
RGB
CMYK
RGB Variations
Color information
#8F1BBC (or 0x8F1BBC) is known color: Dark Orchid. HEX triplet: 8F, 1B and BC. RGB value is (143,27,188). Sum of RGB (Red+Green+Blue) = 143+27+188=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F1BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1BBC is #70E443. Grayscale: #4F4F4F. Windows color (decimal): -7398468 or 12327823. OLE color: 12327823.
HSL color Cylindrical-coordinate representation of color #8F1BBC: hue angle of 283.23º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1BBC is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 27 | 188 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.26 |
| HSL | 283.23º | 0.75% | 0.42% | - |
| HSV(B) | 283.23º | 0.86% | 0.74% | - |
| XYZ | 20.8 | 10.25 | 48.46 | - |
| YUV | 80.04 | 188.93 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 27 | 188 | 0.24 | 0.86 | 0 | 0.26 | 283.23 | 0.75 | 0.42 |
| Hex | 8F | 1B | BC | 18 | 56 | 0 | 1A | 11B | 4B | 2A |
| Octal | 217 | 33 | 274 | 30 | 126 | 0 | 32 | 433 | 113 | 52 |
| Binary | 10001111 | 11011 | 10111100 | 11000 | 1010110 | 0 | 11010 | 100011011 | 1001011 | 101010 |
Color Harmonies of #8F1BBC
Complementary color
Monochromatic Colors of #8F1BBC
Black with #8F1BBC
Text Example
Text Example
White with #8F1BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1BBC; }
p { color: rgb(143,27,188); }
H1.HeaderClassName
{
color: #8F1BBC;
}
.AnyTagClassName
{
color: #8F1BBC;
}
</style>
background-color css
<style>
a { background-color: #8F1BBC; }
a { background-color: rgb(143,27,188); }
div.DivClassName
{
background-color: #8F1BBC;
}
.BgClassName
{
background-color: #8F1BBC;
}
</style>
border-color css
<style>
span { border-color: #8F1BBC; }
span { border-color: rgb(143,27,188); }
td.TdClassName
{
border-color: #8F1BBC;
}
.TagClassName
{
border-color: #8F1BBC;
}
</style>