Shades of Blue Violet #8123D8
Tints of Blue Violet #8123D8
RGB
CMYK
RGB Variations
Color information
#8123D8 (or 0x8123D8) is known color: Blue Violet. HEX triplet: 81, 23 and D8. RGB value is (129,35,216). Sum of RGB (Red+Green+Blue) = 129+35+216=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 216 (84.77% from 255 or 56.84% from 380); Max value from RGB is 216 - color contains mainly: blue. Hex color #8123D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8123D8 is #7EDC27. Grayscale: #535353. Windows color (decimal): -8313896 or 14164865. OLE color: 14164865.
HSL color Cylindrical-coordinate representation of color #8123D8: hue angle of 271.16º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8123D8 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 35 | 216 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.15 |
| HSL | 271.16º | 0.72% | 0.49% | - |
| HSV(B) | 271.16º | 0.84% | 0.85% | - |
| XYZ | 22.05 | 10.83 | 65.89 | - |
| YUV | 83.74 | 202.64 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 35 | 216 | 0.40 | 0.84 | 0 | 0.15 | 271.16 | 0.72 | 0.49 |
| Hex | 81 | 23 | D8 | 28 | 54 | 0 | F | 10F | 48 | 31 |
| Octal | 201 | 43 | 330 | 50 | 124 | 0 | 17 | 417 | 110 | 61 |
| Binary | 10000001 | 100011 | 11011000 | 101000 | 1010100 | 0 | 1111 | 100001111 | 1001000 | 110001 |
Color Harmonies of #8123D8
Complementary color
Monochromatic Colors of #8123D8
Black with #8123D8
Text Example
Text Example
White with #8123D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8123D8; }
p { color: rgb(129,35,216); }
H1.HeaderClassName
{
color: #8123D8;
}
.AnyTagClassName
{
color: #8123D8;
}
</style>
background-color css
<style>
a { background-color: #8123D8; }
a { background-color: rgb(129,35,216); }
div.DivClassName
{
background-color: #8123D8;
}
.BgClassName
{
background-color: #8123D8;
}
</style>
border-color css
<style>
span { border-color: #8123D8; }
span { border-color: rgb(129,35,216); }
td.TdClassName
{
border-color: #8123D8;
}
.TagClassName
{
border-color: #8123D8;
}
</style>