Shades of Studio #8259AD
Tints of Studio #8259AD
RGB
CMYK
RGB Variations
Color information
#8259AD (or 0x8259AD) is known color: Studio. HEX triplet: 82, 59 and AD. RGB value is (130,89,173). Sum of RGB (Red+Green+Blue) = 130+89+173=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #8259AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8259AD is #7DA652. Grayscale: #6E6E6E. Windows color (decimal): -8234579 or 11360642. OLE color: 11360642.
HSL color Cylindrical-coordinate representation of color #8259AD: hue angle of 269.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8259AD is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 89 | 173 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.32 |
| HSL | 269.29º | 0.34% | 0.51% | - |
| HSV(B) | 269.29º | 0.49% | 0.68% | - |
| XYZ | 20.32 | 14.91 | 41.34 | - |
| YUV | 110.84 | 163.08 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 173 | 0.25 | 0.49 | 0 | 0.32 | 269.29 | 0.34 | 0.51 |
| Hex | 82 | 59 | AD | 19 | 31 | 0 | 20 | 10D | 22 | 33 |
| Octal | 202 | 131 | 255 | 31 | 61 | 0 | 40 | 415 | 42 | 63 |
| Binary | 10000010 | 1011001 | 10101101 | 11001 | 110001 | 0 | 100000 | 100001101 | 100010 | 110011 |
Color Harmonies of #8259AD
Complementary color
Monochromatic Colors of #8259AD
Black with #8259AD
Text Example
Text Example
White with #8259AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8259AD; }
p { color: rgb(130,89,173); }
H1.HeaderClassName
{
color: #8259AD;
}
.AnyTagClassName
{
color: #8259AD;
}
</style>
background-color css
<style>
a { background-color: #8259AD; }
a { background-color: rgb(130,89,173); }
div.DivClassName
{
background-color: #8259AD;
}
.BgClassName
{
background-color: #8259AD;
}
</style>
border-color css
<style>
span { border-color: #8259AD; }
span { border-color: rgb(130,89,173); }
td.TdClassName
{
border-color: #8259AD;
}
.TagClassName
{
border-color: #8259AD;
}
</style>