Shades of Studio #834DB3
Tints of Studio #834DB3
RGB
CMYK
RGB Variations
Color information
#834DB3 (or 0x834DB3) is known color: Studio. HEX triplet: 83, 4D and B3. RGB value is (131,77,179). Sum of RGB (Red+Green+Blue) = 131+77+179=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 179 - color contains mainly: blue. Hex color #834DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #834DB3 is #7CB24C. Grayscale: #686868. Windows color (decimal): -8172109 or 11750787. OLE color: 11750787.
HSL color Cylindrical-coordinate representation of color #834DB3: hue angle of 271.76º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #834DB3 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 77 | 179 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.30 |
| HSL | 271.76º | 0.4% | 0.5% | - |
| HSV(B) | 271.76º | 0.57% | 0.7% | - |
| XYZ | 20.15 | 13.39 | 44.17 | - |
| YUV | 104.77 | 169.89 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 179 | 0.27 | 0.57 | 0 | 0.30 | 271.76 | 0.4 | 0.5 |
| Hex | 83 | 4D | B3 | 1B | 39 | 0 | 1E | 110 | 28 | 32 |
| Octal | 203 | 115 | 263 | 33 | 71 | 0 | 36 | 420 | 50 | 62 |
| Binary | 10000011 | 1001101 | 10110011 | 11011 | 111001 | 0 | 11110 | 100010000 | 101000 | 110010 |
Color Harmonies of #834DB3
Complementary color
Monochromatic Colors of #834DB3
Black with #834DB3
Text Example
Text Example
White with #834DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834DB3; }
p { color: rgb(131,77,179); }
H1.HeaderClassName
{
color: #834DB3;
}
.AnyTagClassName
{
color: #834DB3;
}
</style>
background-color css
<style>
a { background-color: #834DB3; }
a { background-color: rgb(131,77,179); }
div.DivClassName
{
background-color: #834DB3;
}
.BgClassName
{
background-color: #834DB3;
}
</style>
border-color css
<style>
span { border-color: #834DB3; }
span { border-color: rgb(131,77,179); }
td.TdClassName
{
border-color: #834DB3;
}
.TagClassName
{
border-color: #834DB3;
}
</style>