Shades of Studio #814DB2
Tints of Studio #814DB2
RGB
CMYK
RGB Variations
Color information
#814DB2 (or 0x814DB2) is known color: Studio. HEX triplet: 81, 4D and B2. RGB value is (129,77,178). Sum of RGB (Red+Green+Blue) = 129+77+178=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 178 - color contains mainly: blue. Hex color #814DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814DB2 is #7EB24D. Grayscale: #676767. Windows color (decimal): -8303182 or 11685249. OLE color: 11685249.
HSL color Cylindrical-coordinate representation of color #814DB2: hue angle of 270.89º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #814DB2 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 77 | 178 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.30 |
| HSL | 270.89º | 0.4% | 0.5% | - |
| HSV(B) | 270.89º | 0.57% | 0.7% | - |
| XYZ | 19.74 | 13.19 | 43.62 | - |
| YUV | 104.06 | 169.73 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 178 | 0.28 | 0.57 | 0 | 0.30 | 270.89 | 0.4 | 0.5 |
| Hex | 81 | 4D | B2 | 1C | 39 | 0 | 1E | 10F | 28 | 32 |
| Octal | 201 | 115 | 262 | 34 | 71 | 0 | 36 | 417 | 50 | 62 |
| Binary | 10000001 | 1001101 | 10110010 | 11100 | 111001 | 0 | 11110 | 100001111 | 101000 | 110010 |
Color Harmonies of #814DB2
Complementary color
Monochromatic Colors of #814DB2
Black with #814DB2
Text Example
Text Example
White with #814DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814DB2; }
p { color: rgb(129,77,178); }
H1.HeaderClassName
{
color: #814DB2;
}
.AnyTagClassName
{
color: #814DB2;
}
</style>
background-color css
<style>
a { background-color: #814DB2; }
a { background-color: rgb(129,77,178); }
div.DivClassName
{
background-color: #814DB2;
}
.BgClassName
{
background-color: #814DB2;
}
</style>
border-color css
<style>
span { border-color: #814DB2; }
span { border-color: rgb(129,77,178); }
td.TdClassName
{
border-color: #814DB2;
}
.TagClassName
{
border-color: #814DB2;
}
</style>