Shades of Studio #8049B2
Tints of Studio #8049B2
RGB
CMYK
RGB Variations
Color information
#8049B2 (or 0x8049B2) is known color: Studio. HEX triplet: 80, 49 and B2. RGB value is (128,73,178). Sum of RGB (Red+Green+Blue) = 128+73+178=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 178 (69.92% from 255 or 46.97% from 379); Max value from RGB is 178 - color contains mainly: blue. Hex color #8049B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8049B2 is #7FB64D. Grayscale: #656565. Windows color (decimal): -8369742 or 11684224. OLE color: 11684224.
HSL color Cylindrical-coordinate representation of color #8049B2: hue angle of 271.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8049B2 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 73 | 178 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.30 |
| HSL | 271.43º | 0.42% | 0.49% | - |
| HSV(B) | 271.43º | 0.59% | 0.7% | - |
| XYZ | 19.32 | 12.57 | 43.53 | - |
| YUV | 101.42 | 171.22 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 178 | 0.28 | 0.59 | 0 | 0.30 | 271.43 | 0.42 | 0.49 |
| Hex | 80 | 49 | B2 | 1C | 3B | 0 | 1E | 10F | 2A | 31 |
| Octal | 200 | 111 | 262 | 34 | 73 | 0 | 36 | 417 | 52 | 61 |
| Binary | 10000000 | 1001001 | 10110010 | 11100 | 111011 | 0 | 11110 | 100001111 | 101010 | 110001 |
Color Harmonies of #8049B2
Complementary color
Monochromatic Colors of #8049B2
Black with #8049B2
Text Example
Text Example
White with #8049B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8049B2; }
p { color: rgb(128,73,178); }
H1.HeaderClassName
{
color: #8049B2;
}
.AnyTagClassName
{
color: #8049B2;
}
</style>
background-color css
<style>
a { background-color: #8049B2; }
a { background-color: rgb(128,73,178); }
div.DivClassName
{
background-color: #8049B2;
}
.BgClassName
{
background-color: #8049B2;
}
</style>
border-color css
<style>
span { border-color: #8049B2; }
span { border-color: rgb(128,73,178); }
td.TdClassName
{
border-color: #8049B2;
}
.TagClassName
{
border-color: #8049B2;
}
</style>