Shades of Studio #80549B
Tints of Studio #80549B
RGB
CMYK
RGB Variations
Color information
#80549B (or 0x80549B) is known color: Studio. HEX triplet: 80, 54 and 9B. RGB value is (128,84,155). Sum of RGB (Red+Green+Blue) = 128+84+155=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #80549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80549B is #7FAB64. Grayscale: #696969. Windows color (decimal): -8366949 or 10179712. OLE color: 10179712.
HSL color Cylindrical-coordinate representation of color #80549B: hue angle of 277.18º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80549B is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 84 | 155 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.39 |
| HSL | 277.18º | 0.3% | 0.47% | - |
| HSV(B) | 277.18º | 0.46% | 0.61% | - |
| XYZ | 17.99 | 13.3 | 32.63 | - |
| YUV | 105.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 155 | 0.17 | 0.46 | 0 | 0.39 | 277.18 | 0.3 | 0.47 |
| Hex | 80 | 54 | 9B | 11 | 2E | 0 | 27 | 115 | 1E | 2F |
| Octal | 200 | 124 | 233 | 21 | 56 | 0 | 47 | 425 | 36 | 57 |
| Binary | 10000000 | 1010100 | 10011011 | 10001 | 101110 | 0 | 100111 | 100010101 | 11110 | 101111 |
Color Harmonies of #80549B
Complementary color
Monochromatic Colors of #80549B
Black with #80549B
Text Example
Text Example
White with #80549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80549B; }
p { color: rgb(128,84,155); }
H1.HeaderClassName
{
color: #80549B;
}
.AnyTagClassName
{
color: #80549B;
}
</style>
background-color css
<style>
a { background-color: #80549B; }
a { background-color: rgb(128,84,155); }
div.DivClassName
{
background-color: #80549B;
}
.BgClassName
{
background-color: #80549B;
}
</style>
border-color css
<style>
span { border-color: #80549B; }
span { border-color: rgb(128,84,155); }
td.TdClassName
{
border-color: #80549B;
}
.TagClassName
{
border-color: #80549B;
}
</style>