Shades of Dark Orchid #8D27AF
Tints of Dark Orchid #8D27AF
RGB
CMYK
RGB Variations
Color information
#8D27AF (or 0x8D27AF) is known color: Dark Orchid. HEX triplet: 8D, 27 and AF. RGB value is (141,39,175). Sum of RGB (Red+Green+Blue) = 141+39+175=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D27AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D27AF is #72D850. Grayscale: #545454. Windows color (decimal): -7526481 or 11478925. OLE color: 11478925.
HSL color Cylindrical-coordinate representation of color #8D27AF: hue angle of 285º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D27AF is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 39 | 175 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.31 |
| HSL | 285º | 0.64% | 0.42% | - |
| HSV(B) | 285º | 0.78% | 0.69% | - |
| XYZ | 19.45 | 10.21 | 41.5 | - |
| YUV | 85 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 39 | 175 | 0.19 | 0.78 | 0 | 0.31 | 285 | 0.64 | 0.42 |
| Hex | 8D | 27 | AF | 13 | 4E | 0 | 1F | 11D | 40 | 2A |
| Octal | 215 | 47 | 257 | 23 | 116 | 0 | 37 | 435 | 100 | 52 |
| Binary | 10001101 | 100111 | 10101111 | 10011 | 1001110 | 0 | 11111 | 100011101 | 1000000 | 101010 |
Color Harmonies of #8D27AF
Complementary color
Monochromatic Colors of #8D27AF
Black with #8D27AF
Text Example
Text Example
White with #8D27AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D27AF; }
p { color: rgb(141,39,175); }
H1.HeaderClassName
{
color: #8D27AF;
}
.AnyTagClassName
{
color: #8D27AF;
}
</style>
background-color css
<style>
a { background-color: #8D27AF; }
a { background-color: rgb(141,39,175); }
div.DivClassName
{
background-color: #8D27AF;
}
.BgClassName
{
background-color: #8D27AF;
}
</style>
border-color css
<style>
span { border-color: #8D27AF; }
span { border-color: rgb(141,39,175); }
td.TdClassName
{
border-color: #8D27AF;
}
.TagClassName
{
border-color: #8D27AF;
}
</style>