Shades of Blue Violet #8149D5
Tints of Blue Violet #8149D5
RGB
CMYK
RGB Variations
Color information
#8149D5 (or 0x8149D5) is known color: Blue Violet. HEX triplet: 81, 49 and D5. RGB value is (129,73,213). Sum of RGB (Red+Green+Blue) = 129+73+213=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 213 (83.59% from 255 or 51.33% from 415); Max value from RGB is 213 - color contains mainly: blue. Hex color #8149D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8149D5 is #7EB62A. Grayscale: #696969. Windows color (decimal): -8304171 or 13977985. OLE color: 13977985.
HSL color Cylindrical-coordinate representation of color #8149D5: hue angle of 264º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8149D5 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 73 | 213 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.16 |
| HSL | 264º | 0.63% | 0.56% | - |
| HSV(B) | 264º | 0.66% | 0.84% | - |
| XYZ | 23.45 | 14.24 | 64.46 | - |
| YUV | 105.7 | 188.55 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 213 | 0.39 | 0.66 | 0 | 0.16 | 264 | 0.63 | 0.56 |
| Hex | 81 | 49 | D5 | 27 | 42 | 0 | 10 | 108 | 3E | 38 |
| Octal | 201 | 111 | 325 | 47 | 102 | 0 | 20 | 410 | 76 | 70 |
| Binary | 10000001 | 1001001 | 11010101 | 100111 | 1000010 | 0 | 10000 | 100001000 | 111110 | 111000 |
Color Harmonies of #8149D5
Complementary color
Monochromatic Colors of #8149D5
Black with #8149D5
Text Example
Text Example
White with #8149D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8149D5; }
p { color: rgb(129,73,213); }
H1.HeaderClassName
{
color: #8149D5;
}
.AnyTagClassName
{
color: #8149D5;
}
</style>
background-color css
<style>
a { background-color: #8149D5; }
a { background-color: rgb(129,73,213); }
div.DivClassName
{
background-color: #8149D5;
}
.BgClassName
{
background-color: #8149D5;
}
</style>
border-color css
<style>
span { border-color: #8149D5; }
span { border-color: rgb(129,73,213); }
td.TdClassName
{
border-color: #8149D5;
}
.TagClassName
{
border-color: #8149D5;
}
</style>