Shades of Studio #8150AE
Tints of Studio #8150AE
RGB
CMYK
RGB Variations
Color information
#8150AE (or 0x8150AE) is known color: Studio. HEX triplet: 81, 50 and AE. RGB value is (129,80,174). Sum of RGB (Red+Green+Blue) = 129+80+174=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #8150AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8150AE is #7EAF51. Grayscale: #696969. Windows color (decimal): -8302418 or 11423873. OLE color: 11423873.
HSL color Cylindrical-coordinate representation of color #8150AE: hue angle of 271.28º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8150AE is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 80 | 174 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.32 |
| HSL | 271.28º | 0.37% | 0.5% | - |
| HSV(B) | 271.28º | 0.54% | 0.68% | - |
| XYZ | 19.56 | 13.46 | 41.61 | - |
| YUV | 105.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 80 | 174 | 0.26 | 0.54 | 0 | 0.32 | 271.28 | 0.37 | 0.5 |
| Hex | 81 | 50 | AE | 1A | 36 | 0 | 20 | 10F | 25 | 32 |
| Octal | 201 | 120 | 256 | 32 | 66 | 0 | 40 | 417 | 45 | 62 |
| Binary | 10000001 | 1010000 | 10101110 | 11010 | 110110 | 0 | 100000 | 100001111 | 100101 | 110010 |
Color Harmonies of #8150AE
Complementary color
Monochromatic Colors of #8150AE
Black with #8150AE
Text Example
Text Example
White with #8150AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8150AE; }
p { color: rgb(129,80,174); }
H1.HeaderClassName
{
color: #8150AE;
}
.AnyTagClassName
{
color: #8150AE;
}
</style>
background-color css
<style>
a { background-color: #8150AE; }
a { background-color: rgb(129,80,174); }
div.DivClassName
{
background-color: #8150AE;
}
.BgClassName
{
background-color: #8150AE;
}
</style>
border-color css
<style>
span { border-color: #8150AE; }
span { border-color: rgb(129,80,174); }
td.TdClassName
{
border-color: #8150AE;
}
.TagClassName
{
border-color: #8150AE;
}
</style>