Shades of Studio #825BA9
Tints of Studio #825BA9
RGB
CMYK
RGB Variations
Color information
#825BA9 (or 0x825BA9) is known color: Studio. HEX triplet: 82, 5B and A9. RGB value is (130,91,169). Sum of RGB (Red+Green+Blue) = 130+91+169=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 169 (66.41% from 255 or 43.33% from 390); Max value from RGB is 169 - color contains mainly: blue. Hex color #825BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825BA9 is #7DA456. Grayscale: #6F6F6F. Windows color (decimal): -8234071 or 11099010. OLE color: 11099010.
HSL color Cylindrical-coordinate representation of color #825BA9: hue angle of 270º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #825BA9 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 91 | 169 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.34 |
| HSL | 270º | 0.31% | 0.51% | - |
| HSV(B) | 270º | 0.46% | 0.66% | - |
| XYZ | 20.11 | 15.09 | 39.39 | - |
| YUV | 111.55 | 160.42 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 169 | 0.23 | 0.46 | 0 | 0.34 | 270 | 0.31 | 0.51 |
| Hex | 82 | 5B | A9 | 17 | 2E | 0 | 22 | 10E | 1F | 33 |
| Octal | 202 | 133 | 251 | 27 | 56 | 0 | 42 | 416 | 37 | 63 |
| Binary | 10000010 | 1011011 | 10101001 | 10111 | 101110 | 0 | 100010 | 100001110 | 11111 | 110011 |
Color Harmonies of #825BA9
Complementary color
Monochromatic Colors of #825BA9
Black with #825BA9
Text Example
Text Example
White with #825BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825BA9; }
p { color: rgb(130,91,169); }
H1.HeaderClassName
{
color: #825BA9;
}
.AnyTagClassName
{
color: #825BA9;
}
</style>
background-color css
<style>
a { background-color: #825BA9; }
a { background-color: rgb(130,91,169); }
div.DivClassName
{
background-color: #825BA9;
}
.BgClassName
{
background-color: #825BA9;
}
</style>
border-color css
<style>
span { border-color: #825BA9; }
span { border-color: rgb(130,91,169); }
td.TdClassName
{
border-color: #825BA9;
}
.TagClassName
{
border-color: #825BA9;
}
</style>