Shades of Dark Orchid #8F1ACF
Tints of Dark Orchid #8F1ACF
RGB
CMYK
RGB Variations
Color information
#8F1ACF (or 0x8F1ACF) is known color: Dark Orchid. HEX triplet: 8F, 1A and CF. RGB value is (143,26,207). Sum of RGB (Red+Green+Blue) = 143+26+207=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F1ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1ACF is #70E530. Grayscale: #515151. Windows color (decimal): -7398705 or 13572751. OLE color: 13572751.
HSL color Cylindrical-coordinate representation of color #8F1ACF: hue angle of 278.78º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F1ACF is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 26 | 207 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.19 |
| HSL | 278.78º | 0.78% | 0.46% | - |
| HSV(B) | 278.78º | 0.87% | 0.81% | - |
| XYZ | 22.96 | 11.08 | 59.96 | - |
| YUV | 81.62 | 198.76 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 26 | 207 | 0.31 | 0.87 | 0 | 0.19 | 278.78 | 0.78 | 0.46 |
| Hex | 8F | 1A | CF | 1F | 57 | 0 | 13 | 117 | 4E | 2E |
| Octal | 217 | 32 | 317 | 37 | 127 | 0 | 23 | 427 | 116 | 56 |
| Binary | 10001111 | 11010 | 11001111 | 11111 | 1010111 | 0 | 10011 | 100010111 | 1001110 | 101110 |
Color Harmonies of #8F1ACF
Complementary color
Monochromatic Colors of #8F1ACF
Black with #8F1ACF
Text Example
Text Example
White with #8F1ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1ACF; }
p { color: rgb(143,26,207); }
H1.HeaderClassName
{
color: #8F1ACF;
}
.AnyTagClassName
{
color: #8F1ACF;
}
</style>
background-color css
<style>
a { background-color: #8F1ACF; }
a { background-color: rgb(143,26,207); }
div.DivClassName
{
background-color: #8F1ACF;
}
.BgClassName
{
background-color: #8F1ACF;
}
</style>
border-color css
<style>
span { border-color: #8F1ACF; }
span { border-color: rgb(143,26,207); }
td.TdClassName
{
border-color: #8F1ACF;
}
.TagClassName
{
border-color: #8F1ACF;
}
</style>