Shades of Studio #8049BC
Tints of Studio #8049BC
RGB
CMYK
RGB Variations
Color information
#8049BC (or 0x8049BC) is known color: Studio. HEX triplet: 80, 49 and BC. RGB value is (128,73,188). Sum of RGB (Red+Green+Blue) = 128+73+188=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #8049BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8049BC is #7FB643. Grayscale: #666666. Windows color (decimal): -8369732 or 12339584. OLE color: 12339584.
HSL color Cylindrical-coordinate representation of color #8049BC: hue angle of 268.7º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8049BC is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 73 | 188 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.26 |
| HSL | 268.7º | 0.46% | 0.51% | - |
| HSV(B) | 268.7º | 0.61% | 0.74% | - |
| XYZ | 20.36 | 12.99 | 49.01 | - |
| YUV | 102.56 | 176.22 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 188 | 0.32 | 0.61 | 0 | 0.26 | 268.7 | 0.46 | 0.51 |
| Hex | 80 | 49 | BC | 20 | 3D | 0 | 1A | 10D | 2E | 33 |
| Octal | 200 | 111 | 274 | 40 | 75 | 0 | 32 | 415 | 56 | 63 |
| Binary | 10000000 | 1001001 | 10111100 | 100000 | 111101 | 0 | 11010 | 100001101 | 101110 | 110011 |
Color Harmonies of #8049BC
Complementary color
Monochromatic Colors of #8049BC
Black with #8049BC
Text Example
Text Example
White with #8049BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8049BC; }
p { color: rgb(128,73,188); }
H1.HeaderClassName
{
color: #8049BC;
}
.AnyTagClassName
{
color: #8049BC;
}
</style>
background-color css
<style>
a { background-color: #8049BC; }
a { background-color: rgb(128,73,188); }
div.DivClassName
{
background-color: #8049BC;
}
.BgClassName
{
background-color: #8049BC;
}
</style>
border-color css
<style>
span { border-color: #8049BC; }
span { border-color: rgb(128,73,188); }
td.TdClassName
{
border-color: #8049BC;
}
.TagClassName
{
border-color: #8049BC;
}
</style>