Shades of Blue Violet #8712DF
Tints of Blue Violet #8712DF
RGB
CMYK
RGB Variations
Color information
#8712DF (or 0x8712DF) is known color: Blue Violet. HEX triplet: 87, 12 and DF. RGB value is (135,18,223). Sum of RGB (Red+Green+Blue) = 135+18+223=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #8712DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8712DF is #78ED20. Grayscale: #4B4B4B. Windows color (decimal): -7925025 or 14619271. OLE color: 14619271.
HSL color Cylindrical-coordinate representation of color #8712DF: hue angle of 274.24º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8712DF is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 18 | 223 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.13 |
| HSL | 274.24º | 0.85% | 0.47% | - |
| HSV(B) | 274.24º | 0.92% | 0.87% | - |
| XYZ | 23.53 | 10.91 | 70.68 | - |
| YUV | 76.35 | 210.76 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 223 | 0.39 | 0.92 | 0 | 0.13 | 274.24 | 0.85 | 0.47 |
| Hex | 87 | 12 | DF | 27 | 5C | 0 | D | 112 | 55 | 2F |
| Octal | 207 | 22 | 337 | 47 | 134 | 0 | 15 | 422 | 125 | 57 |
| Binary | 10000111 | 10010 | 11011111 | 100111 | 1011100 | 0 | 1101 | 100010010 | 1010101 | 101111 |
Color Harmonies of #8712DF
Complementary color
Monochromatic Colors of #8712DF
Black with #8712DF
Text Example
Text Example
White with #8712DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8712DF; }
p { color: rgb(135,18,223); }
H1.HeaderClassName
{
color: #8712DF;
}
.AnyTagClassName
{
color: #8712DF;
}
</style>
background-color css
<style>
a { background-color: #8712DF; }
a { background-color: rgb(135,18,223); }
div.DivClassName
{
background-color: #8712DF;
}
.BgClassName
{
background-color: #8712DF;
}
</style>
border-color css
<style>
span { border-color: #8712DF; }
span { border-color: rgb(135,18,223); }
td.TdClassName
{
border-color: #8712DF;
}
.TagClassName
{
border-color: #8712DF;
}
</style>