Shades of Blue Violet #8134CF
Tints of Blue Violet #8134CF
RGB
CMYK
RGB Variations
Color information
#8134CF (or 0x8134CF) is known color: Blue Violet. HEX triplet: 81, 34 and CF. RGB value is (129,52,207). Sum of RGB (Red+Green+Blue) = 129+52+207=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #8134CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8134CF is #7ECB30. Grayscale: #5C5C5C. Windows color (decimal): -8309553 or 13579393. OLE color: 13579393.
HSL color Cylindrical-coordinate representation of color #8134CF: hue angle of 269.81º degrees, saturation: 0.62, 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 #8134CF is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 52 | 207 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.19 |
| HSL | 269.81º | 0.62% | 0.51% | - |
| HSV(B) | 269.81º | 0.75% | 0.81% | - |
| XYZ | 21.54 | 11.63 | 60.14 | - |
| YUV | 92.69 | 192.51 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 52 | 207 | 0.38 | 0.75 | 0 | 0.19 | 269.81 | 0.62 | 0.51 |
| Hex | 81 | 34 | CF | 26 | 4B | 0 | 13 | 10E | 3E | 33 |
| Octal | 201 | 64 | 317 | 46 | 113 | 0 | 23 | 416 | 76 | 63 |
| Binary | 10000001 | 110100 | 11001111 | 100110 | 1001011 | 0 | 10011 | 100001110 | 111110 | 110011 |
Color Harmonies of #8134CF
Complementary color
Monochromatic Colors of #8134CF
Black with #8134CF
Text Example
Text Example
White with #8134CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8134CF; }
p { color: rgb(129,52,207); }
H1.HeaderClassName
{
color: #8134CF;
}
.AnyTagClassName
{
color: #8134CF;
}
</style>
background-color css
<style>
a { background-color: #8134CF; }
a { background-color: rgb(129,52,207); }
div.DivClassName
{
background-color: #8134CF;
}
.BgClassName
{
background-color: #8134CF;
}
</style>
border-color css
<style>
span { border-color: #8134CF; }
span { border-color: rgb(129,52,207); }
td.TdClassName
{
border-color: #8134CF;
}
.TagClassName
{
border-color: #8134CF;
}
</style>