Shades of Blue Violet #8146CF
Tints of Blue Violet #8146CF
RGB
CMYK
RGB Variations
Color information
#8146CF (or 0x8146CF) is known color: Blue Violet. HEX triplet: 81, 46 and CF. RGB value is (129,70,207). Sum of RGB (Red+Green+Blue) = 129+70+207=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #8146CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8146CF is #7EB930. Grayscale: #666666. Windows color (decimal): -8304945 or 13584001. OLE color: 13584001.
HSL color Cylindrical-coordinate representation of color #8146CF: hue angle of 265.84º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8146CF is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 70 | 207 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.19 |
| HSL | 265.84º | 0.59% | 0.54% | - |
| HSV(B) | 265.84º | 0.66% | 0.81% | - |
| XYZ | 22.51 | 13.55 | 60.46 | - |
| YUV | 103.26 | 186.55 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 207 | 0.38 | 0.66 | 0 | 0.19 | 265.84 | 0.59 | 0.54 |
| Hex | 81 | 46 | CF | 26 | 42 | 0 | 13 | 10A | 3B | 36 |
| Octal | 201 | 106 | 317 | 46 | 102 | 0 | 23 | 412 | 73 | 66 |
| Binary | 10000001 | 1000110 | 11001111 | 100110 | 1000010 | 0 | 10011 | 100001010 | 111011 | 110110 |
Color Harmonies of #8146CF
Complementary color
Monochromatic Colors of #8146CF
Black with #8146CF
Text Example
Text Example
White with #8146CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8146CF; }
p { color: rgb(129,70,207); }
H1.HeaderClassName
{
color: #8146CF;
}
.AnyTagClassName
{
color: #8146CF;
}
</style>
background-color css
<style>
a { background-color: #8146CF; }
a { background-color: rgb(129,70,207); }
div.DivClassName
{
background-color: #8146CF;
}
.BgClassName
{
background-color: #8146CF;
}
</style>
border-color css
<style>
span { border-color: #8146CF; }
span { border-color: rgb(129,70,207); }
td.TdClassName
{
border-color: #8146CF;
}
.TagClassName
{
border-color: #8146CF;
}
</style>