Shades of Studio #814DA0
Tints of Studio #814DA0
RGB
CMYK
RGB Variations
Color information
#814DA0 (or 0x814DA0) is known color: Studio. HEX triplet: 81, 4D and A0. RGB value is (129,77,160). Sum of RGB (Red+Green+Blue) = 129+77+160=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 160 - color contains mainly: blue. Hex color #814DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814DA0 is #7EB25F. Grayscale: #656565. Windows color (decimal): -8303200 or 10505601. OLE color: 10505601.
HSL color Cylindrical-coordinate representation of color #814DA0: hue angle of 277.59º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #814DA0 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 77 | 160 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.37 |
| HSL | 277.59º | 0.35% | 0.46% | - |
| HSV(B) | 277.59º | 0.52% | 0.63% | - |
| XYZ | 18.05 | 12.51 | 34.72 | - |
| YUV | 102.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 160 | 0.19 | 0.52 | 0 | 0.37 | 277.59 | 0.35 | 0.46 |
| Hex | 81 | 4D | A0 | 13 | 34 | 0 | 25 | 116 | 23 | 2E |
| Octal | 201 | 115 | 240 | 23 | 64 | 0 | 45 | 426 | 43 | 56 |
| Binary | 10000001 | 1001101 | 10100000 | 10011 | 110100 | 0 | 100101 | 100010110 | 100011 | 101110 |
Color Harmonies of #814DA0
Complementary color
Monochromatic Colors of #814DA0
Black with #814DA0
Text Example
Text Example
White with #814DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814DA0; }
p { color: rgb(129,77,160); }
H1.HeaderClassName
{
color: #814DA0;
}
.AnyTagClassName
{
color: #814DA0;
}
</style>
background-color css
<style>
a { background-color: #814DA0; }
a { background-color: rgb(129,77,160); }
div.DivClassName
{
background-color: #814DA0;
}
.BgClassName
{
background-color: #814DA0;
}
</style>
border-color css
<style>
span { border-color: #814DA0; }
span { border-color: rgb(129,77,160); }
td.TdClassName
{
border-color: #814DA0;
}
.TagClassName
{
border-color: #814DA0;
}
</style>