Shades of Studio #814EAC
Tints of Studio #814EAC
RGB
CMYK
RGB Variations
Color information
#814EAC (or 0x814EAC) is known color: Studio. HEX triplet: 81, 4E and AC. RGB value is (129,78,172). Sum of RGB (Red+Green+Blue) = 129+78+172=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #814EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814EAC is #7EB153. Grayscale: #676767. Windows color (decimal): -8302932 or 11292289. OLE color: 11292289.
HSL color Cylindrical-coordinate representation of color #814EAC: hue angle of 272.55º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #814EAC is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 78 | 172 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.33 |
| HSL | 272.55º | 0.38% | 0.49% | - |
| HSV(B) | 272.55º | 0.55% | 0.67% | - |
| XYZ | 19.22 | 13.09 | 40.54 | - |
| YUV | 103.97 | 166.4 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 172 | 0.25 | 0.55 | 0 | 0.33 | 272.55 | 0.38 | 0.49 |
| Hex | 81 | 4E | AC | 19 | 37 | 0 | 21 | 111 | 26 | 31 |
| Octal | 201 | 116 | 254 | 31 | 67 | 0 | 41 | 421 | 46 | 61 |
| Binary | 10000001 | 1001110 | 10101100 | 11001 | 110111 | 0 | 100001 | 100010001 | 100110 | 110001 |
Color Harmonies of #814EAC
Complementary color
Monochromatic Colors of #814EAC
Black with #814EAC
Text Example
Text Example
White with #814EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814EAC; }
p { color: rgb(129,78,172); }
H1.HeaderClassName
{
color: #814EAC;
}
.AnyTagClassName
{
color: #814EAC;
}
</style>
background-color css
<style>
a { background-color: #814EAC; }
a { background-color: rgb(129,78,172); }
div.DivClassName
{
background-color: #814EAC;
}
.BgClassName
{
background-color: #814EAC;
}
</style>
border-color css
<style>
span { border-color: #814EAC; }
span { border-color: rgb(129,78,172); }
td.TdClassName
{
border-color: #814EAC;
}
.TagClassName
{
border-color: #814EAC;
}
</style>