Shades of Blue Violet #8147DF
Tints of Blue Violet #8147DF
RGB
CMYK
RGB Variations
Color information
#8147DF (or 0x8147DF) is known color: Blue Violet. HEX triplet: 81, 47 and DF. RGB value is (129,71,223). Sum of RGB (Red+Green+Blue) = 129+71+223=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #8147DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8147DF is #7EB820. Grayscale: #696969. Windows color (decimal): -8304673 or 14632833. OLE color: 14632833.
HSL color Cylindrical-coordinate representation of color #8147DF: hue angle of 262.89º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8147DF is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 71 | 223 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.13 |
| HSL | 262.89º | 0.7% | 0.58% | - |
| HSV(B) | 262.89º | 0.68% | 0.87% | - |
| XYZ | 24.63 | 14.5 | 71.31 | - |
| YUV | 105.67 | 194.22 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 223 | 0.42 | 0.68 | 0 | 0.13 | 262.89 | 0.7 | 0.58 |
| Hex | 81 | 47 | DF | 2A | 44 | 0 | D | 107 | 46 | 3A |
| Octal | 201 | 107 | 337 | 52 | 104 | 0 | 15 | 407 | 106 | 72 |
| Binary | 10000001 | 1000111 | 11011111 | 101010 | 1000100 | 0 | 1101 | 100000111 | 1000110 | 111010 |
Color Harmonies of #8147DF
Complementary color
Monochromatic Colors of #8147DF
Black with #8147DF
Text Example
Text Example
White with #8147DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8147DF; }
p { color: rgb(129,71,223); }
H1.HeaderClassName
{
color: #8147DF;
}
.AnyTagClassName
{
color: #8147DF;
}
</style>
background-color css
<style>
a { background-color: #8147DF; }
a { background-color: rgb(129,71,223); }
div.DivClassName
{
background-color: #8147DF;
}
.BgClassName
{
background-color: #8147DF;
}
</style>
border-color css
<style>
span { border-color: #8147DF; }
span { border-color: rgb(129,71,223); }
td.TdClassName
{
border-color: #8147DF;
}
.TagClassName
{
border-color: #8147DF;
}
</style>