Shades of Blue Violet #8439FE
Tints of Blue Violet #8439FE
RGB
CMYK
RGB Variations
Color information
#8439FE (or 0x8439FE) is known color: Blue Violet. HEX triplet: 84, 39 and FE. RGB value is (132,57,254). Sum of RGB (Red+Green+Blue) = 132+57+254=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #8439FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8439FE is #7BC601. Grayscale: #656565. Windows color (decimal): -8111618 or 16660868. OLE color: 16660868.
HSL color Cylindrical-coordinate representation of color #8439FE: hue angle of 262.84º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8439FE is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 57 | 254 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.00 |
| HSL | 262.84º | 0.99% | 0.61% | - |
| HSV(B) | 262.84º | 0.78% | 1% | - |
| XYZ | 28.87 | 14.99 | 95.14 | - |
| YUV | 101.88 | 213.85 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 254 | 0.48 | 0.78 | 0 | 0.00 | 262.84 | 0.99 | 0.61 |
| Hex | 84 | 39 | FE | 30 | 4E | 0 | 0 | 107 | 63 | 3D |
| Octal | 204 | 71 | 376 | 60 | 116 | 0 | 0 | 407 | 143 | 75 |
| Binary | 10000100 | 111001 | 11111110 | 110000 | 1001110 | 0 | 0 | 100000111 | 1100011 | 111101 |
Color Harmonies of #8439FE
Complementary color
Monochromatic Colors of #8439FE
Black with #8439FE
Text Example
Text Example
White with #8439FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8439FE; }
p { color: rgb(132,57,254); }
H1.HeaderClassName
{
color: #8439FE;
}
.AnyTagClassName
{
color: #8439FE;
}
</style>
background-color css
<style>
a { background-color: #8439FE; }
a { background-color: rgb(132,57,254); }
div.DivClassName
{
background-color: #8439FE;
}
.BgClassName
{
background-color: #8439FE;
}
</style>
border-color css
<style>
span { border-color: #8439FE; }
span { border-color: rgb(132,57,254); }
td.TdClassName
{
border-color: #8439FE;
}
.TagClassName
{
border-color: #8439FE;
}
</style>