Shades of Studio #83509E
Tints of Studio #83509E
RGB
CMYK
RGB Variations
Color information
#83509E (or 0x83509E) is known color: Studio. HEX triplet: 83, 50 and 9E. RGB value is (131,80,158). Sum of RGB (Red+Green+Blue) = 131+80+158=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #83509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83509E is #7CAF61. Grayscale: #676767. Windows color (decimal): -8171362 or 10375299. OLE color: 10375299.
HSL color Cylindrical-coordinate representation of color #83509E: hue angle of 279.23º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83509E is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 80 | 158 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.38 |
| HSL | 279.23º | 0.33% | 0.47% | - |
| HSV(B) | 279.23º | 0.49% | 0.62% | - |
| XYZ | 18.4 | 13.03 | 33.89 | - |
| YUV | 104.14 | 158.4 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 158 | 0.17 | 0.49 | 0 | 0.38 | 279.23 | 0.33 | 0.47 |
| Hex | 83 | 50 | 9E | 11 | 31 | 0 | 26 | 117 | 21 | 2F |
| Octal | 203 | 120 | 236 | 21 | 61 | 0 | 46 | 427 | 41 | 57 |
| Binary | 10000011 | 1010000 | 10011110 | 10001 | 110001 | 0 | 100110 | 100010111 | 100001 | 101111 |
Color Harmonies of #83509E
Complementary color
Monochromatic Colors of #83509E
Black with #83509E
Text Example
Text Example
White with #83509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83509E; }
p { color: rgb(131,80,158); }
H1.HeaderClassName
{
color: #83509E;
}
.AnyTagClassName
{
color: #83509E;
}
</style>
background-color css
<style>
a { background-color: #83509E; }
a { background-color: rgb(131,80,158); }
div.DivClassName
{
background-color: #83509E;
}
.BgClassName
{
background-color: #83509E;
}
</style>
border-color css
<style>
span { border-color: #83509E; }
span { border-color: rgb(131,80,158); }
td.TdClassName
{
border-color: #83509E;
}
.TagClassName
{
border-color: #83509E;
}
</style>