Shades of Studio #8256B1
Tints of Studio #8256B1
RGB
CMYK
RGB Variations
Color information
#8256B1 (or 0x8256B1) is known color: Studio. HEX triplet: 82, 56 and B1. RGB value is (130,86,177). Sum of RGB (Red+Green+Blue) = 130+86+177=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 177 - color contains mainly: blue. Hex color #8256B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8256B1 is #7DA94E. Grayscale: #6D6D6D. Windows color (decimal): -8235343 or 11622018. OLE color: 11622018.
HSL color Cylindrical-coordinate representation of color #8256B1: hue angle of 269.01º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8256B1 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 86 | 177 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.31 |
| HSL | 269.01º | 0.37% | 0.52% | - |
| HSV(B) | 269.01º | 0.51% | 0.69% | - |
| XYZ | 20.47 | 14.58 | 43.33 | - |
| YUV | 109.53 | 166.08 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 177 | 0.27 | 0.51 | 0 | 0.31 | 269.01 | 0.37 | 0.52 |
| Hex | 82 | 56 | B1 | 1B | 33 | 0 | 1F | 10D | 25 | 34 |
| Octal | 202 | 126 | 261 | 33 | 63 | 0 | 37 | 415 | 45 | 64 |
| Binary | 10000010 | 1010110 | 10110001 | 11011 | 110011 | 0 | 11111 | 100001101 | 100101 | 110100 |
Color Harmonies of #8256B1
Complementary color
Monochromatic Colors of #8256B1
Black with #8256B1
Text Example
Text Example
White with #8256B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8256B1; }
p { color: rgb(130,86,177); }
H1.HeaderClassName
{
color: #8256B1;
}
.AnyTagClassName
{
color: #8256B1;
}
</style>
background-color css
<style>
a { background-color: #8256B1; }
a { background-color: rgb(130,86,177); }
div.DivClassName
{
background-color: #8256B1;
}
.BgClassName
{
background-color: #8256B1;
}
</style>
border-color css
<style>
span { border-color: #8256B1; }
span { border-color: rgb(130,86,177); }
td.TdClassName
{
border-color: #8256B1;
}
.TagClassName
{
border-color: #8256B1;
}
</style>