Shades of Studio #813FBC
Tints of Studio #813FBC
RGB
CMYK
RGB Variations
Color information
#813FBC (or 0x813FBC) is known color: Studio. HEX triplet: 81, 3F and BC. RGB value is (129,63,188). Sum of RGB (Red+Green+Blue) = 129+63+188=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #813FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813FBC is #7EC043. Grayscale: #606060. Windows color (decimal): -8306756 or 12337025. OLE color: 12337025.
HSL color Cylindrical-coordinate representation of color #813FBC: hue angle of 271.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #813FBC is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 63 | 188 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.26 |
| HSL | 271.68º | 0.5% | 0.49% | - |
| HSV(B) | 271.68º | 0.66% | 0.74% | - |
| XYZ | 19.91 | 11.85 | 48.82 | - |
| YUV | 96.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 188 | 0.31 | 0.66 | 0 | 0.26 | 271.68 | 0.5 | 0.49 |
| Hex | 81 | 3F | BC | 1F | 42 | 0 | 1A | 110 | 32 | 31 |
| Octal | 201 | 77 | 274 | 37 | 102 | 0 | 32 | 420 | 62 | 61 |
| Binary | 10000001 | 111111 | 10111100 | 11111 | 1000010 | 0 | 11010 | 100010000 | 110010 | 110001 |
Color Harmonies of #813FBC
Complementary color
Monochromatic Colors of #813FBC
Black with #813FBC
Text Example
Text Example
White with #813FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813FBC; }
p { color: rgb(129,63,188); }
H1.HeaderClassName
{
color: #813FBC;
}
.AnyTagClassName
{
color: #813FBC;
}
</style>
background-color css
<style>
a { background-color: #813FBC; }
a { background-color: rgb(129,63,188); }
div.DivClassName
{
background-color: #813FBC;
}
.BgClassName
{
background-color: #813FBC;
}
</style>
border-color css
<style>
span { border-color: #813FBC; }
span { border-color: rgb(129,63,188); }
td.TdClassName
{
border-color: #813FBC;
}
.TagClassName
{
border-color: #813FBC;
}
</style>