Shades of Blue Violet #8127F1
Tints of Blue Violet #8127F1
RGB
CMYK
RGB Variations
Color information
#8127F1 (or 0x8127F1) is known color: Blue Violet. HEX triplet: 81, 27 and F1. RGB value is (129,39,241). Sum of RGB (Red+Green+Blue) = 129+39+241=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #8127F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8127F1 is #7ED80E. Grayscale: #585858. Windows color (decimal): -8312847 or 15804289. OLE color: 15804289.
HSL color Cylindrical-coordinate representation of color #8127F1: hue angle of 266.73º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8127F1 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 39 | 241 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.05 |
| HSL | 266.73º | 0.88% | 0.55% | - |
| HSV(B) | 266.73º | 0.84% | 0.95% | - |
| XYZ | 25.66 | 12.47 | 84.27 | - |
| YUV | 88.94 | 213.82 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 39 | 241 | 0.46 | 0.84 | 0 | 0.05 | 266.73 | 0.88 | 0.55 |
| Hex | 81 | 27 | F1 | 2E | 54 | 0 | 5 | 10B | 58 | 37 |
| Octal | 201 | 47 | 361 | 56 | 124 | 0 | 5 | 413 | 130 | 67 |
| Binary | 10000001 | 100111 | 11110001 | 101110 | 1010100 | 0 | 101 | 100001011 | 1011000 | 110111 |
Color Harmonies of #8127F1
Complementary color
Monochromatic Colors of #8127F1
Black with #8127F1
Text Example
Text Example
White with #8127F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8127F1; }
p { color: rgb(129,39,241); }
H1.HeaderClassName
{
color: #8127F1;
}
.AnyTagClassName
{
color: #8127F1;
}
</style>
background-color css
<style>
a { background-color: #8127F1; }
a { background-color: rgb(129,39,241); }
div.DivClassName
{
background-color: #8127F1;
}
.BgClassName
{
background-color: #8127F1;
}
</style>
border-color css
<style>
span { border-color: #8127F1; }
span { border-color: rgb(129,39,241); }
td.TdClassName
{
border-color: #8127F1;
}
.TagClassName
{
border-color: #8127F1;
}
</style>