Shades of Dark Orchid #8F1DD1
Tints of Dark Orchid #8F1DD1
RGB
CMYK
RGB Variations
Color information
#8F1DD1 (or 0x8F1DD1) is known color: Dark Orchid. HEX triplet: 8F, 1D and D1. RGB value is (143,29,209). Sum of RGB (Red+Green+Blue) = 143+29+209=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 209 (82.03% from 255 or 54.86% from 381); Max value from RGB is 209 - color contains mainly: blue. Hex color #8F1DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1DD1 is #70E22E. Grayscale: #535353. Windows color (decimal): -7397935 or 13704591. OLE color: 13704591.
HSL color Cylindrical-coordinate representation of color #8F1DD1: hue angle of 278º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1DD1 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 29 | 209 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.18 |
| HSL | 278º | 0.76% | 0.47% | - |
| HSV(B) | 278º | 0.86% | 0.82% | - |
| XYZ | 23.28 | 11.32 | 61.28 | - |
| YUV | 83.61 | 198.77 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 29 | 209 | 0.32 | 0.86 | 0 | 0.18 | 278 | 0.76 | 0.47 |
| Hex | 8F | 1D | D1 | 20 | 56 | 0 | 12 | 116 | 4C | 2F |
| Octal | 217 | 35 | 321 | 40 | 126 | 0 | 22 | 426 | 114 | 57 |
| Binary | 10001111 | 11101 | 11010001 | 100000 | 1010110 | 0 | 10010 | 100010110 | 1001100 | 101111 |
Color Harmonies of #8F1DD1
Complementary color
Monochromatic Colors of #8F1DD1
Black with #8F1DD1
Text Example
Text Example
White with #8F1DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1DD1; }
p { color: rgb(143,29,209); }
H1.HeaderClassName
{
color: #8F1DD1;
}
.AnyTagClassName
{
color: #8F1DD1;
}
</style>
background-color css
<style>
a { background-color: #8F1DD1; }
a { background-color: rgb(143,29,209); }
div.DivClassName
{
background-color: #8F1DD1;
}
.BgClassName
{
background-color: #8F1DD1;
}
</style>
border-color css
<style>
span { border-color: #8F1DD1; }
span { border-color: rgb(143,29,209); }
td.TdClassName
{
border-color: #8F1DD1;
}
.TagClassName
{
border-color: #8F1DD1;
}
</style>