Shades of Studio #8151A9
Tints of Studio #8151A9
RGB
CMYK
RGB Variations
Color information
#8151A9 (or 0x8151A9) is known color: Studio. HEX triplet: 81, 51 and A9. RGB value is (129,81,169). Sum of RGB (Red+Green+Blue) = 129+81+169=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 169 - color contains mainly: blue. Hex color #8151A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8151A9 is #7EAE56. Grayscale: #696969. Windows color (decimal): -8302167 or 11096449. OLE color: 11096449.
HSL color Cylindrical-coordinate representation of color #8151A9: hue angle of 272.73º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8151A9 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 81 | 169 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.34 |
| HSL | 272.73º | 0.35% | 0.49% | - |
| HSV(B) | 272.73º | 0.52% | 0.66% | - |
| XYZ | 19.16 | 13.42 | 39.12 | - |
| YUV | 105.38 | 163.9 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 169 | 0.24 | 0.52 | 0 | 0.34 | 272.73 | 0.35 | 0.49 |
| Hex | 81 | 51 | A9 | 18 | 34 | 0 | 22 | 111 | 23 | 31 |
| Octal | 201 | 121 | 251 | 30 | 64 | 0 | 42 | 421 | 43 | 61 |
| Binary | 10000001 | 1010001 | 10101001 | 11000 | 110100 | 0 | 100010 | 100010001 | 100011 | 110001 |
Color Harmonies of #8151A9
Complementary color
Monochromatic Colors of #8151A9
Black with #8151A9
Text Example
Text Example
White with #8151A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8151A9; }
p { color: rgb(129,81,169); }
H1.HeaderClassName
{
color: #8151A9;
}
.AnyTagClassName
{
color: #8151A9;
}
</style>
background-color css
<style>
a { background-color: #8151A9; }
a { background-color: rgb(129,81,169); }
div.DivClassName
{
background-color: #8151A9;
}
.BgClassName
{
background-color: #8151A9;
}
</style>
border-color css
<style>
span { border-color: #8151A9; }
span { border-color: rgb(129,81,169); }
td.TdClassName
{
border-color: #8151A9;
}
.TagClassName
{
border-color: #8151A9;
}
</style>