Shades of Dark Orchid #8F20CD
Tints of Dark Orchid #8F20CD
RGB
CMYK
RGB Variations
Color information
#8F20CD (or 0x8F20CD) is known color: Dark Orchid. HEX triplet: 8F, 20 and CD. RGB value is (143,32,205). Sum of RGB (Red+Green+Blue) = 143+32+205=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F20CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F20CD is #70DF32. Grayscale: #545454. Windows color (decimal): -7397171 or 13443215. OLE color: 13443215.
HSL color Cylindrical-coordinate representation of color #8F20CD: hue angle of 278.5º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F20CD is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 32 | 205 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.20 |
| HSL | 278.5º | 0.73% | 0.46% | - |
| HSV(B) | 278.5º | 0.84% | 0.8% | - |
| XYZ | 22.86 | 11.28 | 58.73 | - |
| YUV | 84.91 | 195.77 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 205 | 0.30 | 0.84 | 0 | 0.20 | 278.5 | 0.73 | 0.46 |
| Hex | 8F | 20 | CD | 1E | 54 | 0 | 14 | 116 | 49 | 2E |
| Octal | 217 | 40 | 315 | 36 | 124 | 0 | 24 | 426 | 111 | 56 |
| Binary | 10001111 | 100000 | 11001101 | 11110 | 1010100 | 0 | 10100 | 100010110 | 1001001 | 101110 |
Color Harmonies of #8F20CD
Complementary color
Monochromatic Colors of #8F20CD
Black with #8F20CD
Text Example
Text Example
White with #8F20CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F20CD; }
p { color: rgb(143,32,205); }
H1.HeaderClassName
{
color: #8F20CD;
}
.AnyTagClassName
{
color: #8F20CD;
}
</style>
background-color css
<style>
a { background-color: #8F20CD; }
a { background-color: rgb(143,32,205); }
div.DivClassName
{
background-color: #8F20CD;
}
.BgClassName
{
background-color: #8F20CD;
}
</style>
border-color css
<style>
span { border-color: #8F20CD; }
span { border-color: rgb(143,32,205); }
td.TdClassName
{
border-color: #8F20CD;
}
.TagClassName
{
border-color: #8F20CD;
}
</style>