Shades of Blue Violet #8145FC
Tints of Blue Violet #8145FC
RGB
CMYK
RGB Variations
Color information
#8145FC (or 0x8145FC) is known color: Blue Violet. HEX triplet: 81, 45 and FC. RGB value is (129,69,252). Sum of RGB (Red+Green+Blue) = 129+69+252=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #8145FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8145FC is #7EBA03. Grayscale: #6B6B6B. Windows color (decimal): -8305156 or 16532865. OLE color: 16532865.
HSL color Cylindrical-coordinate representation of color #8145FC: hue angle of 259.67º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8145FC is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 69 | 252 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.01 |
| HSL | 259.67º | 0.97% | 0.63% | - |
| HSV(B) | 259.67º | 0.73% | 0.99% | - |
| XYZ | 28.75 | 15.95 | 93.66 | - |
| YUV | 107.8 | 209.38 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 69 | 252 | 0.49 | 0.73 | 0 | 0.01 | 259.67 | 0.97 | 0.63 |
| Hex | 81 | 45 | FC | 31 | 49 | 0 | 1 | 104 | 61 | 3F |
| Octal | 201 | 105 | 374 | 61 | 111 | 0 | 1 | 404 | 141 | 77 |
| Binary | 10000001 | 1000101 | 11111100 | 110001 | 1001001 | 0 | 1 | 100000100 | 1100001 | 111111 |
Color Harmonies of #8145FC
Complementary color
Monochromatic Colors of #8145FC
Black with #8145FC
Text Example
Text Example
White with #8145FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8145FC; }
p { color: rgb(129,69,252); }
H1.HeaderClassName
{
color: #8145FC;
}
.AnyTagClassName
{
color: #8145FC;
}
</style>
background-color css
<style>
a { background-color: #8145FC; }
a { background-color: rgb(129,69,252); }
div.DivClassName
{
background-color: #8145FC;
}
.BgClassName
{
background-color: #8145FC;
}
</style>
border-color css
<style>
span { border-color: #8145FC; }
span { border-color: rgb(129,69,252); }
td.TdClassName
{
border-color: #8145FC;
}
.TagClassName
{
border-color: #8145FC;
}
</style>