Shades of Blue Violet #8B19FB
Tints of Blue Violet #8B19FB
RGB
CMYK
RGB Variations
Color information
#8B19FB (or 0x8B19FB) is known color: Blue Violet. HEX triplet: 8B, 19 and FB. RGB value is (139,25,251). Sum of RGB (Red+Green+Blue) = 139+25+251=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B19FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B19FB is #74E604. Grayscale: #545454. Windows color (decimal): -7661061 or 16456075. OLE color: 16456075.
HSL color Cylindrical-coordinate representation of color #8B19FB: hue angle of 270.27º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B19FB is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 25 | 251 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.02 |
| HSL | 270.27º | 0.97% | 0.54% | - |
| HSV(B) | 270.27º | 0.9% | 0.98% | - |
| XYZ | 28.41 | 13.15 | 92.31 | - |
| YUV | 84.85 | 221.77 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 25 | 251 | 0.45 | 0.90 | 0 | 0.02 | 270.27 | 0.97 | 0.54 |
| Hex | 8B | 19 | FB | 2D | 5A | 0 | 2 | 10E | 61 | 36 |
| Octal | 213 | 31 | 373 | 55 | 132 | 0 | 2 | 416 | 141 | 66 |
| Binary | 10001011 | 11001 | 11111011 | 101101 | 1011010 | 0 | 10 | 100001110 | 1100001 | 110110 |
Color Harmonies of #8B19FB
Complementary color
Monochromatic Colors of #8B19FB
Black with #8B19FB
Text Example
Text Example
White with #8B19FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B19FB; }
p { color: rgb(139,25,251); }
H1.HeaderClassName
{
color: #8B19FB;
}
.AnyTagClassName
{
color: #8B19FB;
}
</style>
background-color css
<style>
a { background-color: #8B19FB; }
a { background-color: rgb(139,25,251); }
div.DivClassName
{
background-color: #8B19FB;
}
.BgClassName
{
background-color: #8B19FB;
}
</style>
border-color css
<style>
span { border-color: #8B19FB; }
span { border-color: rgb(139,25,251); }
td.TdClassName
{
border-color: #8B19FB;
}
.TagClassName
{
border-color: #8B19FB;
}
</style>