Shades of Studio #8149BA
Tints of Studio #8149BA
RGB
CMYK
RGB Variations
Color information
#8149BA (or 0x8149BA) is known color: Studio. HEX triplet: 81, 49 and BA. RGB value is (129,73,186). Sum of RGB (Red+Green+Blue) = 129+73+186=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #8149BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8149BA is #7EB645. Grayscale: #666666. Windows color (decimal): -8304198 or 12208513. OLE color: 12208513.
HSL color Cylindrical-coordinate representation of color #8149BA: hue angle of 269.73º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8149BA is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 73 | 186 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.27 |
| HSL | 269.73º | 0.45% | 0.51% | - |
| HSV(B) | 269.73º | 0.61% | 0.73% | - |
| XYZ | 20.3 | 12.98 | 47.89 | - |
| YUV | 102.63 | 175.05 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 186 | 0.31 | 0.61 | 0 | 0.27 | 269.73 | 0.45 | 0.51 |
| Hex | 81 | 49 | BA | 1F | 3D | 0 | 1B | 10E | 2D | 33 |
| Octal | 201 | 111 | 272 | 37 | 75 | 0 | 33 | 416 | 55 | 63 |
| Binary | 10000001 | 1001001 | 10111010 | 11111 | 111101 | 0 | 11011 | 100001110 | 101101 | 110011 |
Color Harmonies of #8149BA
Complementary color
Monochromatic Colors of #8149BA
Black with #8149BA
Text Example
Text Example
White with #8149BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8149BA; }
p { color: rgb(129,73,186); }
H1.HeaderClassName
{
color: #8149BA;
}
.AnyTagClassName
{
color: #8149BA;
}
</style>
background-color css
<style>
a { background-color: #8149BA; }
a { background-color: rgb(129,73,186); }
div.DivClassName
{
background-color: #8149BA;
}
.BgClassName
{
background-color: #8149BA;
}
</style>
border-color css
<style>
span { border-color: #8149BA; }
span { border-color: rgb(129,73,186); }
td.TdClassName
{
border-color: #8149BA;
}
.TagClassName
{
border-color: #8149BA;
}
</style>