Shades of Studio #8148A7
Tints of Studio #8148A7
RGB
CMYK
RGB Variations
Color information
#8148A7 (or 0x8148A7) is known color: Studio. HEX triplet: 81, 48 and A7. RGB value is (129,72,167). Sum of RGB (Red+Green+Blue) = 129+72+167=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 167 (65.62% from 255 or 45.38% from 368); Max value from RGB is 167 - color contains mainly: blue. Hex color #8148A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8148A7 is #7EB758. Grayscale: #636363. Windows color (decimal): -8304473 or 10963073. OLE color: 10963073.
HSL color Cylindrical-coordinate representation of color #8148A7: hue angle of 276º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8148A7 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 72 | 167 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.35 |
| HSL | 276º | 0.4% | 0.47% | - |
| HSV(B) | 276º | 0.57% | 0.65% | - |
| XYZ | 18.35 | 12.09 | 37.93 | - |
| YUV | 99.87 | 165.88 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 72 | 167 | 0.23 | 0.57 | 0 | 0.35 | 276 | 0.4 | 0.47 |
| Hex | 81 | 48 | A7 | 17 | 39 | 0 | 23 | 114 | 28 | 2F |
| Octal | 201 | 110 | 247 | 27 | 71 | 0 | 43 | 424 | 50 | 57 |
| Binary | 10000001 | 1001000 | 10100111 | 10111 | 111001 | 0 | 100011 | 100010100 | 101000 | 101111 |
Color Harmonies of #8148A7
Complementary color
Monochromatic Colors of #8148A7
Black with #8148A7
Text Example
Text Example
White with #8148A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8148A7; }
p { color: rgb(129,72,167); }
H1.HeaderClassName
{
color: #8148A7;
}
.AnyTagClassName
{
color: #8148A7;
}
</style>
background-color css
<style>
a { background-color: #8148A7; }
a { background-color: rgb(129,72,167); }
div.DivClassName
{
background-color: #8148A7;
}
.BgClassName
{
background-color: #8148A7;
}
</style>
border-color css
<style>
span { border-color: #8148A7; }
span { border-color: rgb(129,72,167); }
td.TdClassName
{
border-color: #8148A7;
}
.TagClassName
{
border-color: #8148A7;
}
</style>