Shades of Studio #8147AB
Tints of Studio #8147AB
RGB
CMYK
RGB Variations
Color information
#8147AB (or 0x8147AB) is known color: Studio. HEX triplet: 81, 47 and AB. RGB value is (129,71,171). Sum of RGB (Red+Green+Blue) = 129+71+171=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #8147AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8147AB is #7EB854. Grayscale: #636363. Windows color (decimal): -8304725 or 11224961. OLE color: 11224961.
HSL color Cylindrical-coordinate representation of color #8147AB: hue angle of 274.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8147AB is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 71 | 171 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.33 |
| HSL | 274.8º | 0.41% | 0.47% | - |
| HSV(B) | 274.8º | 0.58% | 0.67% | - |
| XYZ | 18.66 | 12.11 | 39.88 | - |
| YUV | 99.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 171 | 0.25 | 0.58 | 0 | 0.33 | 274.8 | 0.41 | 0.47 |
| Hex | 81 | 47 | AB | 19 | 3A | 0 | 21 | 113 | 29 | 2F |
| Octal | 201 | 107 | 253 | 31 | 72 | 0 | 41 | 423 | 51 | 57 |
| Binary | 10000001 | 1000111 | 10101011 | 11001 | 111010 | 0 | 100001 | 100010011 | 101001 | 101111 |
Color Harmonies of #8147AB
Complementary color
Monochromatic Colors of #8147AB
Black with #8147AB
Text Example
Text Example
White with #8147AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8147AB; }
p { color: rgb(129,71,171); }
H1.HeaderClassName
{
color: #8147AB;
}
.AnyTagClassName
{
color: #8147AB;
}
</style>
background-color css
<style>
a { background-color: #8147AB; }
a { background-color: rgb(129,71,171); }
div.DivClassName
{
background-color: #8147AB;
}
.BgClassName
{
background-color: #8147AB;
}
</style>
border-color css
<style>
span { border-color: #8147AB; }
span { border-color: rgb(129,71,171); }
td.TdClassName
{
border-color: #8147AB;
}
.TagClassName
{
border-color: #8147AB;
}
</style>