Shades of Studio #813FAB
Tints of Studio #813FAB
RGB
CMYK
RGB Variations
Color information
#813FAB (or 0x813FAB) is known color: Studio. HEX triplet: 81, 3F and AB. RGB value is (129,63,171). Sum of RGB (Red+Green+Blue) = 129+63+171=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #813FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813FAB is #7EC054. Grayscale: #5E5E5E. Windows color (decimal): -8306773 or 11222913. OLE color: 11222913.
HSL color Cylindrical-coordinate representation of color #813FAB: hue angle of 276.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #813FAB is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 63 | 171 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.33 |
| HSL | 276.67º | 0.46% | 0.46% | - |
| HSV(B) | 276.67º | 0.63% | 0.67% | - |
| XYZ | 18.18 | 11.16 | 39.72 | - |
| YUV | 95.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 171 | 0.25 | 0.63 | 0 | 0.33 | 276.67 | 0.46 | 0.46 |
| Hex | 81 | 3F | AB | 19 | 3F | 0 | 21 | 115 | 2E | 2E |
| Octal | 201 | 77 | 253 | 31 | 77 | 0 | 41 | 425 | 56 | 56 |
| Binary | 10000001 | 111111 | 10101011 | 11001 | 111111 | 0 | 100001 | 100010101 | 101110 | 101110 |
Color Harmonies of #813FAB
Complementary color
Monochromatic Colors of #813FAB
Black with #813FAB
Text Example
Text Example
White with #813FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813FAB; }
p { color: rgb(129,63,171); }
H1.HeaderClassName
{
color: #813FAB;
}
.AnyTagClassName
{
color: #813FAB;
}
</style>
background-color css
<style>
a { background-color: #813FAB; }
a { background-color: rgb(129,63,171); }
div.DivClassName
{
background-color: #813FAB;
}
.BgClassName
{
background-color: #813FAB;
}
</style>
border-color css
<style>
span { border-color: #813FAB; }
span { border-color: rgb(129,63,171); }
td.TdClassName
{
border-color: #813FAB;
}
.TagClassName
{
border-color: #813FAB;
}
</style>