Shades of Blue Violet #8631DF
Tints of Blue Violet #8631DF
RGB
CMYK
RGB Variations
Color information
#8631DF (or 0x8631DF) is known color: Blue Violet. HEX triplet: 86, 31 and DF. RGB value is (134,49,223). Sum of RGB (Red+Green+Blue) = 134+49+223=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #8631DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8631DF is #79CE20. Grayscale: #5D5D5D. Windows color (decimal): -7982625 or 14627206. OLE color: 14627206.
HSL color Cylindrical-coordinate representation of color #8631DF: hue angle of 269.31º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8631DF is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 49 | 223 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.13 |
| HSL | 269.31º | 0.73% | 0.53% | - |
| HSV(B) | 269.31º | 0.78% | 0.87% | - |
| XYZ | 24.25 | 12.59 | 70.96 | - |
| YUV | 94.25 | 200.66 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 223 | 0.40 | 0.78 | 0 | 0.13 | 269.31 | 0.73 | 0.53 |
| Hex | 86 | 31 | DF | 28 | 4E | 0 | D | 10D | 49 | 35 |
| Octal | 206 | 61 | 337 | 50 | 116 | 0 | 15 | 415 | 111 | 65 |
| Binary | 10000110 | 110001 | 11011111 | 101000 | 1001110 | 0 | 1101 | 100001101 | 1001001 | 110101 |
Color Harmonies of #8631DF
Complementary color
Monochromatic Colors of #8631DF
Black with #8631DF
Text Example
Text Example
White with #8631DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8631DF; }
p { color: rgb(134,49,223); }
H1.HeaderClassName
{
color: #8631DF;
}
.AnyTagClassName
{
color: #8631DF;
}
</style>
background-color css
<style>
a { background-color: #8631DF; }
a { background-color: rgb(134,49,223); }
div.DivClassName
{
background-color: #8631DF;
}
.BgClassName
{
background-color: #8631DF;
}
</style>
border-color css
<style>
span { border-color: #8631DF; }
span { border-color: rgb(134,49,223); }
td.TdClassName
{
border-color: #8631DF;
}
.TagClassName
{
border-color: #8631DF;
}
</style>