Shades of Studio #813FAC
Tints of Studio #813FAC
RGB
CMYK
RGB Variations
Color information
#813FAC (or 0x813FAC) is known color: Studio. HEX triplet: 81, 3F and AC. RGB value is (129,63,172). Sum of RGB (Red+Green+Blue) = 129+63+172=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #813FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813FAC is #7EC053. Grayscale: #5E5E5E. Windows color (decimal): -8306772 or 11288449. OLE color: 11288449.
HSL color Cylindrical-coordinate representation of color #813FAC: hue angle of 276.33º 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 #813FAC is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 63 | 172 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.33 |
| HSL | 276.33º | 0.46% | 0.46% | - |
| HSV(B) | 276.33º | 0.63% | 0.67% | - |
| XYZ | 18.28 | 11.2 | 40.23 | - |
| YUV | 95.16 | 171.37 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 172 | 0.25 | 0.63 | 0 | 0.33 | 276.33 | 0.46 | 0.46 |
| Hex | 81 | 3F | AC | 19 | 3F | 0 | 21 | 114 | 2E | 2E |
| Octal | 201 | 77 | 254 | 31 | 77 | 0 | 41 | 424 | 56 | 56 |
| Binary | 10000001 | 111111 | 10101100 | 11001 | 111111 | 0 | 100001 | 100010100 | 101110 | 101110 |
Color Harmonies of #813FAC
Complementary color
Monochromatic Colors of #813FAC
Black with #813FAC
Text Example
Text Example
White with #813FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813FAC; }
p { color: rgb(129,63,172); }
H1.HeaderClassName
{
color: #813FAC;
}
.AnyTagClassName
{
color: #813FAC;
}
</style>
background-color css
<style>
a { background-color: #813FAC; }
a { background-color: rgb(129,63,172); }
div.DivClassName
{
background-color: #813FAC;
}
.BgClassName
{
background-color: #813FAC;
}
</style>
border-color css
<style>
span { border-color: #813FAC; }
span { border-color: rgb(129,63,172); }
td.TdClassName
{
border-color: #813FAC;
}
.TagClassName
{
border-color: #813FAC;
}
</style>