Shades of Studio #8137AE
Tints of Studio #8137AE
RGB
CMYK
RGB Variations
Color information
#8137AE (or 0x8137AE) is known color: Studio. HEX triplet: 81, 37 and AE. RGB value is (129,55,174). Sum of RGB (Red+Green+Blue) = 129+55+174=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #8137AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8137AE is #7EC851. Grayscale: #5A5A5A. Windows color (decimal): -8308818 or 11417473. OLE color: 11417473.
HSL color Cylindrical-coordinate representation of color #8137AE: hue angle of 277.31º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8137AE is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 55 | 174 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.32 |
| HSL | 277.31º | 0.52% | 0.45% | - |
| HSV(B) | 277.31º | 0.68% | 0.68% | - |
| XYZ | 18.06 | 10.46 | 41.11 | - |
| YUV | 90.69 | 175.02 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 55 | 174 | 0.26 | 0.68 | 0 | 0.32 | 277.31 | 0.52 | 0.45 |
| Hex | 81 | 37 | AE | 1A | 44 | 0 | 20 | 115 | 34 | 2D |
| Octal | 201 | 67 | 256 | 32 | 104 | 0 | 40 | 425 | 64 | 55 |
| Binary | 10000001 | 110111 | 10101110 | 11010 | 1000100 | 0 | 100000 | 100010101 | 110100 | 101101 |
Color Harmonies of #8137AE
Complementary color
Monochromatic Colors of #8137AE
Black with #8137AE
Text Example
Text Example
White with #8137AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8137AE; }
p { color: rgb(129,55,174); }
H1.HeaderClassName
{
color: #8137AE;
}
.AnyTagClassName
{
color: #8137AE;
}
</style>
background-color css
<style>
a { background-color: #8137AE; }
a { background-color: rgb(129,55,174); }
div.DivClassName
{
background-color: #8137AE;
}
.BgClassName
{
background-color: #8137AE;
}
</style>
border-color css
<style>
span { border-color: #8137AE; }
span { border-color: rgb(129,55,174); }
td.TdClassName
{
border-color: #8137AE;
}
.TagClassName
{
border-color: #8137AE;
}
</style>