Shades of Studio #8049B4
Tints of Studio #8049B4
RGB
CMYK
RGB Variations
Color information
#8049B4 (or 0x8049B4) is known color: Studio. HEX triplet: 80, 49 and B4. RGB value is (128,73,180). Sum of RGB (Red+Green+Blue) = 128+73+180=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #8049B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8049B4 is #7FB64B. Grayscale: #656565. Windows color (decimal): -8369740 or 11815296. OLE color: 11815296.
HSL color Cylindrical-coordinate representation of color #8049B4: hue angle of 270.84º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8049B4 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 73 | 180 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.29 |
| HSL | 270.84º | 0.42% | 0.5% | - |
| HSV(B) | 270.84º | 0.59% | 0.71% | - |
| XYZ | 19.52 | 12.65 | 44.59 | - |
| YUV | 101.64 | 172.22 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 180 | 0.29 | 0.59 | 0 | 0.29 | 270.84 | 0.42 | 0.5 |
| Hex | 80 | 49 | B4 | 1D | 3B | 0 | 1D | 10F | 2A | 32 |
| Octal | 200 | 111 | 264 | 35 | 73 | 0 | 35 | 417 | 52 | 62 |
| Binary | 10000000 | 1001001 | 10110100 | 11101 | 111011 | 0 | 11101 | 100001111 | 101010 | 110010 |
Color Harmonies of #8049B4
Complementary color
Monochromatic Colors of #8049B4
Black with #8049B4
Text Example
Text Example
White with #8049B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8049B4; }
p { color: rgb(128,73,180); }
H1.HeaderClassName
{
color: #8049B4;
}
.AnyTagClassName
{
color: #8049B4;
}
</style>
background-color css
<style>
a { background-color: #8049B4; }
a { background-color: rgb(128,73,180); }
div.DivClassName
{
background-color: #8049B4;
}
.BgClassName
{
background-color: #8049B4;
}
</style>
border-color css
<style>
span { border-color: #8049B4; }
span { border-color: rgb(128,73,180); }
td.TdClassName
{
border-color: #8049B4;
}
.TagClassName
{
border-color: #8049B4;
}
</style>