Shades of Blue Violet #8612DF
Tints of Blue Violet #8612DF
RGB
CMYK
RGB Variations
Color information
#8612DF (or 0x8612DF) is known color: Blue Violet. HEX triplet: 86, 12 and DF. RGB value is (134,18,223). Sum of RGB (Red+Green+Blue) = 134+18+223=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #8612DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8612DF is #79ED20. Grayscale: #4B4B4B. Windows color (decimal): -7990561 or 14619270. OLE color: 14619270.
HSL color Cylindrical-coordinate representation of color #8612DF: hue angle of 273.95º 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 #8612DF is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 18 | 223 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.13 |
| HSL | 273.95º | 0.85% | 0.47% | - |
| HSV(B) | 273.95º | 0.92% | 0.87% | - |
| XYZ | 23.37 | 10.83 | 70.67 | - |
| YUV | 76.05 | 210.93 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 18 | 223 | 0.40 | 0.92 | 0 | 0.13 | 273.95 | 0.85 | 0.47 |
| Hex | 86 | 12 | DF | 28 | 5C | 0 | D | 112 | 55 | 2F |
| Octal | 206 | 22 | 337 | 50 | 134 | 0 | 15 | 422 | 125 | 57 |
| Binary | 10000110 | 10010 | 11011111 | 101000 | 1011100 | 0 | 1101 | 100010010 | 1010101 | 101111 |
Color Harmonies of #8612DF
Complementary color
Monochromatic Colors of #8612DF
Black with #8612DF
Text Example
Text Example
White with #8612DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8612DF; }
p { color: rgb(134,18,223); }
H1.HeaderClassName
{
color: #8612DF;
}
.AnyTagClassName
{
color: #8612DF;
}
</style>
background-color css
<style>
a { background-color: #8612DF; }
a { background-color: rgb(134,18,223); }
div.DivClassName
{
background-color: #8612DF;
}
.BgClassName
{
background-color: #8612DF;
}
</style>
border-color css
<style>
span { border-color: #8612DF; }
span { border-color: rgb(134,18,223); }
td.TdClassName
{
border-color: #8612DF;
}
.TagClassName
{
border-color: #8612DF;
}
</style>