Shades of Blue Violet #8B19FF
Tints of Blue Violet #8B19FF
RGB
CMYK
RGB Variations
Color information
#8B19FF (or 0x8B19FF) is known color: Blue Violet. HEX triplet: 8B, 19 and FF. RGB value is (139,25,255). Sum of RGB (Red+Green+Blue) = 139+25+255=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B19FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B19FF is #74E600. Grayscale: #545454. Windows color (decimal): -7661057 or 16718219. OLE color: 16718219.
HSL color Cylindrical-coordinate representation of color #8B19FF: hue angle of 269.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B19FF is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 25 | 255 | - |
| CMYK | 0.45 | 0.90 | 0 | 0 |
| HSL | 269.74º | 1% | 0.55% | - |
| HSV(B) | 269.74º | 0.9% | 1% | - |
| XYZ | 29.05 | 13.4 | 95.66 | - |
| YUV | 85.31 | 223.77 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 25 | 255 | 0.45 | 0.90 | 0 | 0 | 269.74 | 1 | 0.55 |
| Hex | 8B | 19 | FF | 2D | 5A | 0 | 0 | 10E | 64 | 37 |
| Octal | 213 | 31 | 377 | 55 | 132 | 0 | 0 | 416 | 144 | 67 |
| Binary | 10001011 | 11001 | 11111111 | 101101 | 1011010 | 0 | 0 | 100001110 | 1100100 | 110111 |
Color Harmonies of #8B19FF
Complementary color
Monochromatic Colors of #8B19FF
Black with #8B19FF
Text Example
Text Example
White with #8B19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B19FF; }
p { color: rgb(139,25,255); }
H1.HeaderClassName
{
color: #8B19FF;
}
.AnyTagClassName
{
color: #8B19FF;
}
</style>
background-color css
<style>
a { background-color: #8B19FF; }
a { background-color: rgb(139,25,255); }
div.DivClassName
{
background-color: #8B19FF;
}
.BgClassName
{
background-color: #8B19FF;
}
</style>
border-color css
<style>
span { border-color: #8B19FF; }
span { border-color: rgb(139,25,255); }
td.TdClassName
{
border-color: #8B19FF;
}
.TagClassName
{
border-color: #8B19FF;
}
</style>