Shades of Blue Violet #8715DD
Tints of Blue Violet #8715DD
RGB
CMYK
RGB Variations
Color information
#8715DD (or 0x8715DD) is known color: Blue Violet. HEX triplet: 87, 15 and DD. RGB value is (135,21,221). Sum of RGB (Red+Green+Blue) = 135+21+221=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #8715DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8715DD is #78EA22. Grayscale: #4D4D4D. Windows color (decimal): -7924259 or 14488967. OLE color: 14488967.
HSL color Cylindrical-coordinate representation of color #8715DD: hue angle of 274.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8715DD is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 21 | 221 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.13 |
| HSL | 274.2º | 0.83% | 0.47% | - |
| HSV(B) | 274.2º | 0.9% | 0.87% | - |
| XYZ | 23.31 | 10.91 | 69.28 | - |
| YUV | 77.89 | 208.77 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 21 | 221 | 0.39 | 0.90 | 0 | 0.13 | 274.2 | 0.83 | 0.47 |
| Hex | 87 | 15 | DD | 27 | 5A | 0 | D | 112 | 53 | 2F |
| Octal | 207 | 25 | 335 | 47 | 132 | 0 | 15 | 422 | 123 | 57 |
| Binary | 10000111 | 10101 | 11011101 | 100111 | 1011010 | 0 | 1101 | 100010010 | 1010011 | 101111 |
Color Harmonies of #8715DD
Complementary color
Monochromatic Colors of #8715DD
Black with #8715DD
Text Example
Text Example
White with #8715DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8715DD; }
p { color: rgb(135,21,221); }
H1.HeaderClassName
{
color: #8715DD;
}
.AnyTagClassName
{
color: #8715DD;
}
</style>
background-color css
<style>
a { background-color: #8715DD; }
a { background-color: rgb(135,21,221); }
div.DivClassName
{
background-color: #8715DD;
}
.BgClassName
{
background-color: #8715DD;
}
</style>
border-color css
<style>
span { border-color: #8715DD; }
span { border-color: rgb(135,21,221); }
td.TdClassName
{
border-color: #8715DD;
}
.TagClassName
{
border-color: #8715DD;
}
</style>