Shades of Blue Violet #8134D3
Tints of Blue Violet #8134D3
RGB
CMYK
RGB Variations
Color information
#8134D3 (or 0x8134D3) is known color: Blue Violet. HEX triplet: 81, 34 and D3. RGB value is (129,52,211). Sum of RGB (Red+Green+Blue) = 129+52+211=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 211 (82.81% from 255 or 53.83% from 392); Max value from RGB is 211 - color contains mainly: blue. Hex color #8134D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8134D3 is #7ECB2C. Grayscale: #5C5C5C. Windows color (decimal): -8309549 or 13841537. OLE color: 13841537.
HSL color Cylindrical-coordinate representation of color #8134D3: hue angle of 269.06º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8134D3 is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 52 | 211 | - |
| CMYK | 0.39 | 0.75 | 0 | 0.17 |
| HSL | 269.06º | 0.64% | 0.52% | - |
| HSV(B) | 269.06º | 0.75% | 0.83% | - |
| XYZ | 22.04 | 11.83 | 62.75 | - |
| YUV | 93.15 | 194.51 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 52 | 211 | 0.39 | 0.75 | 0 | 0.17 | 269.06 | 0.64 | 0.52 |
| Hex | 81 | 34 | D3 | 27 | 4B | 0 | 11 | 10D | 40 | 34 |
| Octal | 201 | 64 | 323 | 47 | 113 | 0 | 21 | 415 | 100 | 64 |
| Binary | 10000001 | 110100 | 11010011 | 100111 | 1001011 | 0 | 10001 | 100001101 | 1000000 | 110100 |
Color Harmonies of #8134D3
Complementary color
Monochromatic Colors of #8134D3
Black with #8134D3
Text Example
Text Example
White with #8134D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8134D3; }
p { color: rgb(129,52,211); }
H1.HeaderClassName
{
color: #8134D3;
}
.AnyTagClassName
{
color: #8134D3;
}
</style>
background-color css
<style>
a { background-color: #8134D3; }
a { background-color: rgb(129,52,211); }
div.DivClassName
{
background-color: #8134D3;
}
.BgClassName
{
background-color: #8134D3;
}
</style>
border-color css
<style>
span { border-color: #8134D3; }
span { border-color: rgb(129,52,211); }
td.TdClassName
{
border-color: #8134D3;
}
.TagClassName
{
border-color: #8134D3;
}
</style>