Shades of Blue Violet #8121FB
Tints of Blue Violet #8121FB
RGB
CMYK
RGB Variations
Color information
#8121FB (or 0x8121FB) is known color: Blue Violet. HEX triplet: 81, 21 and FB. RGB value is (129,33,251). Sum of RGB (Red+Green+Blue) = 129+33+251=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #8121FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8121FB is #7EDE04. Grayscale: #555555. Windows color (decimal): -8314373 or 16458113. OLE color: 16458113.
HSL color Cylindrical-coordinate representation of color #8121FB: hue angle of 266.42º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8121FB is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 33 | 251 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.02 |
| HSL | 266.42º | 0.96% | 0.56% | - |
| HSV(B) | 266.42º | 0.87% | 0.98% | - |
| XYZ | 27.01 | 12.72 | 92.3 | - |
| YUV | 86.56 | 220.8 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 251 | 0.49 | 0.87 | 0 | 0.02 | 266.42 | 0.96 | 0.56 |
| Hex | 81 | 21 | FB | 31 | 57 | 0 | 2 | 10A | 60 | 38 |
| Octal | 201 | 41 | 373 | 61 | 127 | 0 | 2 | 412 | 140 | 70 |
| Binary | 10000001 | 100001 | 11111011 | 110001 | 1010111 | 0 | 10 | 100001010 | 1100000 | 111000 |
Color Harmonies of #8121FB
Complementary color
Monochromatic Colors of #8121FB
Black with #8121FB
Text Example
Text Example
White with #8121FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8121FB; }
p { color: rgb(129,33,251); }
H1.HeaderClassName
{
color: #8121FB;
}
.AnyTagClassName
{
color: #8121FB;
}
</style>
background-color css
<style>
a { background-color: #8121FB; }
a { background-color: rgb(129,33,251); }
div.DivClassName
{
background-color: #8121FB;
}
.BgClassName
{
background-color: #8121FB;
}
</style>
border-color css
<style>
span { border-color: #8121FB; }
span { border-color: rgb(129,33,251); }
td.TdClassName
{
border-color: #8121FB;
}
.TagClassName
{
border-color: #8121FB;
}
</style>