Shades of Studio #814DB6
Tints of Studio #814DB6
RGB
CMYK
RGB Variations
Color information
#814DB6 (or 0x814DB6) is known color: Studio. HEX triplet: 81, 4D and B6. RGB value is (129,77,182). Sum of RGB (Red+Green+Blue) = 129+77+182=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 182 - color contains mainly: blue. Hex color #814DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814DB6 is #7EB249. Grayscale: #686868. Windows color (decimal): -8303178 or 11947393. OLE color: 11947393.
HSL color Cylindrical-coordinate representation of color #814DB6: hue angle of 269.71º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #814DB6 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 77 | 182 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.29 |
| HSL | 269.71º | 0.42% | 0.51% | - |
| HSV(B) | 269.71º | 0.58% | 0.71% | - |
| XYZ | 20.15 | 13.35 | 45.77 | - |
| YUV | 104.52 | 171.73 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 182 | 0.29 | 0.58 | 0 | 0.29 | 269.71 | 0.42 | 0.51 |
| Hex | 81 | 4D | B6 | 1D | 3A | 0 | 1D | 10E | 2A | 33 |
| Octal | 201 | 115 | 266 | 35 | 72 | 0 | 35 | 416 | 52 | 63 |
| Binary | 10000001 | 1001101 | 10110110 | 11101 | 111010 | 0 | 11101 | 100001110 | 101010 | 110011 |
Color Harmonies of #814DB6
Complementary color
Monochromatic Colors of #814DB6
Black with #814DB6
Text Example
Text Example
White with #814DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814DB6; }
p { color: rgb(129,77,182); }
H1.HeaderClassName
{
color: #814DB6;
}
.AnyTagClassName
{
color: #814DB6;
}
</style>
background-color css
<style>
a { background-color: #814DB6; }
a { background-color: rgb(129,77,182); }
div.DivClassName
{
background-color: #814DB6;
}
.BgClassName
{
background-color: #814DB6;
}
</style>
border-color css
<style>
span { border-color: #814DB6; }
span { border-color: rgb(129,77,182); }
td.TdClassName
{
border-color: #814DB6;
}
.TagClassName
{
border-color: #814DB6;
}
</style>