Shades of Studio #8245BA
Tints of Studio #8245BA
RGB
CMYK
RGB Variations
Color information
#8245BA (or 0x8245BA) is known color: Studio. HEX triplet: 82, 45 and BA. RGB value is (130,69,186). Sum of RGB (Red+Green+Blue) = 130+69+186=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #8245BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8245BA is #7DBA45. Grayscale: #646464. Windows color (decimal): -8239686 or 12207490. OLE color: 12207490.
HSL color Cylindrical-coordinate representation of color #8245BA: hue angle of 271.28º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8245BA is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 69 | 186 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.27 |
| HSL | 271.28º | 0.46% | 0.5% | - |
| HSV(B) | 271.28º | 0.63% | 0.73% | - |
| XYZ | 20.2 | 12.55 | 47.81 | - |
| YUV | 100.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 69 | 186 | 0.30 | 0.63 | 0 | 0.27 | 271.28 | 0.46 | 0.5 |
| Hex | 82 | 45 | BA | 1E | 3F | 0 | 1B | 10F | 2E | 32 |
| Octal | 202 | 105 | 272 | 36 | 77 | 0 | 33 | 417 | 56 | 62 |
| Binary | 10000010 | 1000101 | 10111010 | 11110 | 111111 | 0 | 11011 | 100001111 | 101110 | 110010 |
Color Harmonies of #8245BA
Complementary color
Monochromatic Colors of #8245BA
Black with #8245BA
Text Example
Text Example
White with #8245BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8245BA; }
p { color: rgb(130,69,186); }
H1.HeaderClassName
{
color: #8245BA;
}
.AnyTagClassName
{
color: #8245BA;
}
</style>
background-color css
<style>
a { background-color: #8245BA; }
a { background-color: rgb(130,69,186); }
div.DivClassName
{
background-color: #8245BA;
}
.BgClassName
{
background-color: #8245BA;
}
</style>
border-color css
<style>
span { border-color: #8245BA; }
span { border-color: rgb(130,69,186); }
td.TdClassName
{
border-color: #8245BA;
}
.TagClassName
{
border-color: #8245BA;
}
</style>