Shades of Dark Violet #8714BA
Tints of Dark Violet #8714BA
RGB
CMYK
RGB Variations
Color information
#8714BA (or 0x8714BA) is known color: Dark Violet. HEX triplet: 87, 14 and BA. RGB value is (135,20,186). Sum of RGB (Red+Green+Blue) = 135+20+186=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #8714BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8714BA is #78EB45. Grayscale: #484848. Windows color (decimal): -7924550 or 12194951. OLE color: 12194951.
HSL color Cylindrical-coordinate representation of color #8714BA: hue angle of 281.57º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8714BA is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 20 | 186 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.27 |
| HSL | 281.57º | 0.81% | 0.4% | - |
| HSV(B) | 281.57º | 0.89% | 0.73% | - |
| XYZ | 19.1 | 9.2 | 47.22 | - |
| YUV | 73.31 | 191.6 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 186 | 0.27 | 0.89 | 0 | 0.27 | 281.57 | 0.81 | 0.4 |
| Hex | 87 | 14 | BA | 1B | 59 | 0 | 1B | 11A | 51 | 28 |
| Octal | 207 | 24 | 272 | 33 | 131 | 0 | 33 | 432 | 121 | 50 |
| Binary | 10000111 | 10100 | 10111010 | 11011 | 1011001 | 0 | 11011 | 100011010 | 1010001 | 101000 |
Color Harmonies of #8714BA
Complementary color
Monochromatic Colors of #8714BA
Black with #8714BA
Text Example
Text Example
White with #8714BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8714BA; }
p { color: rgb(135,20,186); }
H1.HeaderClassName
{
color: #8714BA;
}
.AnyTagClassName
{
color: #8714BA;
}
</style>
background-color css
<style>
a { background-color: #8714BA; }
a { background-color: rgb(135,20,186); }
div.DivClassName
{
background-color: #8714BA;
}
.BgClassName
{
background-color: #8714BA;
}
</style>
border-color css
<style>
span { border-color: #8714BA; }
span { border-color: rgb(135,20,186); }
td.TdClassName
{
border-color: #8714BA;
}
.TagClassName
{
border-color: #8714BA;
}
</style>