Shades of Blue Violet #8D1AFB
Tints of Blue Violet #8D1AFB
RGB
CMYK
RGB Variations
Color information
#8D1AFB (or 0x8D1AFB) is known color: Blue Violet. HEX triplet: 8D, 1A and FB. RGB value is (141,26,251). Sum of RGB (Red+Green+Blue) = 141+26+251=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D1AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1AFB is #72E504. Grayscale: #555555. Windows color (decimal): -7529733 or 16456333. OLE color: 16456333.
HSL color Cylindrical-coordinate representation of color #8D1AFB: hue angle of 270.67º 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 #8D1AFB is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 26 | 251 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.02 |
| HSL | 270.67º | 0.97% | 0.54% | - |
| HSV(B) | 270.67º | 0.9% | 0.98% | - |
| XYZ | 28.77 | 13.37 | 92.33 | - |
| YUV | 86.04 | 221.1 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 251 | 0.44 | 0.90 | 0 | 0.02 | 270.67 | 0.97 | 0.54 |
| Hex | 8D | 1A | FB | 2C | 5A | 0 | 2 | 10F | 61 | 36 |
| Octal | 215 | 32 | 373 | 54 | 132 | 0 | 2 | 417 | 141 | 66 |
| Binary | 10001101 | 11010 | 11111011 | 101100 | 1011010 | 0 | 10 | 100001111 | 1100001 | 110110 |
Color Harmonies of #8D1AFB
Complementary color
Monochromatic Colors of #8D1AFB
Black with #8D1AFB
Text Example
Text Example
White with #8D1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1AFB; }
p { color: rgb(141,26,251); }
H1.HeaderClassName
{
color: #8D1AFB;
}
.AnyTagClassName
{
color: #8D1AFB;
}
</style>
background-color css
<style>
a { background-color: #8D1AFB; }
a { background-color: rgb(141,26,251); }
div.DivClassName
{
background-color: #8D1AFB;
}
.BgClassName
{
background-color: #8D1AFB;
}
</style>
border-color css
<style>
span { border-color: #8D1AFB; }
span { border-color: rgb(141,26,251); }
td.TdClassName
{
border-color: #8D1AFB;
}
.TagClassName
{
border-color: #8D1AFB;
}
</style>