Shades of Studio #814DAC
Tints of Studio #814DAC
RGB
CMYK
RGB Variations
Color information
#814DAC (or 0x814DAC) is known color: Studio. HEX triplet: 81, 4D and AC. RGB value is (129,77,172). Sum of RGB (Red+Green+Blue) = 129+77+172=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #814DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814DAC is #7EB253. Grayscale: #676767. Windows color (decimal): -8303188 or 11292033. OLE color: 11292033.
HSL color Cylindrical-coordinate representation of color #814DAC: hue angle of 272.84º 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 #814DAC is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 77 | 172 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.33 |
| HSL | 272.84º | 0.38% | 0.49% | - |
| HSV(B) | 272.84º | 0.55% | 0.67% | - |
| XYZ | 19.15 | 12.95 | 40.52 | - |
| YUV | 103.38 | 166.73 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 172 | 0.25 | 0.55 | 0 | 0.33 | 272.84 | 0.38 | 0.49 |
| Hex | 81 | 4D | AC | 19 | 37 | 0 | 21 | 111 | 26 | 31 |
| Octal | 201 | 115 | 254 | 31 | 67 | 0 | 41 | 421 | 46 | 61 |
| Binary | 10000001 | 1001101 | 10101100 | 11001 | 110111 | 0 | 100001 | 100010001 | 100110 | 110001 |
Color Harmonies of #814DAC
Complementary color
Monochromatic Colors of #814DAC
Black with #814DAC
Text Example
Text Example
White with #814DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814DAC; }
p { color: rgb(129,77,172); }
H1.HeaderClassName
{
color: #814DAC;
}
.AnyTagClassName
{
color: #814DAC;
}
</style>
background-color css
<style>
a { background-color: #814DAC; }
a { background-color: rgb(129,77,172); }
div.DivClassName
{
background-color: #814DAC;
}
.BgClassName
{
background-color: #814DAC;
}
</style>
border-color css
<style>
span { border-color: #814DAC; }
span { border-color: rgb(129,77,172); }
td.TdClassName
{
border-color: #814DAC;
}
.TagClassName
{
border-color: #814DAC;
}
</style>