Shades of Studio #8139B0
Tints of Studio #8139B0
RGB
CMYK
RGB Variations
Color information
#8139B0 (or 0x8139B0) is known color: Studio. HEX triplet: 81, 39 and B0. RGB value is (129,57,176). Sum of RGB (Red+Green+Blue) = 129+57+176=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 176 - color contains mainly: blue. Hex color #8139B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8139B0 is #7EC64F. Grayscale: #5B5B5B. Windows color (decimal): -8308304 or 11549057. OLE color: 11549057.
HSL color Cylindrical-coordinate representation of color #8139B0: hue angle of 276.3º 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 #8139B0 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 57 | 176 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.31 |
| HSL | 276.3º | 0.51% | 0.46% | - |
| HSV(B) | 276.3º | 0.68% | 0.69% | - |
| XYZ | 18.35 | 10.73 | 42.18 | - |
| YUV | 92.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 57 | 176 | 0.27 | 0.68 | 0 | 0.31 | 276.3 | 0.51 | 0.46 |
| Hex | 81 | 39 | B0 | 1B | 44 | 0 | 1F | 114 | 33 | 2E |
| Octal | 201 | 71 | 260 | 33 | 104 | 0 | 37 | 424 | 63 | 56 |
| Binary | 10000001 | 111001 | 10110000 | 11011 | 1000100 | 0 | 11111 | 100010100 | 110011 | 101110 |
Color Harmonies of #8139B0
Complementary color
Monochromatic Colors of #8139B0
Black with #8139B0
Text Example
Text Example
White with #8139B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8139B0; }
p { color: rgb(129,57,176); }
H1.HeaderClassName
{
color: #8139B0;
}
.AnyTagClassName
{
color: #8139B0;
}
</style>
background-color css
<style>
a { background-color: #8139B0; }
a { background-color: rgb(129,57,176); }
div.DivClassName
{
background-color: #8139B0;
}
.BgClassName
{
background-color: #8139B0;
}
</style>
border-color css
<style>
span { border-color: #8139B0; }
span { border-color: rgb(129,57,176); }
td.TdClassName
{
border-color: #8139B0;
}
.TagClassName
{
border-color: #8139B0;
}
</style>