Shades of Blue Violet #8149DD
Tints of Blue Violet #8149DD
RGB
CMYK
RGB Variations
Color information
#8149DD (or 0x8149DD) is known color: Blue Violet. HEX triplet: 81, 49 and DD. RGB value is (129,73,221). Sum of RGB (Red+Green+Blue) = 129+73+221=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #8149DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8149DD is #7EB622. Grayscale: #6A6A6A. Windows color (decimal): -8304163 or 14502273. OLE color: 14502273.
HSL color Cylindrical-coordinate representation of color #8149DD: hue angle of 262.7º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8149DD is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 73 | 221 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.13 |
| HSL | 262.7º | 0.69% | 0.58% | - |
| HSV(B) | 262.7º | 0.67% | 0.87% | - |
| XYZ | 24.49 | 14.65 | 69.94 | - |
| YUV | 106.62 | 192.55 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 221 | 0.42 | 0.67 | 0 | 0.13 | 262.7 | 0.69 | 0.58 |
| Hex | 81 | 49 | DD | 2A | 43 | 0 | D | 107 | 45 | 3A |
| Octal | 201 | 111 | 335 | 52 | 103 | 0 | 15 | 407 | 105 | 72 |
| Binary | 10000001 | 1001001 | 11011101 | 101010 | 1000011 | 0 | 1101 | 100000111 | 1000101 | 111010 |
Color Harmonies of #8149DD
Complementary color
Monochromatic Colors of #8149DD
Black with #8149DD
Text Example
Text Example
White with #8149DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8149DD; }
p { color: rgb(129,73,221); }
H1.HeaderClassName
{
color: #8149DD;
}
.AnyTagClassName
{
color: #8149DD;
}
</style>
background-color css
<style>
a { background-color: #8149DD; }
a { background-color: rgb(129,73,221); }
div.DivClassName
{
background-color: #8149DD;
}
.BgClassName
{
background-color: #8149DD;
}
</style>
border-color css
<style>
span { border-color: #8149DD; }
span { border-color: rgb(129,73,221); }
td.TdClassName
{
border-color: #8149DD;
}
.TagClassName
{
border-color: #8149DD;
}
</style>