Shades of Dark Orchid #8D16AF
Tints of Dark Orchid #8D16AF
RGB
CMYK
RGB Variations
Color information
#8D16AF (or 0x8D16AF) is known color: Dark Orchid. HEX triplet: 8D, 16 and AF. RGB value is (141,22,175). Sum of RGB (Red+Green+Blue) = 141+22+175=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D16AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D16AF is #72E950. Grayscale: #4A4A4A. Windows color (decimal): -7530833 or 11474573. OLE color: 11474573.
HSL color Cylindrical-coordinate representation of color #8D16AF: hue angle of 286.67º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D16AF is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 22 | 175 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.31 |
| HSL | 286.67º | 0.78% | 0.39% | - |
| HSV(B) | 286.67º | 0.87% | 0.69% | - |
| XYZ | 19.01 | 9.33 | 41.36 | - |
| YUV | 75.02 | 184.42 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 22 | 175 | 0.19 | 0.87 | 0 | 0.31 | 286.67 | 0.78 | 0.39 |
| Hex | 8D | 16 | AF | 13 | 57 | 0 | 1F | 11F | 4E | 27 |
| Octal | 215 | 26 | 257 | 23 | 127 | 0 | 37 | 437 | 116 | 47 |
| Binary | 10001101 | 10110 | 10101111 | 10011 | 1010111 | 0 | 11111 | 100011111 | 1001110 | 100111 |
Color Harmonies of #8D16AF
Complementary color
Monochromatic Colors of #8D16AF
Black with #8D16AF
Text Example
Text Example
White with #8D16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D16AF; }
p { color: rgb(141,22,175); }
H1.HeaderClassName
{
color: #8D16AF;
}
.AnyTagClassName
{
color: #8D16AF;
}
</style>
background-color css
<style>
a { background-color: #8D16AF; }
a { background-color: rgb(141,22,175); }
div.DivClassName
{
background-color: #8D16AF;
}
.BgClassName
{
background-color: #8D16AF;
}
</style>
border-color css
<style>
span { border-color: #8D16AF; }
span { border-color: rgb(141,22,175); }
td.TdClassName
{
border-color: #8D16AF;
}
.TagClassName
{
border-color: #8D16AF;
}
</style>