Shades of Blue Violet #8143FB
Tints of Blue Violet #8143FB
RGB
CMYK
RGB Variations
Color information
#8143FB (or 0x8143FB) is known color: Blue Violet. HEX triplet: 81, 43 and FB. RGB value is (129,67,251). Sum of RGB (Red+Green+Blue) = 129+67+251=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #8143FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8143FB is #7EBC04. Grayscale: #696969. Windows color (decimal): -8305669 or 16466817. OLE color: 16466817.
HSL color Cylindrical-coordinate representation of color #8143FB: hue angle of 260.22º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8143FB is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 67 | 251 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.02 |
| HSL | 260.22º | 0.96% | 0.62% | - |
| HSV(B) | 260.22º | 0.73% | 0.98% | - |
| XYZ | 28.47 | 15.65 | 92.79 | - |
| YUV | 106.51 | 209.54 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 67 | 251 | 0.49 | 0.73 | 0 | 0.02 | 260.22 | 0.96 | 0.62 |
| Hex | 81 | 43 | FB | 31 | 49 | 0 | 2 | 104 | 60 | 3E |
| Octal | 201 | 103 | 373 | 61 | 111 | 0 | 2 | 404 | 140 | 76 |
| Binary | 10000001 | 1000011 | 11111011 | 110001 | 1001001 | 0 | 10 | 100000100 | 1100000 | 111110 |
Color Harmonies of #8143FB
Complementary color
Monochromatic Colors of #8143FB
Black with #8143FB
Text Example
Text Example
White with #8143FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8143FB; }
p { color: rgb(129,67,251); }
H1.HeaderClassName
{
color: #8143FB;
}
.AnyTagClassName
{
color: #8143FB;
}
</style>
background-color css
<style>
a { background-color: #8143FB; }
a { background-color: rgb(129,67,251); }
div.DivClassName
{
background-color: #8143FB;
}
.BgClassName
{
background-color: #8143FB;
}
</style>
border-color css
<style>
span { border-color: #8143FB; }
span { border-color: rgb(129,67,251); }
td.TdClassName
{
border-color: #8143FB;
}
.TagClassName
{
border-color: #8143FB;
}
</style>