Shades of Blue Violet #8115FB
Tints of Blue Violet #8115FB
RGB
CMYK
RGB Variations
Color information
#8115FB (or 0x8115FB) is known color: Blue Violet. HEX triplet: 81, 15 and FB. RGB value is (129,21,251). Sum of RGB (Red+Green+Blue) = 129+21+251=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #8115FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8115FB is #7EEA04. Grayscale: #4E4E4E. Windows color (decimal): -8317445 or 16455041. OLE color: 16455041.
HSL color Cylindrical-coordinate representation of color #8115FB: hue angle of 268.17º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8115FB is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 21 | 251 | - |
| CMYK | 0.49 | 0.92 | 0 | 0.02 |
| HSL | 268.17º | 0.97% | 0.53% | - |
| HSV(B) | 268.17º | 0.92% | 0.98% | - |
| XYZ | 26.73 | 12.17 | 92.21 | - |
| YUV | 79.51 | 224.78 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 251 | 0.49 | 0.92 | 0 | 0.02 | 268.17 | 0.97 | 0.53 |
| Hex | 81 | 15 | FB | 31 | 5C | 0 | 2 | 10C | 61 | 35 |
| Octal | 201 | 25 | 373 | 61 | 134 | 0 | 2 | 414 | 141 | 65 |
| Binary | 10000001 | 10101 | 11111011 | 110001 | 1011100 | 0 | 10 | 100001100 | 1100001 | 110101 |
Color Harmonies of #8115FB
Complementary color
Monochromatic Colors of #8115FB
Black with #8115FB
Text Example
Text Example
White with #8115FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8115FB; }
p { color: rgb(129,21,251); }
H1.HeaderClassName
{
color: #8115FB;
}
.AnyTagClassName
{
color: #8115FB;
}
</style>
background-color css
<style>
a { background-color: #8115FB; }
a { background-color: rgb(129,21,251); }
div.DivClassName
{
background-color: #8115FB;
}
.BgClassName
{
background-color: #8115FB;
}
</style>
border-color css
<style>
span { border-color: #8115FB; }
span { border-color: rgb(129,21,251); }
td.TdClassName
{
border-color: #8115FB;
}
.TagClassName
{
border-color: #8115FB;
}
</style>