Shades of Studio #814AAE
Tints of Studio #814AAE
RGB
CMYK
RGB Variations
Color information
#814AAE (or 0x814AAE) is known color: Studio. HEX triplet: 81, 4A and AE. RGB value is (129,74,174). Sum of RGB (Red+Green+Blue) = 129+74+174=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #814AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814AAE is #7EB551. Grayscale: #656565. Windows color (decimal): -8303954 or 11422337. OLE color: 11422337.
HSL color Cylindrical-coordinate representation of color #814AAE: hue angle of 273º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #814AAE is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 74 | 174 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.32 |
| HSL | 273º | 0.4% | 0.49% | - |
| HSV(B) | 273º | 0.57% | 0.68% | - |
| XYZ | 19.14 | 12.62 | 41.47 | - |
| YUV | 101.85 | 168.72 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 174 | 0.26 | 0.57 | 0 | 0.32 | 273 | 0.4 | 0.49 |
| Hex | 81 | 4A | AE | 1A | 39 | 0 | 20 | 111 | 28 | 31 |
| Octal | 201 | 112 | 256 | 32 | 71 | 0 | 40 | 421 | 50 | 61 |
| Binary | 10000001 | 1001010 | 10101110 | 11010 | 111001 | 0 | 100000 | 100010001 | 101000 | 110001 |
Color Harmonies of #814AAE
Complementary color
Monochromatic Colors of #814AAE
Black with #814AAE
Text Example
Text Example
White with #814AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814AAE; }
p { color: rgb(129,74,174); }
H1.HeaderClassName
{
color: #814AAE;
}
.AnyTagClassName
{
color: #814AAE;
}
</style>
background-color css
<style>
a { background-color: #814AAE; }
a { background-color: rgb(129,74,174); }
div.DivClassName
{
background-color: #814AAE;
}
.BgClassName
{
background-color: #814AAE;
}
</style>
border-color css
<style>
span { border-color: #814AAE; }
span { border-color: rgb(129,74,174); }
td.TdClassName
{
border-color: #814AAE;
}
.TagClassName
{
border-color: #814AAE;
}
</style>