Shades of Dark Orchid #8C18AF
Tints of Dark Orchid #8C18AF
RGB
CMYK
RGB Variations
Color information
#8C18AF (or 0x8C18AF) is known color: Dark Orchid. HEX triplet: 8C, 18 and AF. RGB value is (140,24,175). Sum of RGB (Red+Green+Blue) = 140+24+175=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C18AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C18AF is #73E750. Grayscale: #4B4B4B. Windows color (decimal): -7595857 or 11475084. OLE color: 11475084.
HSL color Cylindrical-coordinate representation of color #8C18AF: hue angle of 286.09º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C18AF is Cyan = 0.2, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 24 | 175 | - |
| CMYK | 0.2 | 0.86 | 0 | 0.31 |
| HSL | 286.09º | 0.76% | 0.39% | - |
| HSV(B) | 286.09º | 0.86% | 0.69% | - |
| XYZ | 18.88 | 9.32 | 41.36 | - |
| YUV | 75.9 | 183.93 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 175 | 0.2 | 0.86 | 0 | 0.31 | 286.09 | 0.76 | 0.39 |
| Hex | 8C | 18 | AF | 14 | 56 | 0 | 1F | 11E | 4C | 27 |
| Octal | 214 | 30 | 257 | 24 | 126 | 0 | 37 | 436 | 114 | 47 |
| Binary | 10001100 | 11000 | 10101111 | 10100 | 1010110 | 0 | 11111 | 100011110 | 1001100 | 100111 |
Color Harmonies of #8C18AF
Complementary color
Monochromatic Colors of #8C18AF
Black with #8C18AF
Text Example
Text Example
White with #8C18AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C18AF; }
p { color: rgb(140,24,175); }
H1.HeaderClassName
{
color: #8C18AF;
}
.AnyTagClassName
{
color: #8C18AF;
}
</style>
background-color css
<style>
a { background-color: #8C18AF; }
a { background-color: rgb(140,24,175); }
div.DivClassName
{
background-color: #8C18AF;
}
.BgClassName
{
background-color: #8C18AF;
}
</style>
border-color css
<style>
span { border-color: #8C18AF; }
span { border-color: rgb(140,24,175); }
td.TdClassName
{
border-color: #8C18AF;
}
.TagClassName
{
border-color: #8C18AF;
}
</style>