Shades of Dark Orchid #8F19B7
Tints of Dark Orchid #8F19B7
RGB
CMYK
RGB Variations
Color information
#8F19B7 (or 0x8F19B7) is known color: Dark Orchid. HEX triplet: 8F, 19 and B7. RGB value is (143,25,183). Sum of RGB (Red+Green+Blue) = 143+25+183=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 183 (71.88% from 255 or 52.14% from 351); Max value from RGB is 183 - color contains mainly: blue. Hex color #8F19B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F19B7 is #70E648. Grayscale: #4D4D4D. Windows color (decimal): -7398985 or 11999631. OLE color: 11999631.
HSL color Cylindrical-coordinate representation of color #8F19B7: hue angle of 284.81º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F19B7 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 25 | 183 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.28 |
| HSL | 284.81º | 0.76% | 0.41% | - |
| HSV(B) | 284.81º | 0.86% | 0.72% | - |
| XYZ | 20.22 | 9.95 | 45.66 | - |
| YUV | 78.29 | 187.09 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 183 | 0.22 | 0.86 | 0 | 0.28 | 284.81 | 0.76 | 0.41 |
| Hex | 8F | 19 | B7 | 16 | 56 | 0 | 1C | 11D | 4C | 29 |
| Octal | 217 | 31 | 267 | 26 | 126 | 0 | 34 | 435 | 114 | 51 |
| Binary | 10001111 | 11001 | 10110111 | 10110 | 1010110 | 0 | 11100 | 100011101 | 1001100 | 101001 |
Color Harmonies of #8F19B7
Complementary color
Monochromatic Colors of #8F19B7
Black with #8F19B7
Text Example
Text Example
White with #8F19B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F19B7; }
p { color: rgb(143,25,183); }
H1.HeaderClassName
{
color: #8F19B7;
}
.AnyTagClassName
{
color: #8F19B7;
}
</style>
background-color css
<style>
a { background-color: #8F19B7; }
a { background-color: rgb(143,25,183); }
div.DivClassName
{
background-color: #8F19B7;
}
.BgClassName
{
background-color: #8F19B7;
}
</style>
border-color css
<style>
span { border-color: #8F19B7; }
span { border-color: rgb(143,25,183); }
td.TdClassName
{
border-color: #8F19B7;
}
.TagClassName
{
border-color: #8F19B7;
}
</style>