Shades of Dark Orchid #8C28AF
Tints of Dark Orchid #8C28AF
RGB
CMYK
RGB Variations
Color information
#8C28AF (or 0x8C28AF) is known color: Dark Orchid. HEX triplet: 8C, 28 and AF. RGB value is (140,40,175). Sum of RGB (Red+Green+Blue) = 140+40+175=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 40 (16.02% from 255 or 11.27% 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 #8C28AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C28AF is #73D750. Grayscale: #545454. Windows color (decimal): -7591761 or 11479180. OLE color: 11479180.
HSL color Cylindrical-coordinate representation of color #8C28AF: hue angle of 284.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C28AF is Cyan = 0.2, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 40 | 175 | - |
| CMYK | 0.2 | 0.77 | 0 | 0.31 |
| HSL | 284.44º | 0.63% | 0.42% | - |
| HSV(B) | 284.44º | 0.77% | 0.69% | - |
| XYZ | 19.31 | 10.19 | 41.51 | - |
| YUV | 85.29 | 178.63 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 175 | 0.2 | 0.77 | 0 | 0.31 | 284.44 | 0.63 | 0.42 |
| Hex | 8C | 28 | AF | 14 | 4D | 0 | 1F | 11C | 3F | 2A |
| Octal | 214 | 50 | 257 | 24 | 115 | 0 | 37 | 434 | 77 | 52 |
| Binary | 10001100 | 101000 | 10101111 | 10100 | 1001101 | 0 | 11111 | 100011100 | 111111 | 101010 |
Color Harmonies of #8C28AF
Complementary color
Monochromatic Colors of #8C28AF
Black with #8C28AF
Text Example
Text Example
White with #8C28AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C28AF; }
p { color: rgb(140,40,175); }
H1.HeaderClassName
{
color: #8C28AF;
}
.AnyTagClassName
{
color: #8C28AF;
}
</style>
background-color css
<style>
a { background-color: #8C28AF; }
a { background-color: rgb(140,40,175); }
div.DivClassName
{
background-color: #8C28AF;
}
.BgClassName
{
background-color: #8C28AF;
}
</style>
border-color css
<style>
span { border-color: #8C28AF; }
span { border-color: rgb(140,40,175); }
td.TdClassName
{
border-color: #8C28AF;
}
.TagClassName
{
border-color: #8C28AF;
}
</style>