Shades of Studio #834DA3
Tints of Studio #834DA3
RGB
CMYK
RGB Variations
Color information
#834DA3 (or 0x834DA3) is known color: Studio. HEX triplet: 83, 4D and A3. RGB value is (131,77,163). Sum of RGB (Red+Green+Blue) = 131+77+163=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 163 - color contains mainly: blue. Hex color #834DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834DA3 is #7CB25C. Grayscale: #666666. Windows color (decimal): -8172125 or 10702211. OLE color: 10702211.
HSL color Cylindrical-coordinate representation of color #834DA3: hue angle of 277.67º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #834DA3 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 77 | 163 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.36 |
| HSL | 277.67º | 0.36% | 0.47% | - |
| HSV(B) | 277.67º | 0.53% | 0.64% | - |
| XYZ | 18.62 | 12.78 | 36.13 | - |
| YUV | 102.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 163 | 0.20 | 0.53 | 0 | 0.36 | 277.67 | 0.36 | 0.47 |
| Hex | 83 | 4D | A3 | 14 | 35 | 0 | 24 | 116 | 24 | 2F |
| Octal | 203 | 115 | 243 | 24 | 65 | 0 | 44 | 426 | 44 | 57 |
| Binary | 10000011 | 1001101 | 10100011 | 10100 | 110101 | 0 | 100100 | 100010110 | 100100 | 101111 |
Color Harmonies of #834DA3
Complementary color
Monochromatic Colors of #834DA3
Black with #834DA3
Text Example
Text Example
White with #834DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834DA3; }
p { color: rgb(131,77,163); }
H1.HeaderClassName
{
color: #834DA3;
}
.AnyTagClassName
{
color: #834DA3;
}
</style>
background-color css
<style>
a { background-color: #834DA3; }
a { background-color: rgb(131,77,163); }
div.DivClassName
{
background-color: #834DA3;
}
.BgClassName
{
background-color: #834DA3;
}
</style>
border-color css
<style>
span { border-color: #834DA3; }
span { border-color: rgb(131,77,163); }
td.TdClassName
{
border-color: #834DA3;
}
.TagClassName
{
border-color: #834DA3;
}
</style>