Shades of Studio #814DAF
Tints of Studio #814DAF
RGB
CMYK
RGB Variations
Color information
#814DAF (or 0x814DAF) is known color: Studio. HEX triplet: 81, 4D and AF. RGB value is (129,77,175). Sum of RGB (Red+Green+Blue) = 129+77+175=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #814DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814DAF is #7EB250. Grayscale: #676767. Windows color (decimal): -8303185 or 11488641. OLE color: 11488641.
HSL color Cylindrical-coordinate representation of color #814DAF: hue angle of 271.84º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #814DAF is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 77 | 175 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.31 |
| HSL | 271.84º | 0.39% | 0.49% | - |
| HSV(B) | 271.84º | 0.56% | 0.69% | - |
| XYZ | 19.45 | 13.07 | 42.06 | - |
| YUV | 103.72 | 168.23 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 175 | 0.26 | 0.56 | 0 | 0.31 | 271.84 | 0.39 | 0.49 |
| Hex | 81 | 4D | AF | 1A | 38 | 0 | 1F | 110 | 27 | 31 |
| Octal | 201 | 115 | 257 | 32 | 70 | 0 | 37 | 420 | 47 | 61 |
| Binary | 10000001 | 1001101 | 10101111 | 11010 | 111000 | 0 | 11111 | 100010000 | 100111 | 110001 |
Color Harmonies of #814DAF
Complementary color
Monochromatic Colors of #814DAF
Black with #814DAF
Text Example
Text Example
White with #814DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814DAF; }
p { color: rgb(129,77,175); }
H1.HeaderClassName
{
color: #814DAF;
}
.AnyTagClassName
{
color: #814DAF;
}
</style>
background-color css
<style>
a { background-color: #814DAF; }
a { background-color: rgb(129,77,175); }
div.DivClassName
{
background-color: #814DAF;
}
.BgClassName
{
background-color: #814DAF;
}
</style>
border-color css
<style>
span { border-color: #814DAF; }
span { border-color: rgb(129,77,175); }
td.TdClassName
{
border-color: #814DAF;
}
.TagClassName
{
border-color: #814DAF;
}
</style>