Shades of Dark Orchid #8D1BAF
Tints of Dark Orchid #8D1BAF
RGB
CMYK
RGB Variations
Color information
#8D1BAF (or 0x8D1BAF) is known color: Dark Orchid. HEX triplet: 8D, 1B and AF. RGB value is (141,27,175). Sum of RGB (Red+Green+Blue) = 141+27+175=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D1BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1BAF is #72E450. Grayscale: #4D4D4D. Windows color (decimal): -7529553 or 11475853. OLE color: 11475853.
HSL color Cylindrical-coordinate representation of color #8D1BAF: hue angle of 286.22º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D1BAF is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 27 | 175 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.31 |
| HSL | 286.22º | 0.73% | 0.4% | - |
| HSV(B) | 286.22º | 0.85% | 0.69% | - |
| XYZ | 19.11 | 9.54 | 41.39 | - |
| YUV | 77.96 | 182.77 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 175 | 0.19 | 0.85 | 0 | 0.31 | 286.22 | 0.73 | 0.4 |
| Hex | 8D | 1B | AF | 13 | 55 | 0 | 1F | 11E | 49 | 28 |
| Octal | 215 | 33 | 257 | 23 | 125 | 0 | 37 | 436 | 111 | 50 |
| Binary | 10001101 | 11011 | 10101111 | 10011 | 1010101 | 0 | 11111 | 100011110 | 1001001 | 101000 |
Color Harmonies of #8D1BAF
Complementary color
Monochromatic Colors of #8D1BAF
Black with #8D1BAF
Text Example
Text Example
White with #8D1BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1BAF; }
p { color: rgb(141,27,175); }
H1.HeaderClassName
{
color: #8D1BAF;
}
.AnyTagClassName
{
color: #8D1BAF;
}
</style>
background-color css
<style>
a { background-color: #8D1BAF; }
a { background-color: rgb(141,27,175); }
div.DivClassName
{
background-color: #8D1BAF;
}
.BgClassName
{
background-color: #8D1BAF;
}
</style>
border-color css
<style>
span { border-color: #8D1BAF; }
span { border-color: rgb(141,27,175); }
td.TdClassName
{
border-color: #8D1BAF;
}
.TagClassName
{
border-color: #8D1BAF;
}
</style>