Shades of Blue Violet #8134CE
Tints of Blue Violet #8134CE
RGB
CMYK
RGB Variations
Color information
#8134CE (or 0x8134CE) is known color: Blue Violet. HEX triplet: 81, 34 and CE. RGB value is (129,52,206). Sum of RGB (Red+Green+Blue) = 129+52+206=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #8134CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8134CE is #7ECB31. Grayscale: #5C5C5C. Windows color (decimal): -8309554 or 13513857. OLE color: 13513857.
HSL color Cylindrical-coordinate representation of color #8134CE: hue angle of 270º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8134CE is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 52 | 206 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.19 |
| HSL | 270º | 0.61% | 0.51% | - |
| HSV(B) | 270º | 0.75% | 0.81% | - |
| XYZ | 21.42 | 11.58 | 59.5 | - |
| YUV | 92.58 | 192.01 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 52 | 206 | 0.37 | 0.75 | 0 | 0.19 | 270 | 0.61 | 0.51 |
| Hex | 81 | 34 | CE | 25 | 4B | 0 | 13 | 10E | 3D | 33 |
| Octal | 201 | 64 | 316 | 45 | 113 | 0 | 23 | 416 | 75 | 63 |
| Binary | 10000001 | 110100 | 11001110 | 100101 | 1001011 | 0 | 10011 | 100001110 | 111101 | 110011 |
Color Harmonies of #8134CE
Complementary color
Monochromatic Colors of #8134CE
Black with #8134CE
Text Example
Text Example
White with #8134CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8134CE; }
p { color: rgb(129,52,206); }
H1.HeaderClassName
{
color: #8134CE;
}
.AnyTagClassName
{
color: #8134CE;
}
</style>
background-color css
<style>
a { background-color: #8134CE; }
a { background-color: rgb(129,52,206); }
div.DivClassName
{
background-color: #8134CE;
}
.BgClassName
{
background-color: #8134CE;
}
</style>
border-color css
<style>
span { border-color: #8134CE; }
span { border-color: rgb(129,52,206); }
td.TdClassName
{
border-color: #8134CE;
}
.TagClassName
{
border-color: #8134CE;
}
</style>