Shades of Blue Violet #8A15FB
Tints of Blue Violet #8A15FB
RGB
CMYK
RGB Variations
Color information
#8A15FB (or 0x8A15FB) is known color: Blue Violet. HEX triplet: 8A, 15 and FB. RGB value is (138,21,251). Sum of RGB (Red+Green+Blue) = 138+21+251=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #8A15FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A15FB is #75EA04. Grayscale: #515151. Windows color (decimal): -7727621 or 16455050. OLE color: 16455050.
HSL color Cylindrical-coordinate representation of color #8A15FB: hue angle of 270.52º 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 #8A15FB is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 21 | 251 | - |
| CMYK | 0.45 | 0.92 | 0 | 0.02 |
| HSL | 270.52º | 0.97% | 0.53% | - |
| HSV(B) | 270.52º | 0.92% | 0.98% | - |
| XYZ | 28.16 | 12.9 | 92.27 | - |
| YUV | 82.2 | 223.26 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 21 | 251 | 0.45 | 0.92 | 0 | 0.02 | 270.52 | 0.97 | 0.53 |
| Hex | 8A | 15 | FB | 2D | 5C | 0 | 2 | 10F | 61 | 35 |
| Octal | 212 | 25 | 373 | 55 | 134 | 0 | 2 | 417 | 141 | 65 |
| Binary | 10001010 | 10101 | 11111011 | 101101 | 1011100 | 0 | 10 | 100001111 | 1100001 | 110101 |
Color Harmonies of #8A15FB
Complementary color
Monochromatic Colors of #8A15FB
Black with #8A15FB
Text Example
Text Example
White with #8A15FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A15FB; }
p { color: rgb(138,21,251); }
H1.HeaderClassName
{
color: #8A15FB;
}
.AnyTagClassName
{
color: #8A15FB;
}
</style>
background-color css
<style>
a { background-color: #8A15FB; }
a { background-color: rgb(138,21,251); }
div.DivClassName
{
background-color: #8A15FB;
}
.BgClassName
{
background-color: #8A15FB;
}
</style>
border-color css
<style>
span { border-color: #8A15FB; }
span { border-color: rgb(138,21,251); }
td.TdClassName
{
border-color: #8A15FB;
}
.TagClassName
{
border-color: #8A15FB;
}
</style>