Shades of Blue Violet #8124CF
Tints of Blue Violet #8124CF
RGB
CMYK
RGB Variations
Color information
#8124CF (or 0x8124CF) is known color: Blue Violet. HEX triplet: 81, 24 and CF. RGB value is (129,36,207). Sum of RGB (Red+Green+Blue) = 129+36+207=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #8124CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8124CF is #7EDB30. Grayscale: #525252. Windows color (decimal): -8313649 or 13575297. OLE color: 13575297.
HSL color Cylindrical-coordinate representation of color #8124CF: hue angle of 272.63º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8124CF is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 36 | 207 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.19 |
| HSL | 272.63º | 0.7% | 0.48% | - |
| HSV(B) | 272.63º | 0.83% | 0.81% | - |
| XYZ | 20.95 | 10.43 | 59.94 | - |
| YUV | 83.3 | 197.81 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 36 | 207 | 0.38 | 0.83 | 0 | 0.19 | 272.63 | 0.7 | 0.48 |
| Hex | 81 | 24 | CF | 26 | 53 | 0 | 13 | 111 | 46 | 30 |
| Octal | 201 | 44 | 317 | 46 | 123 | 0 | 23 | 421 | 106 | 60 |
| Binary | 10000001 | 100100 | 11001111 | 100110 | 1010011 | 0 | 10011 | 100010001 | 1000110 | 110000 |
Color Harmonies of #8124CF
Complementary color
Monochromatic Colors of #8124CF
Black with #8124CF
Text Example
Text Example
White with #8124CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8124CF; }
p { color: rgb(129,36,207); }
H1.HeaderClassName
{
color: #8124CF;
}
.AnyTagClassName
{
color: #8124CF;
}
</style>
background-color css
<style>
a { background-color: #8124CF; }
a { background-color: rgb(129,36,207); }
div.DivClassName
{
background-color: #8124CF;
}
.BgClassName
{
background-color: #8124CF;
}
</style>
border-color css
<style>
span { border-color: #8124CF; }
span { border-color: rgb(129,36,207); }
td.TdClassName
{
border-color: #8124CF;
}
.TagClassName
{
border-color: #8124CF;
}
</style>