Shades of Dark Orchid #8C16AF
Tints of Dark Orchid #8C16AF
RGB
CMYK
RGB Variations
Color information
#8C16AF (or 0x8C16AF) is known color: Dark Orchid. HEX triplet: 8C, 16 and AF. RGB value is (140,22,175). Sum of RGB (Red+Green+Blue) = 140+22+175=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C16AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C16AF is #73E950. Grayscale: #4A4A4A. Windows color (decimal): -7596369 or 11474572. OLE color: 11474572.
HSL color Cylindrical-coordinate representation of color #8C16AF: hue angle of 286.27º 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 #8C16AF is Cyan = 0.2, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 22 | 175 | - |
| CMYK | 0.2 | 0.87 | 0 | 0.31 |
| HSL | 286.27º | 0.78% | 0.39% | - |
| HSV(B) | 286.27º | 0.87% | 0.69% | - |
| XYZ | 18.84 | 9.24 | 41.35 | - |
| YUV | 74.72 | 184.59 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 175 | 0.2 | 0.87 | 0 | 0.31 | 286.27 | 0.78 | 0.39 |
| Hex | 8C | 16 | AF | 14 | 57 | 0 | 1F | 11E | 4E | 27 |
| Octal | 214 | 26 | 257 | 24 | 127 | 0 | 37 | 436 | 116 | 47 |
| Binary | 10001100 | 10110 | 10101111 | 10100 | 1010111 | 0 | 11111 | 100011110 | 1001110 | 100111 |
Color Harmonies of #8C16AF
Complementary color
Monochromatic Colors of #8C16AF
Black with #8C16AF
Text Example
Text Example
White with #8C16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C16AF; }
p { color: rgb(140,22,175); }
H1.HeaderClassName
{
color: #8C16AF;
}
.AnyTagClassName
{
color: #8C16AF;
}
</style>
background-color css
<style>
a { background-color: #8C16AF; }
a { background-color: rgb(140,22,175); }
div.DivClassName
{
background-color: #8C16AF;
}
.BgClassName
{
background-color: #8C16AF;
}
</style>
border-color css
<style>
span { border-color: #8C16AF; }
span { border-color: rgb(140,22,175); }
td.TdClassName
{
border-color: #8C16AF;
}
.TagClassName
{
border-color: #8C16AF;
}
</style>