Shades of Studio #8259AE
Tints of Studio #8259AE
RGB
CMYK
RGB Variations
Color information
#8259AE (or 0x8259AE) is known color: Studio. HEX triplet: 82, 59 and AE. RGB value is (130,89,174). Sum of RGB (Red+Green+Blue) = 130+89+174=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #8259AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8259AE is #7DA651. Grayscale: #6E6E6E. Windows color (decimal): -8234578 or 11426178. OLE color: 11426178.
HSL color Cylindrical-coordinate representation of color #8259AE: hue angle of 268.94º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8259AE is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 89 | 174 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.32 |
| HSL | 268.94º | 0.34% | 0.52% | - |
| HSV(B) | 268.94º | 0.49% | 0.68% | - |
| XYZ | 20.42 | 14.95 | 41.85 | - |
| YUV | 110.95 | 163.58 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 174 | 0.25 | 0.49 | 0 | 0.32 | 268.94 | 0.34 | 0.52 |
| Hex | 82 | 59 | AE | 19 | 31 | 0 | 20 | 10D | 22 | 34 |
| Octal | 202 | 131 | 256 | 31 | 61 | 0 | 40 | 415 | 42 | 64 |
| Binary | 10000010 | 1011001 | 10101110 | 11001 | 110001 | 0 | 100000 | 100001101 | 100010 | 110100 |
Color Harmonies of #8259AE
Complementary color
Monochromatic Colors of #8259AE
Black with #8259AE
Text Example
Text Example
White with #8259AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8259AE; }
p { color: rgb(130,89,174); }
H1.HeaderClassName
{
color: #8259AE;
}
.AnyTagClassName
{
color: #8259AE;
}
</style>
background-color css
<style>
a { background-color: #8259AE; }
a { background-color: rgb(130,89,174); }
div.DivClassName
{
background-color: #8259AE;
}
.BgClassName
{
background-color: #8259AE;
}
</style>
border-color css
<style>
span { border-color: #8259AE; }
span { border-color: rgb(130,89,174); }
td.TdClassName
{
border-color: #8259AE;
}
.TagClassName
{
border-color: #8259AE;
}
</style>