Shades of Studio #8147A1
Tints of Studio #8147A1
RGB
CMYK
RGB Variations
Color information
#8147A1 (or 0x8147A1) is known color: Studio. HEX triplet: 81, 47 and A1. RGB value is (129,71,161). Sum of RGB (Red+Green+Blue) = 129+71+161=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 161 - color contains mainly: blue. Hex color #8147A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8147A1 is #7EB85E. Grayscale: #626262. Windows color (decimal): -8304735 or 10569601. OLE color: 10569601.
HSL color Cylindrical-coordinate representation of color #8147A1: hue angle of 278.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8147A1 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 71 | 161 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.37 |
| HSL | 278.67º | 0.39% | 0.45% | - |
| HSV(B) | 278.67º | 0.56% | 0.63% | - |
| XYZ | 17.74 | 11.75 | 35.05 | - |
| YUV | 98.6 | 163.22 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 161 | 0.20 | 0.56 | 0 | 0.37 | 278.67 | 0.39 | 0.45 |
| Hex | 81 | 47 | A1 | 14 | 38 | 0 | 25 | 117 | 27 | 2D |
| Octal | 201 | 107 | 241 | 24 | 70 | 0 | 45 | 427 | 47 | 55 |
| Binary | 10000001 | 1000111 | 10100001 | 10100 | 111000 | 0 | 100101 | 100010111 | 100111 | 101101 |
Color Harmonies of #8147A1
Complementary color
Monochromatic Colors of #8147A1
Black with #8147A1
Text Example
Text Example
White with #8147A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8147A1; }
p { color: rgb(129,71,161); }
H1.HeaderClassName
{
color: #8147A1;
}
.AnyTagClassName
{
color: #8147A1;
}
</style>
background-color css
<style>
a { background-color: #8147A1; }
a { background-color: rgb(129,71,161); }
div.DivClassName
{
background-color: #8147A1;
}
.BgClassName
{
background-color: #8147A1;
}
</style>
border-color css
<style>
span { border-color: #8147A1; }
span { border-color: rgb(129,71,161); }
td.TdClassName
{
border-color: #8147A1;
}
.TagClassName
{
border-color: #8147A1;
}
</style>