Shades of Dark Orchid #8D1FB7
Tints of Dark Orchid #8D1FB7
RGB
CMYK
RGB Variations
Color information
#8D1FB7 (or 0x8D1FB7) is known color: Dark Orchid. HEX triplet: 8D, 1F and B7. RGB value is (141,31,183). Sum of RGB (Red+Green+Blue) = 141+31+183=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 183 (71.88% from 255 or 51.55% from 355); Max value from RGB is 183 - color contains mainly: blue. Hex color #8D1FB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1FB7 is #72E048. Grayscale: #505050. Windows color (decimal): -7528521 or 12001165. OLE color: 12001165.
HSL color Cylindrical-coordinate representation of color #8D1FB7: hue angle of 283.42º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D1FB7 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 31 | 183 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.28 |
| HSL | 283.42º | 0.71% | 0.42% | - |
| HSV(B) | 283.42º | 0.83% | 0.72% | - |
| XYZ | 20.02 | 10.06 | 45.69 | - |
| YUV | 81.22 | 185.44 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 183 | 0.23 | 0.83 | 0 | 0.28 | 283.42 | 0.71 | 0.42 |
| Hex | 8D | 1F | B7 | 17 | 53 | 0 | 1C | 11B | 47 | 2A |
| Octal | 215 | 37 | 267 | 27 | 123 | 0 | 34 | 433 | 107 | 52 |
| Binary | 10001101 | 11111 | 10110111 | 10111 | 1010011 | 0 | 11100 | 100011011 | 1000111 | 101010 |
Color Harmonies of #8D1FB7
Complementary color
Monochromatic Colors of #8D1FB7
Black with #8D1FB7
Text Example
Text Example
White with #8D1FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1FB7; }
p { color: rgb(141,31,183); }
H1.HeaderClassName
{
color: #8D1FB7;
}
.AnyTagClassName
{
color: #8D1FB7;
}
</style>
background-color css
<style>
a { background-color: #8D1FB7; }
a { background-color: rgb(141,31,183); }
div.DivClassName
{
background-color: #8D1FB7;
}
.BgClassName
{
background-color: #8D1FB7;
}
</style>
border-color css
<style>
span { border-color: #8D1FB7; }
span { border-color: rgb(141,31,183); }
td.TdClassName
{
border-color: #8D1FB7;
}
.TagClassName
{
border-color: #8D1FB7;
}
</style>