Shades of Blue Violet #8142FF
Tints of Blue Violet #8142FF
RGB
CMYK
RGB Variations
Color information
#8142FF (or 0x8142FF) is known color: Blue Violet. HEX triplet: 81, 42 and FF. RGB value is (129,66,255). Sum of RGB (Red+Green+Blue) = 129+66+255=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #8142FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8142FF is #7EBD00. Grayscale: #696969. Windows color (decimal): -8305921 or 16728705. OLE color: 16728705.
HSL color Cylindrical-coordinate representation of color #8142FF: hue angle of 260º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8142FF is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 66 | 255 | - |
| CMYK | 0.49 | 0.74 | 0 | 0 |
| HSL | 260º | 1% | 0.63% | - |
| HSV(B) | 260º | 0.74% | 1% | - |
| XYZ | 29.05 | 15.78 | 96.12 | - |
| YUV | 106.38 | 211.87 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 66 | 255 | 0.49 | 0.74 | 0 | 0 | 260 | 1 | 0.63 |
| Hex | 81 | 42 | FF | 31 | 4A | 0 | 0 | 104 | 64 | 3F |
| Octal | 201 | 102 | 377 | 61 | 112 | 0 | 0 | 404 | 144 | 77 |
| Binary | 10000001 | 1000010 | 11111111 | 110001 | 1001010 | 0 | 0 | 100000100 | 1100100 | 111111 |
Color Harmonies of #8142FF
Complementary color
Monochromatic Colors of #8142FF
Black with #8142FF
Text Example
Text Example
White with #8142FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8142FF; }
p { color: rgb(129,66,255); }
H1.HeaderClassName
{
color: #8142FF;
}
.AnyTagClassName
{
color: #8142FF;
}
</style>
background-color css
<style>
a { background-color: #8142FF; }
a { background-color: rgb(129,66,255); }
div.DivClassName
{
background-color: #8142FF;
}
.BgClassName
{
background-color: #8142FF;
}
</style>
border-color css
<style>
span { border-color: #8142FF; }
span { border-color: rgb(129,66,255); }
td.TdClassName
{
border-color: #8142FF;
}
.TagClassName
{
border-color: #8142FF;
}
</style>