Shades of Studio #82499E
Tints of Studio #82499E
RGB
CMYK
RGB Variations
Color information
#82499E (or 0x82499E) is known color: Studio. HEX triplet: 82, 49 and 9E. RGB value is (130,73,158). Sum of RGB (Red+Green+Blue) = 130+73+158=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #82499E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82499E is #7DB661. Grayscale: #636363. Windows color (decimal): -8238690 or 10373506. OLE color: 10373506.
HSL color Cylindrical-coordinate representation of color #82499E: hue angle of 280.24º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82499E is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 73 | 158 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.38 |
| HSL | 280.24º | 0.37% | 0.45% | - |
| HSV(B) | 280.24º | 0.54% | 0.62% | - |
| XYZ | 17.76 | 11.98 | 33.72 | - |
| YUV | 99.73 | 160.88 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 158 | 0.18 | 0.54 | 0 | 0.38 | 280.24 | 0.37 | 0.45 |
| Hex | 82 | 49 | 9E | 12 | 36 | 0 | 26 | 118 | 25 | 2D |
| Octal | 202 | 111 | 236 | 22 | 66 | 0 | 46 | 430 | 45 | 55 |
| Binary | 10000010 | 1001001 | 10011110 | 10010 | 110110 | 0 | 100110 | 100011000 | 100101 | 101101 |
Color Harmonies of #82499E
Complementary color
Monochromatic Colors of #82499E
Black with #82499E
Text Example
Text Example
White with #82499E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82499E; }
p { color: rgb(130,73,158); }
H1.HeaderClassName
{
color: #82499E;
}
.AnyTagClassName
{
color: #82499E;
}
</style>
background-color css
<style>
a { background-color: #82499E; }
a { background-color: rgb(130,73,158); }
div.DivClassName
{
background-color: #82499E;
}
.BgClassName
{
background-color: #82499E;
}
</style>
border-color css
<style>
span { border-color: #82499E; }
span { border-color: rgb(130,73,158); }
td.TdClassName
{
border-color: #82499E;
}
.TagClassName
{
border-color: #82499E;
}
</style>