Shades of Dark Orchid #8719B7
Tints of Dark Orchid #8719B7
RGB
CMYK
RGB Variations
Color information
#8719B7 (or 0x8719B7) is known color: Dark Orchid. HEX triplet: 87, 19 and B7. RGB value is (135,25,183). Sum of RGB (Red+Green+Blue) = 135+25+183=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 183 (71.88% from 255 or 53.35% from 343); Max value from RGB is 183 - color contains mainly: blue. Hex color #8719B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8719B7 is #78E648. Grayscale: #4B4B4B. Windows color (decimal): -7923273 or 11999623. OLE color: 11999623.
HSL color Cylindrical-coordinate representation of color #8719B7: hue angle of 281.77º 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 #8719B7 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 25 | 183 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.28 |
| HSL | 281.77º | 0.76% | 0.41% | - |
| HSV(B) | 281.77º | 0.86% | 0.72% | - |
| XYZ | 18.89 | 9.27 | 45.59 | - |
| YUV | 75.9 | 188.44 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 183 | 0.26 | 0.86 | 0 | 0.28 | 281.77 | 0.76 | 0.41 |
| Hex | 87 | 19 | B7 | 1A | 56 | 0 | 1C | 11A | 4C | 29 |
| Octal | 207 | 31 | 267 | 32 | 126 | 0 | 34 | 432 | 114 | 51 |
| Binary | 10000111 | 11001 | 10110111 | 11010 | 1010110 | 0 | 11100 | 100011010 | 1001100 | 101001 |
Color Harmonies of #8719B7
Complementary color
Monochromatic Colors of #8719B7
Black with #8719B7
Text Example
Text Example
White with #8719B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8719B7; }
p { color: rgb(135,25,183); }
H1.HeaderClassName
{
color: #8719B7;
}
.AnyTagClassName
{
color: #8719B7;
}
</style>
background-color css
<style>
a { background-color: #8719B7; }
a { background-color: rgb(135,25,183); }
div.DivClassName
{
background-color: #8719B7;
}
.BgClassName
{
background-color: #8719B7;
}
</style>
border-color css
<style>
span { border-color: #8719B7; }
span { border-color: rgb(135,25,183); }
td.TdClassName
{
border-color: #8719B7;
}
.TagClassName
{
border-color: #8719B7;
}
</style>