Shades of Dark Orchid #8719BA
Tints of Dark Orchid #8719BA
RGB
CMYK
RGB Variations
Color information
#8719BA (or 0x8719BA) is known color: Dark Orchid. HEX triplet: 87, 19 and BA. RGB value is (135,25,186). Sum of RGB (Red+Green+Blue) = 135+25+186=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #8719BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8719BA is #78E645. Grayscale: #4B4B4B. Windows color (decimal): -7923270 or 12196231. OLE color: 12196231.
HSL color Cylindrical-coordinate representation of color #8719BA: hue angle of 280.99º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8719BA is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 25 | 186 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.27 |
| HSL | 280.99º | 0.76% | 0.41% | - |
| HSV(B) | 280.99º | 0.87% | 0.73% | - |
| XYZ | 19.2 | 9.39 | 47.26 | - |
| YUV | 76.24 | 189.94 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 186 | 0.27 | 0.87 | 0 | 0.27 | 280.99 | 0.76 | 0.41 |
| Hex | 87 | 19 | BA | 1B | 57 | 0 | 1B | 119 | 4C | 29 |
| Octal | 207 | 31 | 272 | 33 | 127 | 0 | 33 | 431 | 114 | 51 |
| Binary | 10000111 | 11001 | 10111010 | 11011 | 1010111 | 0 | 11011 | 100011001 | 1001100 | 101001 |
Color Harmonies of #8719BA
Complementary color
Monochromatic Colors of #8719BA
Black with #8719BA
Text Example
Text Example
White with #8719BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8719BA; }
p { color: rgb(135,25,186); }
H1.HeaderClassName
{
color: #8719BA;
}
.AnyTagClassName
{
color: #8719BA;
}
</style>
background-color css
<style>
a { background-color: #8719BA; }
a { background-color: rgb(135,25,186); }
div.DivClassName
{
background-color: #8719BA;
}
.BgClassName
{
background-color: #8719BA;
}
</style>
border-color css
<style>
span { border-color: #8719BA; }
span { border-color: rgb(135,25,186); }
td.TdClassName
{
border-color: #8719BA;
}
.TagClassName
{
border-color: #8719BA;
}
</style>