Shades of Blue Violet #8133CE
Tints of Blue Violet #8133CE
RGB
CMYK
RGB Variations
Color information
#8133CE (or 0x8133CE) is known color: Blue Violet. HEX triplet: 81, 33 and CE. RGB value is (129,51,206). Sum of RGB (Red+Green+Blue) = 129+51+206=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #8133CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8133CE is #7ECC31. Grayscale: #5B5B5B. Windows color (decimal): -8309810 or 13513601. OLE color: 13513601.
HSL color Cylindrical-coordinate representation of color #8133CE: hue angle of 270.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8133CE is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 51 | 206 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.19 |
| HSL | 270.19º | 0.61% | 0.5% | - |
| HSV(B) | 270.19º | 0.75% | 0.81% | - |
| XYZ | 21.38 | 11.49 | 59.48 | - |
| YUV | 91.99 | 192.34 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 51 | 206 | 0.37 | 0.75 | 0 | 0.19 | 270.19 | 0.61 | 0.5 |
| Hex | 81 | 33 | CE | 25 | 4B | 0 | 13 | 10E | 3D | 32 |
| Octal | 201 | 63 | 316 | 45 | 113 | 0 | 23 | 416 | 75 | 62 |
| Binary | 10000001 | 110011 | 11001110 | 100101 | 1001011 | 0 | 10011 | 100001110 | 111101 | 110010 |
Color Harmonies of #8133CE
Complementary color
Monochromatic Colors of #8133CE
Black with #8133CE
Text Example
Text Example
White with #8133CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8133CE; }
p { color: rgb(129,51,206); }
H1.HeaderClassName
{
color: #8133CE;
}
.AnyTagClassName
{
color: #8133CE;
}
</style>
background-color css
<style>
a { background-color: #8133CE; }
a { background-color: rgb(129,51,206); }
div.DivClassName
{
background-color: #8133CE;
}
.BgClassName
{
background-color: #8133CE;
}
</style>
border-color css
<style>
span { border-color: #8133CE; }
span { border-color: rgb(129,51,206); }
td.TdClassName
{
border-color: #8133CE;
}
.TagClassName
{
border-color: #8133CE;
}
</style>