Shades of Studio #815AAE
Tints of Studio #815AAE
RGB
CMYK
RGB Variations
Color information
#815AAE (or 0x815AAE) is known color: Studio. HEX triplet: 81, 5A and AE. RGB value is (129,90,174). Sum of RGB (Red+Green+Blue) = 129+90+174=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #815AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815AAE is #7EA551. Grayscale: #6E6E6E. Windows color (decimal): -8299858 or 11426433. OLE color: 11426433.
HSL color Cylindrical-coordinate representation of color #815AAE: hue angle of 267.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #815AAE is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 90 | 174 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.32 |
| HSL | 267.86º | 0.34% | 0.52% | - |
| HSV(B) | 267.86º | 0.48% | 0.68% | - |
| XYZ | 20.35 | 15.04 | 41.87 | - |
| YUV | 111.24 | 163.42 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 174 | 0.26 | 0.48 | 0 | 0.32 | 267.86 | 0.34 | 0.52 |
| Hex | 81 | 5A | AE | 1A | 30 | 0 | 20 | 10C | 22 | 34 |
| Octal | 201 | 132 | 256 | 32 | 60 | 0 | 40 | 414 | 42 | 64 |
| Binary | 10000001 | 1011010 | 10101110 | 11010 | 110000 | 0 | 100000 | 100001100 | 100010 | 110100 |
Color Harmonies of #815AAE
Complementary color
Monochromatic Colors of #815AAE
Black with #815AAE
Text Example
Text Example
White with #815AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815AAE; }
p { color: rgb(129,90,174); }
H1.HeaderClassName
{
color: #815AAE;
}
.AnyTagClassName
{
color: #815AAE;
}
</style>
background-color css
<style>
a { background-color: #815AAE; }
a { background-color: rgb(129,90,174); }
div.DivClassName
{
background-color: #815AAE;
}
.BgClassName
{
background-color: #815AAE;
}
</style>
border-color css
<style>
span { border-color: #815AAE; }
span { border-color: rgb(129,90,174); }
td.TdClassName
{
border-color: #815AAE;
}
.TagClassName
{
border-color: #815AAE;
}
</style>