Shades of Blue Violet #8147E3
Tints of Blue Violet #8147E3
RGB
CMYK
RGB Variations
Color information
#8147E3 (or 0x8147E3) is known color: Blue Violet. HEX triplet: 81, 47 and E3. RGB value is (129,71,227). Sum of RGB (Red+Green+Blue) = 129+71+227=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 227 (89.06% from 255 or 53.16% from 427); Max value from RGB is 227 - color contains mainly: blue. Hex color #8147E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8147E3 is #7EB81C. Grayscale: #696969. Windows color (decimal): -8304669 or 14894977. OLE color: 14894977.
HSL color Cylindrical-coordinate representation of color #8147E3: hue angle of 262.31º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8147E3 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 71 | 227 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.11 |
| HSL | 262.31º | 0.74% | 0.58% | - |
| HSV(B) | 262.31º | 0.69% | 0.89% | - |
| XYZ | 25.17 | 14.72 | 74.19 | - |
| YUV | 106.13 | 196.22 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 227 | 0.43 | 0.69 | 0 | 0.11 | 262.31 | 0.74 | 0.58 |
| Hex | 81 | 47 | E3 | 2B | 45 | 0 | B | 106 | 4A | 3A |
| Octal | 201 | 107 | 343 | 53 | 105 | 0 | 13 | 406 | 112 | 72 |
| Binary | 10000001 | 1000111 | 11100011 | 101011 | 1000101 | 0 | 1011 | 100000110 | 1001010 | 111010 |
Color Harmonies of #8147E3
Complementary color
Monochromatic Colors of #8147E3
Black with #8147E3
Text Example
Text Example
White with #8147E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8147E3; }
p { color: rgb(129,71,227); }
H1.HeaderClassName
{
color: #8147E3;
}
.AnyTagClassName
{
color: #8147E3;
}
</style>
background-color css
<style>
a { background-color: #8147E3; }
a { background-color: rgb(129,71,227); }
div.DivClassName
{
background-color: #8147E3;
}
.BgClassName
{
background-color: #8147E3;
}
</style>
border-color css
<style>
span { border-color: #8147E3; }
span { border-color: rgb(129,71,227); }
td.TdClassName
{
border-color: #8147E3;
}
.TagClassName
{
border-color: #8147E3;
}
</style>