Shades of Studio #8139B1
Tints of Studio #8139B1
RGB
CMYK
RGB Variations
Color information
#8139B1 (or 0x8139B1) is known color: Studio. HEX triplet: 81, 39 and B1. RGB value is (129,57,177). Sum of RGB (Red+Green+Blue) = 129+57+177=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #8139B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8139B1 is #7EC64E. Grayscale: #5B5B5B. Windows color (decimal): -8308303 or 11614593. OLE color: 11614593.
HSL color Cylindrical-coordinate representation of color #8139B1: hue angle of 276º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8139B1 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 57 | 177 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.31 |
| HSL | 276º | 0.51% | 0.46% | - |
| HSV(B) | 276º | 0.68% | 0.69% | - |
| XYZ | 18.45 | 10.77 | 42.7 | - |
| YUV | 92.21 | 175.85 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 57 | 177 | 0.27 | 0.68 | 0 | 0.31 | 276 | 0.51 | 0.46 |
| Hex | 81 | 39 | B1 | 1B | 44 | 0 | 1F | 114 | 33 | 2E |
| Octal | 201 | 71 | 261 | 33 | 104 | 0 | 37 | 424 | 63 | 56 |
| Binary | 10000001 | 111001 | 10110001 | 11011 | 1000100 | 0 | 11111 | 100010100 | 110011 | 101110 |
Color Harmonies of #8139B1
Complementary color
Monochromatic Colors of #8139B1
Black with #8139B1
Text Example
Text Example
White with #8139B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8139B1; }
p { color: rgb(129,57,177); }
H1.HeaderClassName
{
color: #8139B1;
}
.AnyTagClassName
{
color: #8139B1;
}
</style>
background-color css
<style>
a { background-color: #8139B1; }
a { background-color: rgb(129,57,177); }
div.DivClassName
{
background-color: #8139B1;
}
.BgClassName
{
background-color: #8139B1;
}
</style>
border-color css
<style>
span { border-color: #8139B1; }
span { border-color: rgb(129,57,177); }
td.TdClassName
{
border-color: #8139B1;
}
.TagClassName
{
border-color: #8139B1;
}
</style>