Shades of Studio #814DB5
Tints of Studio #814DB5
RGB
CMYK
RGB Variations
Color information
#814DB5 (or 0x814DB5) is known color: Studio. HEX triplet: 81, 4D and B5. RGB value is (129,77,181). Sum of RGB (Red+Green+Blue) = 129+77+181=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 181 - color contains mainly: blue. Hex color #814DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814DB5 is #7EB24A. Grayscale: #686868. Windows color (decimal): -8303179 or 11881857. OLE color: 11881857.
HSL color Cylindrical-coordinate representation of color #814DB5: hue angle of 270º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #814DB5 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 77 | 181 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.29 |
| HSL | 270º | 0.41% | 0.51% | - |
| HSV(B) | 270º | 0.57% | 0.71% | - |
| XYZ | 20.05 | 13.31 | 45.23 | - |
| YUV | 104.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 181 | 0.29 | 0.57 | 0 | 0.29 | 270 | 0.41 | 0.51 |
| Hex | 81 | 4D | B5 | 1D | 39 | 0 | 1D | 10E | 29 | 33 |
| Octal | 201 | 115 | 265 | 35 | 71 | 0 | 35 | 416 | 51 | 63 |
| Binary | 10000001 | 1001101 | 10110101 | 11101 | 111001 | 0 | 11101 | 100001110 | 101001 | 110011 |
Color Harmonies of #814DB5
Complementary color
Monochromatic Colors of #814DB5
Black with #814DB5
Text Example
Text Example
White with #814DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814DB5; }
p { color: rgb(129,77,181); }
H1.HeaderClassName
{
color: #814DB5;
}
.AnyTagClassName
{
color: #814DB5;
}
</style>
background-color css
<style>
a { background-color: #814DB5; }
a { background-color: rgb(129,77,181); }
div.DivClassName
{
background-color: #814DB5;
}
.BgClassName
{
background-color: #814DB5;
}
</style>
border-color css
<style>
span { border-color: #814DB5; }
span { border-color: rgb(129,77,181); }
td.TdClassName
{
border-color: #814DB5;
}
.TagClassName
{
border-color: #814DB5;
}
</style>