Shades of Studio #8047BB
Tints of Studio #8047BB
RGB
CMYK
RGB Variations
Color information
#8047BB (or 0x8047BB) is known color: Studio. HEX triplet: 80, 47 and BB. RGB value is (128,71,187). Sum of RGB (Red+Green+Blue) = 128+71+187=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #8047BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8047BB is #7FB844. Grayscale: #646464. Windows color (decimal): -8370245 or 12273536. OLE color: 12273536.
HSL color Cylindrical-coordinate representation of color #8047BB: hue angle of 269.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8047BB is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 71 | 187 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.27 |
| HSL | 269.48º | 0.46% | 0.51% | - |
| HSV(B) | 269.48º | 0.62% | 0.73% | - |
| XYZ | 20.12 | 12.68 | 48.4 | - |
| YUV | 101.27 | 176.38 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 187 | 0.32 | 0.62 | 0 | 0.27 | 269.48 | 0.46 | 0.51 |
| Hex | 80 | 47 | BB | 20 | 3E | 0 | 1B | 10D | 2E | 33 |
| Octal | 200 | 107 | 273 | 40 | 76 | 0 | 33 | 415 | 56 | 63 |
| Binary | 10000000 | 1000111 | 10111011 | 100000 | 111110 | 0 | 11011 | 100001101 | 101110 | 110011 |
Color Harmonies of #8047BB
Complementary color
Monochromatic Colors of #8047BB
Black with #8047BB
Text Example
Text Example
White with #8047BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8047BB; }
p { color: rgb(128,71,187); }
H1.HeaderClassName
{
color: #8047BB;
}
.AnyTagClassName
{
color: #8047BB;
}
</style>
background-color css
<style>
a { background-color: #8047BB; }
a { background-color: rgb(128,71,187); }
div.DivClassName
{
background-color: #8047BB;
}
.BgClassName
{
background-color: #8047BB;
}
</style>
border-color css
<style>
span { border-color: #8047BB; }
span { border-color: rgb(128,71,187); }
td.TdClassName
{
border-color: #8047BB;
}
.TagClassName
{
border-color: #8047BB;
}
</style>