Shades of Studio #8159A5
Tints of Studio #8159A5
RGB
CMYK
RGB Variations
Color information
#8159A5 (or 0x8159A5) is known color: Studio. HEX triplet: 81, 59 and A5. RGB value is (129,89,165). Sum of RGB (Red+Green+Blue) = 129+89+165=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 165 - color contains mainly: blue. Hex color #8159A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8159A5 is #7EA65A. Grayscale: #6D6D6D. Windows color (decimal): -8300123 or 10836353. OLE color: 10836353.
HSL color Cylindrical-coordinate representation of color #8159A5: hue angle of 271.58º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8159A5 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 89 | 165 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.35 |
| HSL | 271.58º | 0.3% | 0.5% | - |
| HSV(B) | 271.58º | 0.46% | 0.65% | - |
| XYZ | 19.42 | 14.53 | 37.38 | - |
| YUV | 109.62 | 159.25 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 89 | 165 | 0.22 | 0.46 | 0 | 0.35 | 271.58 | 0.3 | 0.5 |
| Hex | 81 | 59 | A5 | 16 | 2E | 0 | 23 | 110 | 1E | 32 |
| Octal | 201 | 131 | 245 | 26 | 56 | 0 | 43 | 420 | 36 | 62 |
| Binary | 10000001 | 1011001 | 10100101 | 10110 | 101110 | 0 | 100011 | 100010000 | 11110 | 110010 |
Color Harmonies of #8159A5
Complementary color
Monochromatic Colors of #8159A5
Black with #8159A5
Text Example
Text Example
White with #8159A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8159A5; }
p { color: rgb(129,89,165); }
H1.HeaderClassName
{
color: #8159A5;
}
.AnyTagClassName
{
color: #8159A5;
}
</style>
background-color css
<style>
a { background-color: #8159A5; }
a { background-color: rgb(129,89,165); }
div.DivClassName
{
background-color: #8159A5;
}
.BgClassName
{
background-color: #8159A5;
}
</style>
border-color css
<style>
span { border-color: #8159A5; }
span { border-color: rgb(129,89,165); }
td.TdClassName
{
border-color: #8159A5;
}
.TagClassName
{
border-color: #8159A5;
}
</style>