Shades of Studio #834EA2
Tints of Studio #834EA2
RGB
CMYK
RGB Variations
Color information
#834EA2 (or 0x834EA2) is known color: Studio. HEX triplet: 83, 4E and A2. RGB value is (131,78,162). Sum of RGB (Red+Green+Blue) = 131+78+162=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 162 - color contains mainly: blue. Hex color #834EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834EA2 is #7CB15D. Grayscale: #676767. Windows color (decimal): -8171870 or 10636931. OLE color: 10636931.
HSL color Cylindrical-coordinate representation of color #834EA2: hue angle of 277.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #834EA2 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 78 | 162 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.36 |
| HSL | 277.86º | 0.35% | 0.47% | - |
| HSV(B) | 277.86º | 0.52% | 0.64% | - |
| XYZ | 18.61 | 12.88 | 35.69 | - |
| YUV | 103.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 162 | 0.19 | 0.52 | 0 | 0.36 | 277.86 | 0.35 | 0.47 |
| Hex | 83 | 4E | A2 | 13 | 34 | 0 | 24 | 116 | 23 | 2F |
| Octal | 203 | 116 | 242 | 23 | 64 | 0 | 44 | 426 | 43 | 57 |
| Binary | 10000011 | 1001110 | 10100010 | 10011 | 110100 | 0 | 100100 | 100010110 | 100011 | 101111 |
Color Harmonies of #834EA2
Complementary color
Monochromatic Colors of #834EA2
Black with #834EA2
Text Example
Text Example
White with #834EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834EA2; }
p { color: rgb(131,78,162); }
H1.HeaderClassName
{
color: #834EA2;
}
.AnyTagClassName
{
color: #834EA2;
}
</style>
background-color css
<style>
a { background-color: #834EA2; }
a { background-color: rgb(131,78,162); }
div.DivClassName
{
background-color: #834EA2;
}
.BgClassName
{
background-color: #834EA2;
}
</style>
border-color css
<style>
span { border-color: #834EA2; }
span { border-color: rgb(131,78,162); }
td.TdClassName
{
border-color: #834EA2;
}
.TagClassName
{
border-color: #834EA2;
}
</style>