Shades of Dark Orchid #8F1FBC
Tints of Dark Orchid #8F1FBC
RGB
CMYK
RGB Variations
Color information
#8F1FBC (or 0x8F1FBC) is known color: Dark Orchid. HEX triplet: 8F, 1F and BC. RGB value is (143,31,188). Sum of RGB (Red+Green+Blue) = 143+31+188=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F1FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1FBC is #70E043. Grayscale: #515151. Windows color (decimal): -7397444 or 12328847. OLE color: 12328847.
HSL color Cylindrical-coordinate representation of color #8F1FBC: hue angle of 282.8º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F1FBC is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 31 | 188 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.26 |
| HSL | 282.8º | 0.72% | 0.43% | - |
| HSV(B) | 282.8º | 0.84% | 0.74% | - |
| XYZ | 20.89 | 10.45 | 48.49 | - |
| YUV | 82.39 | 187.61 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 31 | 188 | 0.24 | 0.84 | 0 | 0.26 | 282.8 | 0.72 | 0.43 |
| Hex | 8F | 1F | BC | 18 | 54 | 0 | 1A | 11B | 48 | 2B |
| Octal | 217 | 37 | 274 | 30 | 124 | 0 | 32 | 433 | 110 | 53 |
| Binary | 10001111 | 11111 | 10111100 | 11000 | 1010100 | 0 | 11010 | 100011011 | 1001000 | 101011 |
Color Harmonies of #8F1FBC
Complementary color
Monochromatic Colors of #8F1FBC
Black with #8F1FBC
Text Example
Text Example
White with #8F1FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1FBC; }
p { color: rgb(143,31,188); }
H1.HeaderClassName
{
color: #8F1FBC;
}
.AnyTagClassName
{
color: #8F1FBC;
}
</style>
background-color css
<style>
a { background-color: #8F1FBC; }
a { background-color: rgb(143,31,188); }
div.DivClassName
{
background-color: #8F1FBC;
}
.BgClassName
{
background-color: #8F1FBC;
}
</style>
border-color css
<style>
span { border-color: #8F1FBC; }
span { border-color: rgb(143,31,188); }
td.TdClassName
{
border-color: #8F1FBC;
}
.TagClassName
{
border-color: #8F1FBC;
}
</style>