Shades of Studio #813BAE
Tints of Studio #813BAE
RGB
CMYK
RGB Variations
Color information
#813BAE (or 0x813BAE) is known color: Studio. HEX triplet: 81, 3B and AE. RGB value is (129,59,174). Sum of RGB (Red+Green+Blue) = 129+59+174=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #813BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813BAE is #7EC451. Grayscale: #5C5C5C. Windows color (decimal): -8307794 or 11418497. OLE color: 11418497.
HSL color Cylindrical-coordinate representation of color #813BAE: hue angle of 276.52º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #813BAE is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 59 | 174 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.32 |
| HSL | 276.52º | 0.49% | 0.46% | - |
| HSV(B) | 276.52º | 0.66% | 0.68% | - |
| XYZ | 18.26 | 10.85 | 41.18 | - |
| YUV | 93.04 | 173.69 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 59 | 174 | 0.26 | 0.66 | 0 | 0.32 | 276.52 | 0.49 | 0.46 |
| Hex | 81 | 3B | AE | 1A | 42 | 0 | 20 | 115 | 31 | 2E |
| Octal | 201 | 73 | 256 | 32 | 102 | 0 | 40 | 425 | 61 | 56 |
| Binary | 10000001 | 111011 | 10101110 | 11010 | 1000010 | 0 | 100000 | 100010101 | 110001 | 101110 |
Color Harmonies of #813BAE
Complementary color
Monochromatic Colors of #813BAE
Black with #813BAE
Text Example
Text Example
White with #813BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813BAE; }
p { color: rgb(129,59,174); }
H1.HeaderClassName
{
color: #813BAE;
}
.AnyTagClassName
{
color: #813BAE;
}
</style>
background-color css
<style>
a { background-color: #813BAE; }
a { background-color: rgb(129,59,174); }
div.DivClassName
{
background-color: #813BAE;
}
.BgClassName
{
background-color: #813BAE;
}
</style>
border-color css
<style>
span { border-color: #813BAE; }
span { border-color: rgb(129,59,174); }
td.TdClassName
{
border-color: #813BAE;
}
.TagClassName
{
border-color: #813BAE;
}
</style>