Shades of Blue Violet #8715DC
Tints of Blue Violet #8715DC
RGB
CMYK
RGB Variations
Color information
#8715DC (or 0x8715DC) is known color: Blue Violet. HEX triplet: 87, 15 and DC. RGB value is (135,21,220). Sum of RGB (Red+Green+Blue) = 135+21+220=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #8715DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8715DC is #78EA23. Grayscale: #4D4D4D. Windows color (decimal): -7924260 or 14423431. OLE color: 14423431.
HSL color Cylindrical-coordinate representation of color #8715DC: hue angle of 274.37º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8715DC is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 21 | 220 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.14 |
| HSL | 274.37º | 0.83% | 0.47% | - |
| HSV(B) | 274.37º | 0.9% | 0.86% | - |
| XYZ | 23.18 | 10.85 | 68.58 | - |
| YUV | 77.77 | 208.27 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 21 | 220 | 0.39 | 0.90 | 0 | 0.14 | 274.37 | 0.83 | 0.47 |
| Hex | 87 | 15 | DC | 27 | 5A | 0 | E | 112 | 53 | 2F |
| Octal | 207 | 25 | 334 | 47 | 132 | 0 | 16 | 422 | 123 | 57 |
| Binary | 10000111 | 10101 | 11011100 | 100111 | 1011010 | 0 | 1110 | 100010010 | 1010011 | 101111 |
Color Harmonies of #8715DC
Complementary color
Monochromatic Colors of #8715DC
Black with #8715DC
Text Example
Text Example
White with #8715DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8715DC; }
p { color: rgb(135,21,220); }
H1.HeaderClassName
{
color: #8715DC;
}
.AnyTagClassName
{
color: #8715DC;
}
</style>
background-color css
<style>
a { background-color: #8715DC; }
a { background-color: rgb(135,21,220); }
div.DivClassName
{
background-color: #8715DC;
}
.BgClassName
{
background-color: #8715DC;
}
</style>
border-color css
<style>
span { border-color: #8715DC; }
span { border-color: rgb(135,21,220); }
td.TdClassName
{
border-color: #8715DC;
}
.TagClassName
{
border-color: #8715DC;
}
</style>