Shades of Blue Violet #8121C9
Tints of Blue Violet #8121C9
RGB
CMYK
RGB Variations
Color information
#8121C9 (or 0x8121C9) is known color: Blue Violet. HEX triplet: 81, 21 and C9. RGB value is (129,33,201). Sum of RGB (Red+Green+Blue) = 129+33+201=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #8121C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8121C9 is #7EDE36. Grayscale: #505050. Windows color (decimal): -8314423 or 13181313. OLE color: 13181313.
HSL color Cylindrical-coordinate representation of color #8121C9: hue angle of 274.29º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8121C9 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 33 | 201 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.21 |
| HSL | 274.29º | 0.72% | 0.46% | - |
| HSV(B) | 274.29º | 0.84% | 0.79% | - |
| XYZ | 20.14 | 9.97 | 56.12 | - |
| YUV | 80.86 | 195.8 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 201 | 0.36 | 0.84 | 0 | 0.21 | 274.29 | 0.72 | 0.46 |
| Hex | 81 | 21 | C9 | 24 | 54 | 0 | 15 | 112 | 48 | 2E |
| Octal | 201 | 41 | 311 | 44 | 124 | 0 | 25 | 422 | 110 | 56 |
| Binary | 10000001 | 100001 | 11001001 | 100100 | 1010100 | 0 | 10101 | 100010010 | 1001000 | 101110 |
Color Harmonies of #8121C9
Complementary color
Monochromatic Colors of #8121C9
Black with #8121C9
Text Example
Text Example
White with #8121C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8121C9; }
p { color: rgb(129,33,201); }
H1.HeaderClassName
{
color: #8121C9;
}
.AnyTagClassName
{
color: #8121C9;
}
</style>
background-color css
<style>
a { background-color: #8121C9; }
a { background-color: rgb(129,33,201); }
div.DivClassName
{
background-color: #8121C9;
}
.BgClassName
{
background-color: #8121C9;
}
</style>
border-color css
<style>
span { border-color: #8121C9; }
span { border-color: rgb(129,33,201); }
td.TdClassName
{
border-color: #8121C9;
}
.TagClassName
{
border-color: #8121C9;
}
</style>