Shades of Studio #8149A1
Tints of Studio #8149A1
RGB
CMYK
RGB Variations
Color information
#8149A1 (or 0x8149A1) is known color: Studio. HEX triplet: 81, 49 and A1. RGB value is (129,73,161). Sum of RGB (Red+Green+Blue) = 129+73+161=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 161 - color contains mainly: blue. Hex color #8149A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8149A1 is #7EB65E. Grayscale: #636363. Windows color (decimal): -8304223 or 10570113. OLE color: 10570113.
HSL color Cylindrical-coordinate representation of color #8149A1: hue angle of 278.18º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8149A1 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 73 | 161 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.37 |
| HSL | 278.18º | 0.38% | 0.46% | - |
| HSV(B) | 278.18º | 0.55% | 0.63% | - |
| XYZ | 17.87 | 12.01 | 35.09 | - |
| YUV | 99.78 | 162.55 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 161 | 0.20 | 0.55 | 0 | 0.37 | 278.18 | 0.38 | 0.46 |
| Hex | 81 | 49 | A1 | 14 | 37 | 0 | 25 | 116 | 26 | 2E |
| Octal | 201 | 111 | 241 | 24 | 67 | 0 | 45 | 426 | 46 | 56 |
| Binary | 10000001 | 1001001 | 10100001 | 10100 | 110111 | 0 | 100101 | 100010110 | 100110 | 101110 |
Color Harmonies of #8149A1
Complementary color
Monochromatic Colors of #8149A1
Black with #8149A1
Text Example
Text Example
White with #8149A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8149A1; }
p { color: rgb(129,73,161); }
H1.HeaderClassName
{
color: #8149A1;
}
.AnyTagClassName
{
color: #8149A1;
}
</style>
background-color css
<style>
a { background-color: #8149A1; }
a { background-color: rgb(129,73,161); }
div.DivClassName
{
background-color: #8149A1;
}
.BgClassName
{
background-color: #8149A1;
}
</style>
border-color css
<style>
span { border-color: #8149A1; }
span { border-color: rgb(129,73,161); }
td.TdClassName
{
border-color: #8149A1;
}
.TagClassName
{
border-color: #8149A1;
}
</style>