Shades of Dark Orchid #8D1FBF
Tints of Dark Orchid #8D1FBF
RGB
CMYK
RGB Variations
Color information
#8D1FBF (or 0x8D1FBF) is known color: Dark Orchid. HEX triplet: 8D, 1F and BF. RGB value is (141,31,191). Sum of RGB (Red+Green+Blue) = 141+31+191=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D1FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1FBF is #72E040. Grayscale: #515151. Windows color (decimal): -7528513 or 12525453. OLE color: 12525453.
HSL color Cylindrical-coordinate representation of color #8D1FBF: hue angle of 281.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1FBF is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 31 | 191 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.25 |
| HSL | 281.25º | 0.72% | 0.44% | - |
| HSV(B) | 281.25º | 0.84% | 0.75% | - |
| XYZ | 20.88 | 10.4 | 50.2 | - |
| YUV | 82.13 | 189.44 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 191 | 0.26 | 0.84 | 0 | 0.25 | 281.25 | 0.72 | 0.44 |
| Hex | 8D | 1F | BF | 1A | 54 | 0 | 19 | 119 | 48 | 2C |
| Octal | 215 | 37 | 277 | 32 | 124 | 0 | 31 | 431 | 110 | 54 |
| Binary | 10001101 | 11111 | 10111111 | 11010 | 1010100 | 0 | 11001 | 100011001 | 1001000 | 101100 |
Color Harmonies of #8D1FBF
Complementary color
Monochromatic Colors of #8D1FBF
Black with #8D1FBF
Text Example
Text Example
White with #8D1FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1FBF; }
p { color: rgb(141,31,191); }
H1.HeaderClassName
{
color: #8D1FBF;
}
.AnyTagClassName
{
color: #8D1FBF;
}
</style>
background-color css
<style>
a { background-color: #8D1FBF; }
a { background-color: rgb(141,31,191); }
div.DivClassName
{
background-color: #8D1FBF;
}
.BgClassName
{
background-color: #8D1FBF;
}
</style>
border-color css
<style>
span { border-color: #8D1FBF; }
span { border-color: rgb(141,31,191); }
td.TdClassName
{
border-color: #8D1FBF;
}
.TagClassName
{
border-color: #8D1FBF;
}
</style>