Shades of Studio #8359AE
Tints of Studio #8359AE
RGB
CMYK
RGB Variations
Color information
#8359AE (or 0x8359AE) is known color: Studio. HEX triplet: 83, 59 and AE. RGB value is (131,89,174). Sum of RGB (Red+Green+Blue) = 131+89+174=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #8359AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8359AE is #7CA651. Grayscale: #6E6E6E. Windows color (decimal): -8169042 or 11426179. OLE color: 11426179.
HSL color Cylindrical-coordinate representation of color #8359AE: hue angle of 269.65º 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 #8359AE is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 89 | 174 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.32 |
| HSL | 269.65º | 0.34% | 0.52% | - |
| HSV(B) | 269.65º | 0.49% | 0.68% | - |
| XYZ | 20.57 | 15.03 | 41.86 | - |
| YUV | 111.25 | 163.41 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 174 | 0.25 | 0.49 | 0 | 0.32 | 269.65 | 0.34 | 0.52 |
| Hex | 83 | 59 | AE | 19 | 31 | 0 | 20 | 10E | 22 | 34 |
| Octal | 203 | 131 | 256 | 31 | 61 | 0 | 40 | 416 | 42 | 64 |
| Binary | 10000011 | 1011001 | 10101110 | 11001 | 110001 | 0 | 100000 | 100001110 | 100010 | 110100 |
Color Harmonies of #8359AE
Complementary color
Monochromatic Colors of #8359AE
Black with #8359AE
Text Example
Text Example
White with #8359AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8359AE; }
p { color: rgb(131,89,174); }
H1.HeaderClassName
{
color: #8359AE;
}
.AnyTagClassName
{
color: #8359AE;
}
</style>
background-color css
<style>
a { background-color: #8359AE; }
a { background-color: rgb(131,89,174); }
div.DivClassName
{
background-color: #8359AE;
}
.BgClassName
{
background-color: #8359AE;
}
</style>
border-color css
<style>
span { border-color: #8359AE; }
span { border-color: rgb(131,89,174); }
td.TdClassName
{
border-color: #8359AE;
}
.TagClassName
{
border-color: #8359AE;
}
</style>