Shades of Studio #834BA0
Tints of Studio #834BA0
RGB
CMYK
RGB Variations
Color information
#834BA0 (or 0x834BA0) is known color: Studio. HEX triplet: 83, 4B and A0. RGB value is (131,75,160). Sum of RGB (Red+Green+Blue) = 131+75+160=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 160 - color contains mainly: blue. Hex color #834BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834BA0 is #7CB45F. Grayscale: #656565. Windows color (decimal): -8172640 or 10505091. OLE color: 10505091.
HSL color Cylindrical-coordinate representation of color #834BA0: hue angle of 279.53º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #834BA0 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 75 | 160 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.37 |
| HSL | 279.53º | 0.36% | 0.46% | - |
| HSV(B) | 279.53º | 0.53% | 0.63% | - |
| XYZ | 18.22 | 12.4 | 34.69 | - |
| YUV | 101.43 | 161.05 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 160 | 0.18 | 0.53 | 0 | 0.37 | 279.53 | 0.36 | 0.46 |
| Hex | 83 | 4B | A0 | 12 | 35 | 0 | 25 | 118 | 24 | 2E |
| Octal | 203 | 113 | 240 | 22 | 65 | 0 | 45 | 430 | 44 | 56 |
| Binary | 10000011 | 1001011 | 10100000 | 10010 | 110101 | 0 | 100101 | 100011000 | 100100 | 101110 |
Color Harmonies of #834BA0
Complementary color
Monochromatic Colors of #834BA0
Black with #834BA0
Text Example
Text Example
White with #834BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834BA0; }
p { color: rgb(131,75,160); }
H1.HeaderClassName
{
color: #834BA0;
}
.AnyTagClassName
{
color: #834BA0;
}
</style>
background-color css
<style>
a { background-color: #834BA0; }
a { background-color: rgb(131,75,160); }
div.DivClassName
{
background-color: #834BA0;
}
.BgClassName
{
background-color: #834BA0;
}
</style>
border-color css
<style>
span { border-color: #834BA0; }
span { border-color: rgb(131,75,160); }
td.TdClassName
{
border-color: #834BA0;
}
.TagClassName
{
border-color: #834BA0;
}
</style>