Shades of Dark Orchid #8719BF
Tints of Dark Orchid #8719BF
RGB
CMYK
RGB Variations
Color information
#8719BF (or 0x8719BF) is known color: Dark Orchid. HEX triplet: 87, 19 and BF. RGB value is (135,25,191). Sum of RGB (Red+Green+Blue) = 135+25+191=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #8719BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8719BF is #78E640. Grayscale: #4C4C4C. Windows color (decimal): -7923265 or 12523911. OLE color: 12523911.
HSL color Cylindrical-coordinate representation of color #8719BF: hue angle of 279.76º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8719BF is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 25 | 191 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.25 |
| HSL | 279.76º | 0.77% | 0.42% | - |
| HSV(B) | 279.76º | 0.87% | 0.75% | - |
| XYZ | 19.74 | 9.61 | 50.1 | - |
| YUV | 76.81 | 192.44 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 191 | 0.29 | 0.87 | 0 | 0.25 | 279.76 | 0.77 | 0.42 |
| Hex | 87 | 19 | BF | 1D | 57 | 0 | 19 | 118 | 4D | 2A |
| Octal | 207 | 31 | 277 | 35 | 127 | 0 | 31 | 430 | 115 | 52 |
| Binary | 10000111 | 11001 | 10111111 | 11101 | 1010111 | 0 | 11001 | 100011000 | 1001101 | 101010 |
Color Harmonies of #8719BF
Complementary color
Monochromatic Colors of #8719BF
Black with #8719BF
Text Example
Text Example
White with #8719BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8719BF; }
p { color: rgb(135,25,191); }
H1.HeaderClassName
{
color: #8719BF;
}
.AnyTagClassName
{
color: #8719BF;
}
</style>
background-color css
<style>
a { background-color: #8719BF; }
a { background-color: rgb(135,25,191); }
div.DivClassName
{
background-color: #8719BF;
}
.BgClassName
{
background-color: #8719BF;
}
</style>
border-color css
<style>
span { border-color: #8719BF; }
span { border-color: rgb(135,25,191); }
td.TdClassName
{
border-color: #8719BF;
}
.TagClassName
{
border-color: #8719BF;
}
</style>