Shades of Studio #814FAC
Tints of Studio #814FAC
RGB
CMYK
RGB Variations
Color information
#814FAC (or 0x814FAC) is known color: Studio. HEX triplet: 81, 4F and AC. RGB value is (129,79,172). Sum of RGB (Red+Green+Blue) = 129+79+172=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #814FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814FAC is #7EB053. Grayscale: #686868. Windows color (decimal): -8302676 or 11292545. OLE color: 11292545.
HSL color Cylindrical-coordinate representation of color #814FAC: hue angle of 272.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #814FAC is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 79 | 172 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.33 |
| HSL | 272.26º | 0.37% | 0.49% | - |
| HSV(B) | 272.26º | 0.54% | 0.67% | - |
| XYZ | 19.3 | 13.24 | 40.57 | - |
| YUV | 104.55 | 166.07 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 79 | 172 | 0.25 | 0.54 | 0 | 0.33 | 272.26 | 0.37 | 0.49 |
| Hex | 81 | 4F | AC | 19 | 36 | 0 | 21 | 110 | 25 | 31 |
| Octal | 201 | 117 | 254 | 31 | 66 | 0 | 41 | 420 | 45 | 61 |
| Binary | 10000001 | 1001111 | 10101100 | 11001 | 110110 | 0 | 100001 | 100010000 | 100101 | 110001 |
Color Harmonies of #814FAC
Complementary color
Monochromatic Colors of #814FAC
Black with #814FAC
Text Example
Text Example
White with #814FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814FAC; }
p { color: rgb(129,79,172); }
H1.HeaderClassName
{
color: #814FAC;
}
.AnyTagClassName
{
color: #814FAC;
}
</style>
background-color css
<style>
a { background-color: #814FAC; }
a { background-color: rgb(129,79,172); }
div.DivClassName
{
background-color: #814FAC;
}
.BgClassName
{
background-color: #814FAC;
}
</style>
border-color css
<style>
span { border-color: #814FAC; }
span { border-color: rgb(129,79,172); }
td.TdClassName
{
border-color: #814FAC;
}
.TagClassName
{
border-color: #814FAC;
}
</style>