Shades of Studio #8147AC
Tints of Studio #8147AC
RGB
CMYK
RGB Variations
Color information
#8147AC (or 0x8147AC) is known color: Studio. HEX triplet: 81, 47 and AC. RGB value is (129,71,172). Sum of RGB (Red+Green+Blue) = 129+71+172=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #8147AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8147AC is #7EB853. Grayscale: #636363. Windows color (decimal): -8304724 or 11290497. OLE color: 11290497.
HSL color Cylindrical-coordinate representation of color #8147AC: hue angle of 274.46º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8147AC is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 71 | 172 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.33 |
| HSL | 274.46º | 0.42% | 0.48% | - |
| HSV(B) | 274.46º | 0.59% | 0.67% | - |
| XYZ | 18.75 | 12.15 | 40.39 | - |
| YUV | 99.86 | 168.72 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 172 | 0.25 | 0.59 | 0 | 0.33 | 274.46 | 0.42 | 0.48 |
| Hex | 81 | 47 | AC | 19 | 3B | 0 | 21 | 112 | 2A | 30 |
| Octal | 201 | 107 | 254 | 31 | 73 | 0 | 41 | 422 | 52 | 60 |
| Binary | 10000001 | 1000111 | 10101100 | 11001 | 111011 | 0 | 100001 | 100010010 | 101010 | 110000 |
Color Harmonies of #8147AC
Complementary color
Monochromatic Colors of #8147AC
Black with #8147AC
Text Example
Text Example
White with #8147AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8147AC; }
p { color: rgb(129,71,172); }
H1.HeaderClassName
{
color: #8147AC;
}
.AnyTagClassName
{
color: #8147AC;
}
</style>
background-color css
<style>
a { background-color: #8147AC; }
a { background-color: rgb(129,71,172); }
div.DivClassName
{
background-color: #8147AC;
}
.BgClassName
{
background-color: #8147AC;
}
</style>
border-color css
<style>
span { border-color: #8147AC; }
span { border-color: rgb(129,71,172); }
td.TdClassName
{
border-color: #8147AC;
}
.TagClassName
{
border-color: #8147AC;
}
</style>