Shades of Dark Orchid #8C27AF
Tints of Dark Orchid #8C27AF
RGB
CMYK
RGB Variations
Color information
#8C27AF (or 0x8C27AF) is known color: Dark Orchid. HEX triplet: 8C, 27 and AF. RGB value is (140,39,175). Sum of RGB (Red+Green+Blue) = 140+39+175=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C27AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C27AF is #73D850. Grayscale: #545454. Windows color (decimal): -7592017 or 11478924. OLE color: 11478924.
HSL color Cylindrical-coordinate representation of color #8C27AF: hue angle of 284.56º 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 #8C27AF is Cyan = 0.2, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 39 | 175 | - |
| CMYK | 0.2 | 0.78 | 0 | 0.31 |
| HSL | 284.56º | 0.64% | 0.42% | - |
| HSV(B) | 284.56º | 0.78% | 0.69% | - |
| XYZ | 19.28 | 10.12 | 41.5 | - |
| YUV | 84.7 | 178.96 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 175 | 0.2 | 0.78 | 0 | 0.31 | 284.56 | 0.64 | 0.42 |
| Hex | 8C | 27 | AF | 14 | 4E | 0 | 1F | 11D | 40 | 2A |
| Octal | 214 | 47 | 257 | 24 | 116 | 0 | 37 | 435 | 100 | 52 |
| Binary | 10001100 | 100111 | 10101111 | 10100 | 1001110 | 0 | 11111 | 100011101 | 1000000 | 101010 |
Color Harmonies of #8C27AF
Complementary color
Monochromatic Colors of #8C27AF
Black with #8C27AF
Text Example
Text Example
White with #8C27AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C27AF; }
p { color: rgb(140,39,175); }
H1.HeaderClassName
{
color: #8C27AF;
}
.AnyTagClassName
{
color: #8C27AF;
}
</style>
background-color css
<style>
a { background-color: #8C27AF; }
a { background-color: rgb(140,39,175); }
div.DivClassName
{
background-color: #8C27AF;
}
.BgClassName
{
background-color: #8C27AF;
}
</style>
border-color css
<style>
span { border-color: #8C27AF; }
span { border-color: rgb(140,39,175); }
td.TdClassName
{
border-color: #8C27AF;
}
.TagClassName
{
border-color: #8C27AF;
}
</style>