Shades of Dark Orchid #8F1DC9
Tints of Dark Orchid #8F1DC9
RGB
CMYK
RGB Variations
Color information
#8F1DC9 (or 0x8F1DC9) is known color: Dark Orchid. HEX triplet: 8F, 1D and C9. RGB value is (143,29,201). Sum of RGB (Red+Green+Blue) = 143+29+201=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #8F1DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1DC9 is #70E236. Grayscale: #525252. Windows color (decimal): -7397943 or 13180303. OLE color: 13180303.
HSL color Cylindrical-coordinate representation of color #8F1DC9: hue angle of 279.77º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1DC9 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 29 | 201 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.21 |
| HSL | 279.77º | 0.75% | 0.45% | - |
| HSV(B) | 279.77º | 0.86% | 0.79% | - |
| XYZ | 22.31 | 10.94 | 56.19 | - |
| YUV | 82.69 | 194.77 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 29 | 201 | 0.29 | 0.86 | 0 | 0.21 | 279.77 | 0.75 | 0.45 |
| Hex | 8F | 1D | C9 | 1D | 56 | 0 | 15 | 118 | 4B | 2D |
| Octal | 217 | 35 | 311 | 35 | 126 | 0 | 25 | 430 | 113 | 55 |
| Binary | 10001111 | 11101 | 11001001 | 11101 | 1010110 | 0 | 10101 | 100011000 | 1001011 | 101101 |
Color Harmonies of #8F1DC9
Complementary color
Monochromatic Colors of #8F1DC9
Black with #8F1DC9
Text Example
Text Example
White with #8F1DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1DC9; }
p { color: rgb(143,29,201); }
H1.HeaderClassName
{
color: #8F1DC9;
}
.AnyTagClassName
{
color: #8F1DC9;
}
</style>
background-color css
<style>
a { background-color: #8F1DC9; }
a { background-color: rgb(143,29,201); }
div.DivClassName
{
background-color: #8F1DC9;
}
.BgClassName
{
background-color: #8F1DC9;
}
</style>
border-color css
<style>
span { border-color: #8F1DC9; }
span { border-color: rgb(143,29,201); }
td.TdClassName
{
border-color: #8F1DC9;
}
.TagClassName
{
border-color: #8F1DC9;
}
</style>