Shades of Studio #813BB2
Tints of Studio #813BB2
RGB
CMYK
RGB Variations
Color information
#813BB2 (or 0x813BB2) is known color: Studio. HEX triplet: 81, 3B and B2. RGB value is (129,59,178). Sum of RGB (Red+Green+Blue) = 129+59+178=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 178 (69.92% from 255 or 48.63% from 366); Max value from RGB is 178 - color contains mainly: blue. Hex color #813BB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813BB2 is #7EC44D. Grayscale: #5D5D5D. Windows color (decimal): -8307790 or 11680641. OLE color: 11680641.
HSL color Cylindrical-coordinate representation of color #813BB2: hue angle of 275.29º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #813BB2 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 59 | 178 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.30 |
| HSL | 275.29º | 0.5% | 0.46% | - |
| HSV(B) | 275.29º | 0.67% | 0.7% | - |
| XYZ | 18.65 | 11.01 | 43.26 | - |
| YUV | 93.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 59 | 178 | 0.28 | 0.67 | 0 | 0.30 | 275.29 | 0.5 | 0.46 |
| Hex | 81 | 3B | B2 | 1C | 43 | 0 | 1E | 113 | 32 | 2E |
| Octal | 201 | 73 | 262 | 34 | 103 | 0 | 36 | 423 | 62 | 56 |
| Binary | 10000001 | 111011 | 10110010 | 11100 | 1000011 | 0 | 11110 | 100010011 | 110010 | 101110 |
Color Harmonies of #813BB2
Complementary color
Monochromatic Colors of #813BB2
Black with #813BB2
Text Example
Text Example
White with #813BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813BB2; }
p { color: rgb(129,59,178); }
H1.HeaderClassName
{
color: #813BB2;
}
.AnyTagClassName
{
color: #813BB2;
}
</style>
background-color css
<style>
a { background-color: #813BB2; }
a { background-color: rgb(129,59,178); }
div.DivClassName
{
background-color: #813BB2;
}
.BgClassName
{
background-color: #813BB2;
}
</style>
border-color css
<style>
span { border-color: #813BB2; }
span { border-color: rgb(129,59,178); }
td.TdClassName
{
border-color: #813BB2;
}
.TagClassName
{
border-color: #813BB2;
}
</style>