Shades of Studio #8146AE
Tints of Studio #8146AE
RGB
CMYK
RGB Variations
Color information
#8146AE (or 0x8146AE) is known color: Studio. HEX triplet: 81, 46 and AE. RGB value is (129,70,174). Sum of RGB (Red+Green+Blue) = 129+70+174=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #8146AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8146AE is #7EB951. Grayscale: #636363. Windows color (decimal): -8304978 or 11421313. OLE color: 11421313.
HSL color Cylindrical-coordinate representation of color #8146AE: hue angle of 274.04º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8146AE is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 70 | 174 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.32 |
| HSL | 274.04º | 0.43% | 0.48% | - |
| HSV(B) | 274.04º | 0.6% | 0.68% | - |
| XYZ | 18.88 | 12.1 | 41.39 | - |
| YUV | 99.5 | 170.05 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 174 | 0.26 | 0.60 | 0 | 0.32 | 274.04 | 0.43 | 0.48 |
| Hex | 81 | 46 | AE | 1A | 3C | 0 | 20 | 112 | 2B | 30 |
| Octal | 201 | 106 | 256 | 32 | 74 | 0 | 40 | 422 | 53 | 60 |
| Binary | 10000001 | 1000110 | 10101110 | 11010 | 111100 | 0 | 100000 | 100010010 | 101011 | 110000 |
Color Harmonies of #8146AE
Complementary color
Monochromatic Colors of #8146AE
Black with #8146AE
Text Example
Text Example
White with #8146AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8146AE; }
p { color: rgb(129,70,174); }
H1.HeaderClassName
{
color: #8146AE;
}
.AnyTagClassName
{
color: #8146AE;
}
</style>
background-color css
<style>
a { background-color: #8146AE; }
a { background-color: rgb(129,70,174); }
div.DivClassName
{
background-color: #8146AE;
}
.BgClassName
{
background-color: #8146AE;
}
</style>
border-color css
<style>
span { border-color: #8146AE; }
span { border-color: rgb(129,70,174); }
td.TdClassName
{
border-color: #8146AE;
}
.TagClassName
{
border-color: #8146AE;
}
</style>