Shades of Studio #813AB1
Tints of Studio #813AB1
RGB
CMYK
RGB Variations
Color information
#813AB1 (or 0x813AB1) is known color: Studio. HEX triplet: 81, 3A and B1. RGB value is (129,58,177). Sum of RGB (Red+Green+Blue) = 129+58+177=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 177 - color contains mainly: blue. Hex color #813AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813AB1 is #7EC54E. Grayscale: #5C5C5C. Windows color (decimal): -8308047 or 11614849. OLE color: 11614849.
HSL color Cylindrical-coordinate representation of color #813AB1: hue angle of 275.8º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #813AB1 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 58 | 177 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.31 |
| HSL | 275.8º | 0.51% | 0.46% | - |
| HSV(B) | 275.8º | 0.67% | 0.69% | - |
| XYZ | 18.5 | 10.87 | 42.72 | - |
| YUV | 92.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 58 | 177 | 0.27 | 0.67 | 0 | 0.31 | 275.8 | 0.51 | 0.46 |
| Hex | 81 | 3A | B1 | 1B | 43 | 0 | 1F | 114 | 33 | 2E |
| Octal | 201 | 72 | 261 | 33 | 103 | 0 | 37 | 424 | 63 | 56 |
| Binary | 10000001 | 111010 | 10110001 | 11011 | 1000011 | 0 | 11111 | 100010100 | 110011 | 101110 |
Color Harmonies of #813AB1
Complementary color
Monochromatic Colors of #813AB1
Black with #813AB1
Text Example
Text Example
White with #813AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813AB1; }
p { color: rgb(129,58,177); }
H1.HeaderClassName
{
color: #813AB1;
}
.AnyTagClassName
{
color: #813AB1;
}
</style>
background-color css
<style>
a { background-color: #813AB1; }
a { background-color: rgb(129,58,177); }
div.DivClassName
{
background-color: #813AB1;
}
.BgClassName
{
background-color: #813AB1;
}
</style>
border-color css
<style>
span { border-color: #813AB1; }
span { border-color: rgb(129,58,177); }
td.TdClassName
{
border-color: #813AB1;
}
.TagClassName
{
border-color: #813AB1;
}
</style>