Shades of Studio #8151AC
Tints of Studio #8151AC
RGB
CMYK
RGB Variations
Color information
#8151AC (or 0x8151AC) is known color: Studio. HEX triplet: 81, 51 and AC. RGB value is (129,81,172). Sum of RGB (Red+Green+Blue) = 129+81+172=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #8151AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8151AC is #7EAE53. Grayscale: #696969. Windows color (decimal): -8302164 or 11293057. OLE color: 11293057.
HSL color Cylindrical-coordinate representation of color #8151AC: hue angle of 271.65º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8151AC is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 81 | 172 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.33 |
| HSL | 271.65º | 0.36% | 0.5% | - |
| HSV(B) | 271.65º | 0.53% | 0.67% | - |
| XYZ | 19.44 | 13.53 | 40.62 | - |
| YUV | 105.73 | 165.4 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 172 | 0.25 | 0.53 | 0 | 0.33 | 271.65 | 0.36 | 0.5 |
| Hex | 81 | 51 | AC | 19 | 35 | 0 | 21 | 110 | 24 | 32 |
| Octal | 201 | 121 | 254 | 31 | 65 | 0 | 41 | 420 | 44 | 62 |
| Binary | 10000001 | 1010001 | 10101100 | 11001 | 110101 | 0 | 100001 | 100010000 | 100100 | 110010 |
Color Harmonies of #8151AC
Complementary color
Monochromatic Colors of #8151AC
Black with #8151AC
Text Example
Text Example
White with #8151AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8151AC; }
p { color: rgb(129,81,172); }
H1.HeaderClassName
{
color: #8151AC;
}
.AnyTagClassName
{
color: #8151AC;
}
</style>
background-color css
<style>
a { background-color: #8151AC; }
a { background-color: rgb(129,81,172); }
div.DivClassName
{
background-color: #8151AC;
}
.BgClassName
{
background-color: #8151AC;
}
</style>
border-color css
<style>
span { border-color: #8151AC; }
span { border-color: rgb(129,81,172); }
td.TdClassName
{
border-color: #8151AC;
}
.TagClassName
{
border-color: #8151AC;
}
</style>