Shades of Studio #8249A0
Tints of Studio #8249A0
RGB
CMYK
RGB Variations
Color information
#8249A0 (or 0x8249A0) is known color: Studio. HEX triplet: 82, 49 and A0. RGB value is (130,73,160). Sum of RGB (Red+Green+Blue) = 130+73+160=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 160 - color contains mainly: blue. Hex color #8249A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8249A0 is #7DB65F. Grayscale: #636363. Windows color (decimal): -8238688 or 10504578. OLE color: 10504578.
HSL color Cylindrical-coordinate representation of color #8249A0: hue angle of 279.31º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8249A0 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 73 | 160 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.37 |
| HSL | 279.31º | 0.37% | 0.46% | - |
| HSV(B) | 279.31º | 0.54% | 0.63% | - |
| XYZ | 17.93 | 12.05 | 34.64 | - |
| YUV | 99.96 | 161.88 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 160 | 0.19 | 0.54 | 0 | 0.37 | 279.31 | 0.37 | 0.46 |
| Hex | 82 | 49 | A0 | 13 | 36 | 0 | 25 | 117 | 25 | 2E |
| Octal | 202 | 111 | 240 | 23 | 66 | 0 | 45 | 427 | 45 | 56 |
| Binary | 10000010 | 1001001 | 10100000 | 10011 | 110110 | 0 | 100101 | 100010111 | 100101 | 101110 |
Color Harmonies of #8249A0
Complementary color
Monochromatic Colors of #8249A0
Black with #8249A0
Text Example
Text Example
White with #8249A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8249A0; }
p { color: rgb(130,73,160); }
H1.HeaderClassName
{
color: #8249A0;
}
.AnyTagClassName
{
color: #8249A0;
}
</style>
background-color css
<style>
a { background-color: #8249A0; }
a { background-color: rgb(130,73,160); }
div.DivClassName
{
background-color: #8249A0;
}
.BgClassName
{
background-color: #8249A0;
}
</style>
border-color css
<style>
span { border-color: #8249A0; }
span { border-color: rgb(130,73,160); }
td.TdClassName
{
border-color: #8249A0;
}
.TagClassName
{
border-color: #8249A0;
}
</style>