Shades of Studio #834E9D
Tints of Studio #834E9D
RGB
CMYK
RGB Variations
Color information
#834E9D (or 0x834E9D) is known color: Studio. HEX triplet: 83, 4E and 9D. RGB value is (131,78,157). Sum of RGB (Red+Green+Blue) = 131+78+157=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #834E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834E9D is #7CB162. Grayscale: #666666. Windows color (decimal): -8171875 or 10309251. OLE color: 10309251.
HSL color Cylindrical-coordinate representation of color #834E9D: hue angle of 280.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834E9D is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 78 | 157 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.38 |
| HSL | 280.25º | 0.34% | 0.46% | - |
| HSV(B) | 280.25º | 0.5% | 0.62% | - |
| XYZ | 18.17 | 12.71 | 33.39 | - |
| YUV | 102.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 157 | 0.17 | 0.50 | 0 | 0.38 | 280.25 | 0.34 | 0.46 |
| Hex | 83 | 4E | 9D | 11 | 32 | 0 | 26 | 118 | 22 | 2E |
| Octal | 203 | 116 | 235 | 21 | 62 | 0 | 46 | 430 | 42 | 56 |
| Binary | 10000011 | 1001110 | 10011101 | 10001 | 110010 | 0 | 100110 | 100011000 | 100010 | 101110 |
Color Harmonies of #834E9D
Complementary color
Monochromatic Colors of #834E9D
Black with #834E9D
Text Example
Text Example
White with #834E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834E9D; }
p { color: rgb(131,78,157); }
H1.HeaderClassName
{
color: #834E9D;
}
.AnyTagClassName
{
color: #834E9D;
}
</style>
background-color css
<style>
a { background-color: #834E9D; }
a { background-color: rgb(131,78,157); }
div.DivClassName
{
background-color: #834E9D;
}
.BgClassName
{
background-color: #834E9D;
}
</style>
border-color css
<style>
span { border-color: #834E9D; }
span { border-color: rgb(131,78,157); }
td.TdClassName
{
border-color: #834E9D;
}
.TagClassName
{
border-color: #834E9D;
}
</style>