Shades of Blue Violet #8143FA
Tints of Blue Violet #8143FA
RGB
CMYK
RGB Variations
Color information
#8143FA (or 0x8143FA) is known color: Blue Violet. HEX triplet: 81, 43 and FA. RGB value is (129,67,250). Sum of RGB (Red+Green+Blue) = 129+67+250=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #8143FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8143FA is #7EBC05. Grayscale: #696969. Windows color (decimal): -8305670 or 16401281. OLE color: 16401281.
HSL color Cylindrical-coordinate representation of color #8143FA: hue angle of 260.33º degrees, saturation: 0.95, 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 #8143FA is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 67 | 250 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.02 |
| HSL | 260.33º | 0.95% | 0.62% | - |
| HSV(B) | 260.33º | 0.73% | 0.98% | - |
| XYZ | 28.32 | 15.58 | 91.96 | - |
| YUV | 106.4 | 209.04 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 67 | 250 | 0.48 | 0.73 | 0 | 0.02 | 260.33 | 0.95 | 0.62 |
| Hex | 81 | 43 | FA | 30 | 49 | 0 | 2 | 104 | 5F | 3E |
| Octal | 201 | 103 | 372 | 60 | 111 | 0 | 2 | 404 | 137 | 76 |
| Binary | 10000001 | 1000011 | 11111010 | 110000 | 1001001 | 0 | 10 | 100000100 | 1011111 | 111110 |
Color Harmonies of #8143FA
Complementary color
Monochromatic Colors of #8143FA
Black with #8143FA
Text Example
Text Example
White with #8143FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8143FA; }
p { color: rgb(129,67,250); }
H1.HeaderClassName
{
color: #8143FA;
}
.AnyTagClassName
{
color: #8143FA;
}
</style>
background-color css
<style>
a { background-color: #8143FA; }
a { background-color: rgb(129,67,250); }
div.DivClassName
{
background-color: #8143FA;
}
.BgClassName
{
background-color: #8143FA;
}
</style>
border-color css
<style>
span { border-color: #8143FA; }
span { border-color: rgb(129,67,250); }
td.TdClassName
{
border-color: #8143FA;
}
.TagClassName
{
border-color: #8143FA;
}
</style>