Shades of Studio #80549F
Tints of Studio #80549F
RGB
CMYK
RGB Variations
Color information
#80549F (or 0x80549F) is known color: Studio. HEX triplet: 80, 54 and 9F. RGB value is (128,84,159). Sum of RGB (Red+Green+Blue) = 128+84+159=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #80549F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80549F is #7FAB60. Grayscale: #696969. Windows color (decimal): -8366945 or 10441856. OLE color: 10441856.
HSL color Cylindrical-coordinate representation of color #80549F: hue angle of 275.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80549F is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 84 | 159 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.38 |
| HSL | 275.2º | 0.31% | 0.48% | - |
| HSV(B) | 275.2º | 0.47% | 0.62% | - |
| XYZ | 18.33 | 13.43 | 34.43 | - |
| YUV | 105.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 159 | 0.19 | 0.47 | 0 | 0.38 | 275.2 | 0.31 | 0.48 |
| Hex | 80 | 54 | 9F | 13 | 2F | 0 | 26 | 113 | 1F | 30 |
| Octal | 200 | 124 | 237 | 23 | 57 | 0 | 46 | 423 | 37 | 60 |
| Binary | 10000000 | 1010100 | 10011111 | 10011 | 101111 | 0 | 100110 | 100010011 | 11111 | 110000 |
Color Harmonies of #80549F
Complementary color
Monochromatic Colors of #80549F
Black with #80549F
Text Example
Text Example
White with #80549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80549F; }
p { color: rgb(128,84,159); }
H1.HeaderClassName
{
color: #80549F;
}
.AnyTagClassName
{
color: #80549F;
}
</style>
background-color css
<style>
a { background-color: #80549F; }
a { background-color: rgb(128,84,159); }
div.DivClassName
{
background-color: #80549F;
}
.BgClassName
{
background-color: #80549F;
}
</style>
border-color css
<style>
span { border-color: #80549F; }
span { border-color: rgb(128,84,159); }
td.TdClassName
{
border-color: #80549F;
}
.TagClassName
{
border-color: #80549F;
}
</style>