Shades of Studio #813DBA
Tints of Studio #813DBA
RGB
CMYK
RGB Variations
Color information
#813DBA (or 0x813DBA) is known color: Studio. HEX triplet: 81, 3D and BA. RGB value is (129,61,186). Sum of RGB (Red+Green+Blue) = 129+61+186=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #813DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813DBA is #7EC245. Grayscale: #5F5F5F. Windows color (decimal): -8307270 or 12205441. OLE color: 12205441.
HSL color Cylindrical-coordinate representation of color #813DBA: hue angle of 272.64º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #813DBA is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 61 | 186 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.27 |
| HSL | 272.64º | 0.51% | 0.48% | - |
| HSV(B) | 272.64º | 0.67% | 0.73% | - |
| XYZ | 19.58 | 11.55 | 47.65 | - |
| YUV | 95.58 | 179.03 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 61 | 186 | 0.31 | 0.67 | 0 | 0.27 | 272.64 | 0.51 | 0.48 |
| Hex | 81 | 3D | BA | 1F | 43 | 0 | 1B | 111 | 33 | 30 |
| Octal | 201 | 75 | 272 | 37 | 103 | 0 | 33 | 421 | 63 | 60 |
| Binary | 10000001 | 111101 | 10111010 | 11111 | 1000011 | 0 | 11011 | 100010001 | 110011 | 110000 |
Color Harmonies of #813DBA
Complementary color
Monochromatic Colors of #813DBA
Black with #813DBA
Text Example
Text Example
White with #813DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813DBA; }
p { color: rgb(129,61,186); }
H1.HeaderClassName
{
color: #813DBA;
}
.AnyTagClassName
{
color: #813DBA;
}
</style>
background-color css
<style>
a { background-color: #813DBA; }
a { background-color: rgb(129,61,186); }
div.DivClassName
{
background-color: #813DBA;
}
.BgClassName
{
background-color: #813DBA;
}
</style>
border-color css
<style>
span { border-color: #813DBA; }
span { border-color: rgb(129,61,186); }
td.TdClassName
{
border-color: #813DBA;
}
.TagClassName
{
border-color: #813DBA;
}
</style>