Shades of Blue Violet #8124FA
Tints of Blue Violet #8124FA
RGB
CMYK
RGB Variations
Color information
#8124FA (or 0x8124FA) is known color: Blue Violet. HEX triplet: 81, 24 and FA. RGB value is (129,36,250). Sum of RGB (Red+Green+Blue) = 129+36+250=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #8124FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8124FA is #7EDB05. Grayscale: #575757. Windows color (decimal): -8313606 or 16393345. OLE color: 16393345.
HSL color Cylindrical-coordinate representation of color #8124FA: hue angle of 266.07º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8124FA is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 36 | 250 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.02 |
| HSL | 266.07º | 0.96% | 0.56% | - |
| HSV(B) | 266.07º | 0.86% | 0.98% | - |
| XYZ | 26.94 | 12.83 | 91.5 | - |
| YUV | 88.2 | 219.31 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 250 | 0.48 | 0.86 | 0 | 0.02 | 266.07 | 0.96 | 0.56 |
| Hex | 81 | 24 | FA | 30 | 56 | 0 | 2 | 10A | 60 | 38 |
| Octal | 201 | 44 | 372 | 60 | 126 | 0 | 2 | 412 | 140 | 70 |
| Binary | 10000001 | 100100 | 11111010 | 110000 | 1010110 | 0 | 10 | 100001010 | 1100000 | 111000 |
Color Harmonies of #8124FA
Complementary color
Monochromatic Colors of #8124FA
Black with #8124FA
Text Example
Text Example
White with #8124FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8124FA; }
p { color: rgb(129,36,250); }
H1.HeaderClassName
{
color: #8124FA;
}
.AnyTagClassName
{
color: #8124FA;
}
</style>
background-color css
<style>
a { background-color: #8124FA; }
a { background-color: rgb(129,36,250); }
div.DivClassName
{
background-color: #8124FA;
}
.BgClassName
{
background-color: #8124FA;
}
</style>
border-color css
<style>
span { border-color: #8124FA; }
span { border-color: rgb(129,36,250); }
td.TdClassName
{
border-color: #8124FA;
}
.TagClassName
{
border-color: #8124FA;
}
</style>