Shades of Dark Orchid #8F41CE
Tints of Dark Orchid #8F41CE
RGB
CMYK
RGB Variations
Color information
#8F41CE (or 0x8F41CE) is known color: Dark Orchid. HEX triplet: 8F, 41 and CE. RGB value is (143,65,206). Sum of RGB (Red+Green+Blue) = 143+65+206=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F41CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F41CE is #70BE31. Grayscale: #676767. Windows color (decimal): -7388722 or 13517199. OLE color: 13517199.
HSL color Cylindrical-coordinate representation of color #8F41CE: hue angle of 273.19º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F41CE is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 65 | 206 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.19 |
| HSL | 273.19º | 0.59% | 0.53% | - |
| HSV(B) | 273.19º | 0.68% | 0.81% | - |
| XYZ | 24.36 | 14.08 | 59.83 | - |
| YUV | 104.4 | 185.34 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 206 | 0.31 | 0.68 | 0 | 0.19 | 273.19 | 0.59 | 0.53 |
| Hex | 8F | 41 | CE | 1F | 44 | 0 | 13 | 111 | 3B | 35 |
| Octal | 217 | 101 | 316 | 37 | 104 | 0 | 23 | 421 | 73 | 65 |
| Binary | 10001111 | 1000001 | 11001110 | 11111 | 1000100 | 0 | 10011 | 100010001 | 111011 | 110101 |
Color Harmonies of #8F41CE
Complementary color
Monochromatic Colors of #8F41CE
Black with #8F41CE
Text Example
Text Example
White with #8F41CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F41CE; }
p { color: rgb(143,65,206); }
H1.HeaderClassName
{
color: #8F41CE;
}
.AnyTagClassName
{
color: #8F41CE;
}
</style>
background-color css
<style>
a { background-color: #8F41CE; }
a { background-color: rgb(143,65,206); }
div.DivClassName
{
background-color: #8F41CE;
}
.BgClassName
{
background-color: #8F41CE;
}
</style>
border-color css
<style>
span { border-color: #8F41CE; }
span { border-color: rgb(143,65,206); }
td.TdClassName
{
border-color: #8F41CE;
}
.TagClassName
{
border-color: #8F41CE;
}
</style>