Shades of Studio #82549C
Tints of Studio #82549C
RGB
CMYK
RGB Variations
Color information
#82549C (or 0x82549C) is known color: Studio. HEX triplet: 82, 54 and 9C. RGB value is (130,84,156). Sum of RGB (Red+Green+Blue) = 130+84+156=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #82549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82549C is #7DAB63. Grayscale: #696969. Windows color (decimal): -8235876 or 10245250. OLE color: 10245250.
HSL color Cylindrical-coordinate representation of color #82549C: hue angle of 278.33º 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 #82549C is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 84 | 156 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.39 |
| HSL | 278.33º | 0.3% | 0.47% | - |
| HSV(B) | 278.33º | 0.46% | 0.61% | - |
| XYZ | 18.38 | 13.49 | 33.09 | - |
| YUV | 105.96 | 156.24 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 84 | 156 | 0.17 | 0.46 | 0 | 0.39 | 278.33 | 0.3 | 0.47 |
| Hex | 82 | 54 | 9C | 11 | 2E | 0 | 27 | 116 | 1E | 2F |
| Octal | 202 | 124 | 234 | 21 | 56 | 0 | 47 | 426 | 36 | 57 |
| Binary | 10000010 | 1010100 | 10011100 | 10001 | 101110 | 0 | 100111 | 100010110 | 11110 | 101111 |
Color Harmonies of #82549C
Complementary color
Monochromatic Colors of #82549C
Black with #82549C
Text Example
Text Example
White with #82549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82549C; }
p { color: rgb(130,84,156); }
H1.HeaderClassName
{
color: #82549C;
}
.AnyTagClassName
{
color: #82549C;
}
</style>
background-color css
<style>
a { background-color: #82549C; }
a { background-color: rgb(130,84,156); }
div.DivClassName
{
background-color: #82549C;
}
.BgClassName
{
background-color: #82549C;
}
</style>
border-color css
<style>
span { border-color: #82549C; }
span { border-color: rgb(130,84,156); }
td.TdClassName
{
border-color: #82549C;
}
.TagClassName
{
border-color: #82549C;
}
</style>