Shades of Studio #83579C
Tints of Studio #83579C
RGB
CMYK
RGB Variations
Color information
#83579C (or 0x83579C) is known color: Studio. HEX triplet: 83, 57 and 9C. RGB value is (131,87,156). Sum of RGB (Red+Green+Blue) = 131+87+156=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #83579C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83579C is #7CA863. Grayscale: #6B6B6B. Windows color (decimal): -8169572 or 10246019. OLE color: 10246019.
HSL color Cylindrical-coordinate representation of color #83579C: hue angle of 278.26º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83579C is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 87 | 156 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.39 |
| HSL | 278.26º | 0.28% | 0.48% | - |
| HSV(B) | 278.26º | 0.44% | 0.61% | - |
| XYZ | 18.77 | 14.04 | 33.17 | - |
| YUV | 108.02 | 155.08 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 87 | 156 | 0.16 | 0.44 | 0 | 0.39 | 278.26 | 0.28 | 0.48 |
| Hex | 83 | 57 | 9C | 10 | 2C | 0 | 27 | 116 | 1C | 30 |
| Octal | 203 | 127 | 234 | 20 | 54 | 0 | 47 | 426 | 34 | 60 |
| Binary | 10000011 | 1010111 | 10011100 | 10000 | 101100 | 0 | 100111 | 100010110 | 11100 | 110000 |
Color Harmonies of #83579C
Complementary color
Monochromatic Colors of #83579C
Black with #83579C
Text Example
Text Example
White with #83579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83579C; }
p { color: rgb(131,87,156); }
H1.HeaderClassName
{
color: #83579C;
}
.AnyTagClassName
{
color: #83579C;
}
</style>
background-color css
<style>
a { background-color: #83579C; }
a { background-color: rgb(131,87,156); }
div.DivClassName
{
background-color: #83579C;
}
.BgClassName
{
background-color: #83579C;
}
</style>
border-color css
<style>
span { border-color: #83579C; }
span { border-color: rgb(131,87,156); }
td.TdClassName
{
border-color: #83579C;
}
.TagClassName
{
border-color: #83579C;
}
</style>