Shades of Studio #825BAD
Tints of Studio #825BAD
RGB
CMYK
RGB Variations
Color information
#825BAD (or 0x825BAD) is known color: Studio. HEX triplet: 82, 5B and AD. RGB value is (130,91,173). Sum of RGB (Red+Green+Blue) = 130+91+173=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #825BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825BAD is #7DA452. Grayscale: #6F6F6F. Windows color (decimal): -8234067 or 11361154. OLE color: 11361154.
HSL color Cylindrical-coordinate representation of color #825BAD: hue angle of 268.54º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #825BAD is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 91 | 173 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.32 |
| HSL | 268.54º | 0.33% | 0.52% | - |
| HSV(B) | 268.54º | 0.47% | 0.68% | - |
| XYZ | 20.49 | 15.25 | 41.4 | - |
| YUV | 112.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 173 | 0.25 | 0.47 | 0 | 0.32 | 268.54 | 0.33 | 0.52 |
| Hex | 82 | 5B | AD | 19 | 2F | 0 | 20 | 10D | 21 | 34 |
| Octal | 202 | 133 | 255 | 31 | 57 | 0 | 40 | 415 | 41 | 64 |
| Binary | 10000010 | 1011011 | 10101101 | 11001 | 101111 | 0 | 100000 | 100001101 | 100001 | 110100 |
Color Harmonies of #825BAD
Complementary color
Monochromatic Colors of #825BAD
Black with #825BAD
Text Example
Text Example
White with #825BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825BAD; }
p { color: rgb(130,91,173); }
H1.HeaderClassName
{
color: #825BAD;
}
.AnyTagClassName
{
color: #825BAD;
}
</style>
background-color css
<style>
a { background-color: #825BAD; }
a { background-color: rgb(130,91,173); }
div.DivClassName
{
background-color: #825BAD;
}
.BgClassName
{
background-color: #825BAD;
}
</style>
border-color css
<style>
span { border-color: #825BAD; }
span { border-color: rgb(130,91,173); }
td.TdClassName
{
border-color: #825BAD;
}
.TagClassName
{
border-color: #825BAD;
}
</style>