Shades of Studio #814FAF
Tints of Studio #814FAF
RGB
CMYK
RGB Variations
Color information
#814FAF (or 0x814FAF) is known color: Studio. HEX triplet: 81, 4F and AF. RGB value is (129,79,175). Sum of RGB (Red+Green+Blue) = 129+79+175=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #814FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814FAF is #7EB050. Grayscale: #686868. Windows color (decimal): -8302673 or 11489153. OLE color: 11489153.
HSL color Cylindrical-coordinate representation of color #814FAF: hue angle of 271.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #814FAF is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 79 | 175 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.31 |
| HSL | 271.25º | 0.38% | 0.5% | - |
| HSV(B) | 271.25º | 0.55% | 0.69% | - |
| XYZ | 19.59 | 13.35 | 42.1 | - |
| YUV | 104.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 79 | 175 | 0.26 | 0.55 | 0 | 0.31 | 271.25 | 0.38 | 0.5 |
| Hex | 81 | 4F | AF | 1A | 37 | 0 | 1F | 10F | 26 | 32 |
| Octal | 201 | 117 | 257 | 32 | 67 | 0 | 37 | 417 | 46 | 62 |
| Binary | 10000001 | 1001111 | 10101111 | 11010 | 110111 | 0 | 11111 | 100001111 | 100110 | 110010 |
Color Harmonies of #814FAF
Complementary color
Monochromatic Colors of #814FAF
Black with #814FAF
Text Example
Text Example
White with #814FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814FAF; }
p { color: rgb(129,79,175); }
H1.HeaderClassName
{
color: #814FAF;
}
.AnyTagClassName
{
color: #814FAF;
}
</style>
background-color css
<style>
a { background-color: #814FAF; }
a { background-color: rgb(129,79,175); }
div.DivClassName
{
background-color: #814FAF;
}
.BgClassName
{
background-color: #814FAF;
}
</style>
border-color css
<style>
span { border-color: #814FAF; }
span { border-color: rgb(129,79,175); }
td.TdClassName
{
border-color: #814FAF;
}
.TagClassName
{
border-color: #814FAF;
}
</style>