Shades of Blue Violet #8121CE
Tints of Blue Violet #8121CE
RGB
CMYK
RGB Variations
Color information
#8121CE (or 0x8121CE) is known color: Blue Violet. HEX triplet: 81, 21 and CE. RGB value is (129,33,206). Sum of RGB (Red+Green+Blue) = 129+33+206=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #8121CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8121CE is #7EDE31. Grayscale: #505050. Windows color (decimal): -8314418 or 13508993. OLE color: 13508993.
HSL color Cylindrical-coordinate representation of color #8121CE: hue angle of 273.29º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8121CE is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 33 | 206 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.19 |
| HSL | 273.29º | 0.72% | 0.47% | - |
| HSV(B) | 273.29º | 0.84% | 0.81% | - |
| XYZ | 20.74 | 10.21 | 59.27 | - |
| YUV | 81.43 | 198.3 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 206 | 0.37 | 0.84 | 0 | 0.19 | 273.29 | 0.72 | 0.47 |
| Hex | 81 | 21 | CE | 25 | 54 | 0 | 13 | 111 | 48 | 2F |
| Octal | 201 | 41 | 316 | 45 | 124 | 0 | 23 | 421 | 110 | 57 |
| Binary | 10000001 | 100001 | 11001110 | 100101 | 1010100 | 0 | 10011 | 100010001 | 1001000 | 101111 |
Color Harmonies of #8121CE
Complementary color
Monochromatic Colors of #8121CE
Black with #8121CE
Text Example
Text Example
White with #8121CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8121CE; }
p { color: rgb(129,33,206); }
H1.HeaderClassName
{
color: #8121CE;
}
.AnyTagClassName
{
color: #8121CE;
}
</style>
background-color css
<style>
a { background-color: #8121CE; }
a { background-color: rgb(129,33,206); }
div.DivClassName
{
background-color: #8121CE;
}
.BgClassName
{
background-color: #8121CE;
}
</style>
border-color css
<style>
span { border-color: #8121CE; }
span { border-color: rgb(129,33,206); }
td.TdClassName
{
border-color: #8121CE;
}
.TagClassName
{
border-color: #8121CE;
}
</style>