Shades of Dark Orchid #8F29BA
Tints of Dark Orchid #8F29BA
RGB
CMYK
RGB Variations
Color information
#8F29BA (or 0x8F29BA) is known color: Dark Orchid. HEX triplet: 8F, 29 and BA. RGB value is (143,41,186). Sum of RGB (Red+Green+Blue) = 143+41+186=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F29BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F29BA is #70D645. Grayscale: #575757. Windows color (decimal): -7394886 or 12200335. OLE color: 12200335.
HSL color Cylindrical-coordinate representation of color #8F29BA: hue angle of 282.21º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F29BA is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 41 | 186 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.27 |
| HSL | 282.21º | 0.64% | 0.45% | - |
| HSV(B) | 282.21º | 0.78% | 0.73% | - |
| XYZ | 20.98 | 10.97 | 47.47 | - |
| YUV | 88.03 | 183.29 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 186 | 0.23 | 0.78 | 0 | 0.27 | 282.21 | 0.64 | 0.45 |
| Hex | 8F | 29 | BA | 17 | 4E | 0 | 1B | 11A | 40 | 2D |
| Octal | 217 | 51 | 272 | 27 | 116 | 0 | 33 | 432 | 100 | 55 |
| Binary | 10001111 | 101001 | 10111010 | 10111 | 1001110 | 0 | 11011 | 100011010 | 1000000 | 101101 |
Color Harmonies of #8F29BA
Complementary color
Monochromatic Colors of #8F29BA
Black with #8F29BA
Text Example
Text Example
White with #8F29BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F29BA; }
p { color: rgb(143,41,186); }
H1.HeaderClassName
{
color: #8F29BA;
}
.AnyTagClassName
{
color: #8F29BA;
}
</style>
background-color css
<style>
a { background-color: #8F29BA; }
a { background-color: rgb(143,41,186); }
div.DivClassName
{
background-color: #8F29BA;
}
.BgClassName
{
background-color: #8F29BA;
}
</style>
border-color css
<style>
span { border-color: #8F29BA; }
span { border-color: rgb(143,41,186); }
td.TdClassName
{
border-color: #8F29BA;
}
.TagClassName
{
border-color: #8F29BA;
}
</style>