Shades of Studio #834E9E
Tints of Studio #834E9E
RGB
CMYK
RGB Variations
Color information
#834E9E (or 0x834E9E) is known color: Studio. HEX triplet: 83, 4E and 9E. RGB value is (131,78,158). Sum of RGB (Red+Green+Blue) = 131+78+158=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 158 - color contains mainly: blue. Hex color #834E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834E9E is #7CB161. Grayscale: #666666. Windows color (decimal): -8171874 or 10374787. OLE color: 10374787.
HSL color Cylindrical-coordinate representation of color #834E9E: hue angle of 279.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #834E9E is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 78 | 158 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.38 |
| HSL | 279.75º | 0.34% | 0.46% | - |
| HSV(B) | 279.75º | 0.51% | 0.62% | - |
| XYZ | 18.26 | 12.74 | 33.85 | - |
| YUV | 102.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 158 | 0.17 | 0.51 | 0 | 0.38 | 279.75 | 0.34 | 0.46 |
| Hex | 83 | 4E | 9E | 11 | 33 | 0 | 26 | 118 | 22 | 2E |
| Octal | 203 | 116 | 236 | 21 | 63 | 0 | 46 | 430 | 42 | 56 |
| Binary | 10000011 | 1001110 | 10011110 | 10001 | 110011 | 0 | 100110 | 100011000 | 100010 | 101110 |
Color Harmonies of #834E9E
Complementary color
Monochromatic Colors of #834E9E
Black with #834E9E
Text Example
Text Example
White with #834E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834E9E; }
p { color: rgb(131,78,158); }
H1.HeaderClassName
{
color: #834E9E;
}
.AnyTagClassName
{
color: #834E9E;
}
</style>
background-color css
<style>
a { background-color: #834E9E; }
a { background-color: rgb(131,78,158); }
div.DivClassName
{
background-color: #834E9E;
}
.BgClassName
{
background-color: #834E9E;
}
</style>
border-color css
<style>
span { border-color: #834E9E; }
span { border-color: rgb(131,78,158); }
td.TdClassName
{
border-color: #834E9E;
}
.TagClassName
{
border-color: #834E9E;
}
</style>