Shades of Dark Orchid #8F27AD
Tints of Dark Orchid #8F27AD
RGB
CMYK
RGB Variations
Color information
#8F27AD (or 0x8F27AD) is known color: Dark Orchid. HEX triplet: 8F, 27 and AD. RGB value is (143,39,173). Sum of RGB (Red+Green+Blue) = 143+39+173=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F27AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F27AD is #70D852. Grayscale: #545454. Windows color (decimal): -7395411 or 11347855. OLE color: 11347855.
HSL color Cylindrical-coordinate representation of color #8F27AD: hue angle of 286.57º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F27AD is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 39 | 173 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.32 |
| HSL | 286.57º | 0.63% | 0.42% | - |
| HSV(B) | 286.57º | 0.77% | 0.68% | - |
| XYZ | 19.6 | 10.31 | 40.49 | - |
| YUV | 85.37 | 177.46 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 39 | 173 | 0.17 | 0.77 | 0 | 0.32 | 286.57 | 0.63 | 0.42 |
| Hex | 8F | 27 | AD | 11 | 4D | 0 | 20 | 11F | 3F | 2A |
| Octal | 217 | 47 | 255 | 21 | 115 | 0 | 40 | 437 | 77 | 52 |
| Binary | 10001111 | 100111 | 10101101 | 10001 | 1001101 | 0 | 100000 | 100011111 | 111111 | 101010 |
Color Harmonies of #8F27AD
Complementary color
Monochromatic Colors of #8F27AD
Black with #8F27AD
Text Example
Text Example
White with #8F27AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F27AD; }
p { color: rgb(143,39,173); }
H1.HeaderClassName
{
color: #8F27AD;
}
.AnyTagClassName
{
color: #8F27AD;
}
</style>
background-color css
<style>
a { background-color: #8F27AD; }
a { background-color: rgb(143,39,173); }
div.DivClassName
{
background-color: #8F27AD;
}
.BgClassName
{
background-color: #8F27AD;
}
</style>
border-color css
<style>
span { border-color: #8F27AD; }
span { border-color: rgb(143,39,173); }
td.TdClassName
{
border-color: #8F27AD;
}
.TagClassName
{
border-color: #8F27AD;
}
</style>