Shades of Studio #8049B3
Tints of Studio #8049B3
RGB
CMYK
RGB Variations
Color information
#8049B3 (or 0x8049B3) is known color: Studio. HEX triplet: 80, 49 and B3. RGB value is (128,73,179). Sum of RGB (Red+Green+Blue) = 128+73+179=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 179 - color contains mainly: blue. Hex color #8049B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8049B3 is #7FB64C. Grayscale: #656565. Windows color (decimal): -8369741 or 11749760. OLE color: 11749760.
HSL color Cylindrical-coordinate representation of color #8049B3: hue angle of 271.13º 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 #8049B3 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 73 | 179 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.30 |
| HSL | 271.13º | 0.42% | 0.49% | - |
| HSV(B) | 271.13º | 0.59% | 0.7% | - |
| XYZ | 19.42 | 12.61 | 44.06 | - |
| YUV | 101.53 | 171.72 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 179 | 0.28 | 0.59 | 0 | 0.30 | 271.13 | 0.42 | 0.49 |
| Hex | 80 | 49 | B3 | 1C | 3B | 0 | 1E | 10F | 2A | 31 |
| Octal | 200 | 111 | 263 | 34 | 73 | 0 | 36 | 417 | 52 | 61 |
| Binary | 10000000 | 1001001 | 10110011 | 11100 | 111011 | 0 | 11110 | 100001111 | 101010 | 110001 |
Color Harmonies of #8049B3
Complementary color
Monochromatic Colors of #8049B3
Black with #8049B3
Text Example
Text Example
White with #8049B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8049B3; }
p { color: rgb(128,73,179); }
H1.HeaderClassName
{
color: #8049B3;
}
.AnyTagClassName
{
color: #8049B3;
}
</style>
background-color css
<style>
a { background-color: #8049B3; }
a { background-color: rgb(128,73,179); }
div.DivClassName
{
background-color: #8049B3;
}
.BgClassName
{
background-color: #8049B3;
}
</style>
border-color css
<style>
span { border-color: #8049B3; }
span { border-color: rgb(128,73,179); }
td.TdClassName
{
border-color: #8049B3;
}
.TagClassName
{
border-color: #8049B3;
}
</style>