Shades of Studio #8147B6
Tints of Studio #8147B6
RGB
CMYK
RGB Variations
Color information
#8147B6 (or 0x8147B6) is known color: Studio. HEX triplet: 81, 47 and B6. RGB value is (129,71,182). Sum of RGB (Red+Green+Blue) = 129+71+182=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 182 - color contains mainly: blue. Hex color #8147B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8147B6 is #7EB849. Grayscale: #646464. Windows color (decimal): -8304714 or 11945857. OLE color: 11945857.
HSL color Cylindrical-coordinate representation of color #8147B6: hue angle of 271.35º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8147B6 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 71 | 182 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.29 |
| HSL | 271.35º | 0.44% | 0.5% | - |
| HSV(B) | 271.35º | 0.61% | 0.71% | - |
| XYZ | 19.75 | 12.55 | 45.64 | - |
| YUV | 101 | 173.72 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 182 | 0.29 | 0.61 | 0 | 0.29 | 271.35 | 0.44 | 0.5 |
| Hex | 81 | 47 | B6 | 1D | 3D | 0 | 1D | 10F | 2C | 32 |
| Octal | 201 | 107 | 266 | 35 | 75 | 0 | 35 | 417 | 54 | 62 |
| Binary | 10000001 | 1000111 | 10110110 | 11101 | 111101 | 0 | 11101 | 100001111 | 101100 | 110010 |
Color Harmonies of #8147B6
Complementary color
Monochromatic Colors of #8147B6
Black with #8147B6
Text Example
Text Example
White with #8147B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8147B6; }
p { color: rgb(129,71,182); }
H1.HeaderClassName
{
color: #8147B6;
}
.AnyTagClassName
{
color: #8147B6;
}
</style>
background-color css
<style>
a { background-color: #8147B6; }
a { background-color: rgb(129,71,182); }
div.DivClassName
{
background-color: #8147B6;
}
.BgClassName
{
background-color: #8147B6;
}
</style>
border-color css
<style>
span { border-color: #8147B6; }
span { border-color: rgb(129,71,182); }
td.TdClassName
{
border-color: #8147B6;
}
.TagClassName
{
border-color: #8147B6;
}
</style>