Shades of Studio #814BA0
Tints of Studio #814BA0
RGB
CMYK
RGB Variations
Color information
#814BA0 (or 0x814BA0) is known color: Studio. HEX triplet: 81, 4B and A0. RGB value is (129,75,160). Sum of RGB (Red+Green+Blue) = 129+75+160=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 160 - color contains mainly: blue. Hex color #814BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814BA0 is #7EB45F. Grayscale: #646464. Windows color (decimal): -8303712 or 10505089. OLE color: 10505089.
HSL color Cylindrical-coordinate representation of color #814BA0: hue angle of 278.12º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #814BA0 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 75 | 160 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.37 |
| HSL | 278.12º | 0.36% | 0.46% | - |
| HSV(B) | 278.12º | 0.53% | 0.63% | - |
| XYZ | 17.91 | 12.24 | 34.68 | - |
| YUV | 100.84 | 161.39 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 160 | 0.19 | 0.53 | 0 | 0.37 | 278.12 | 0.36 | 0.46 |
| Hex | 81 | 4B | A0 | 13 | 35 | 0 | 25 | 116 | 24 | 2E |
| Octal | 201 | 113 | 240 | 23 | 65 | 0 | 45 | 426 | 44 | 56 |
| Binary | 10000001 | 1001011 | 10100000 | 10011 | 110101 | 0 | 100101 | 100010110 | 100100 | 101110 |
Color Harmonies of #814BA0
Complementary color
Monochromatic Colors of #814BA0
Black with #814BA0
Text Example
Text Example
White with #814BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814BA0; }
p { color: rgb(129,75,160); }
H1.HeaderClassName
{
color: #814BA0;
}
.AnyTagClassName
{
color: #814BA0;
}
</style>
background-color css
<style>
a { background-color: #814BA0; }
a { background-color: rgb(129,75,160); }
div.DivClassName
{
background-color: #814BA0;
}
.BgClassName
{
background-color: #814BA0;
}
</style>
border-color css
<style>
span { border-color: #814BA0; }
span { border-color: rgb(129,75,160); }
td.TdClassName
{
border-color: #814BA0;
}
.TagClassName
{
border-color: #814BA0;
}
</style>