Shades of Blue Violet #8124F7
Tints of Blue Violet #8124F7
RGB
CMYK
RGB Variations
Color information
#8124F7 (or 0x8124F7) is known color: Blue Violet. HEX triplet: 81, 24 and F7. RGB value is (129,36,247). Sum of RGB (Red+Green+Blue) = 129+36+247=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 247 (96.88% from 255 or 59.95% from 412); Max value from RGB is 247 - color contains mainly: blue. Hex color #8124F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8124F7 is #7EDB08. Grayscale: #575757. Windows color (decimal): -8313609 or 16196737. OLE color: 16196737.
HSL color Cylindrical-coordinate representation of color #8124F7: hue angle of 266.45º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8124F7 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 36 | 247 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.03 |
| HSL | 266.45º | 0.93% | 0.55% | - |
| HSV(B) | 266.45º | 0.85% | 0.97% | - |
| XYZ | 26.47 | 12.64 | 89.04 | - |
| YUV | 87.86 | 217.81 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 247 | 0.48 | 0.85 | 0 | 0.03 | 266.45 | 0.93 | 0.55 |
| Hex | 81 | 24 | F7 | 30 | 55 | 0 | 3 | 10A | 5D | 37 |
| Octal | 201 | 44 | 367 | 60 | 125 | 0 | 3 | 412 | 135 | 67 |
| Binary | 10000001 | 100100 | 11110111 | 110000 | 1010101 | 0 | 11 | 100001010 | 1011101 | 110111 |
Color Harmonies of #8124F7
Complementary color
Monochromatic Colors of #8124F7
Black with #8124F7
Text Example
Text Example
White with #8124F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8124F7; }
p { color: rgb(129,36,247); }
H1.HeaderClassName
{
color: #8124F7;
}
.AnyTagClassName
{
color: #8124F7;
}
</style>
background-color css
<style>
a { background-color: #8124F7; }
a { background-color: rgb(129,36,247); }
div.DivClassName
{
background-color: #8124F7;
}
.BgClassName
{
background-color: #8124F7;
}
</style>
border-color css
<style>
span { border-color: #8124F7; }
span { border-color: rgb(129,36,247); }
td.TdClassName
{
border-color: #8124F7;
}
.TagClassName
{
border-color: #8124F7;
}
</style>