Shades of Studio #83569B
Tints of Studio #83569B
RGB
CMYK
RGB Variations
Color information
#83569B (or 0x83569B) is known color: Studio. HEX triplet: 83, 56 and 9B. RGB value is (131,86,155). Sum of RGB (Red+Green+Blue) = 131+86+155=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #83569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83569B is #7CA964. Grayscale: #6B6B6B. Windows color (decimal): -8169829 or 10180227. OLE color: 10180227.
HSL color Cylindrical-coordinate representation of color #83569B: hue angle of 279.13º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83569B is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 86 | 155 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.39 |
| HSL | 279.13º | 0.29% | 0.47% | - |
| HSV(B) | 279.13º | 0.45% | 0.61% | - |
| XYZ | 18.6 | 13.85 | 32.7 | - |
| YUV | 107.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 86 | 155 | 0.15 | 0.45 | 0 | 0.39 | 279.13 | 0.29 | 0.47 |
| Hex | 83 | 56 | 9B | F | 2D | 0 | 27 | 117 | 1D | 2F |
| Octal | 203 | 126 | 233 | 17 | 55 | 0 | 47 | 427 | 35 | 57 |
| Binary | 10000011 | 1010110 | 10011011 | 1111 | 101101 | 0 | 100111 | 100010111 | 11101 | 101111 |
Color Harmonies of #83569B
Complementary color
Monochromatic Colors of #83569B
Black with #83569B
Text Example
Text Example
White with #83569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83569B; }
p { color: rgb(131,86,155); }
H1.HeaderClassName
{
color: #83569B;
}
.AnyTagClassName
{
color: #83569B;
}
</style>
background-color css
<style>
a { background-color: #83569B; }
a { background-color: rgb(131,86,155); }
div.DivClassName
{
background-color: #83569B;
}
.BgClassName
{
background-color: #83569B;
}
</style>
border-color css
<style>
span { border-color: #83569B; }
span { border-color: rgb(131,86,155); }
td.TdClassName
{
border-color: #83569B;
}
.TagClassName
{
border-color: #83569B;
}
</style>