Shades of Studio #834C9D
Tints of Studio #834C9D
RGB
CMYK
RGB Variations
Color information
#834C9D (or 0x834C9D) is known color: Studio. HEX triplet: 83, 4C and 9D. RGB value is (131,76,157). Sum of RGB (Red+Green+Blue) = 131+76+157=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #834C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834C9D is #7CB362. Grayscale: #656565. Windows color (decimal): -8172387 or 10308739. OLE color: 10308739.
HSL color Cylindrical-coordinate representation of color #834C9D: hue angle of 280.74º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #834C9D is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 76 | 157 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.38 |
| HSL | 280.74º | 0.35% | 0.46% | - |
| HSV(B) | 280.74º | 0.52% | 0.62% | - |
| XYZ | 18.03 | 12.43 | 33.35 | - |
| YUV | 101.68 | 159.22 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 76 | 157 | 0.17 | 0.52 | 0 | 0.38 | 280.74 | 0.35 | 0.46 |
| Hex | 83 | 4C | 9D | 11 | 34 | 0 | 26 | 119 | 23 | 2E |
| Octal | 203 | 114 | 235 | 21 | 64 | 0 | 46 | 431 | 43 | 56 |
| Binary | 10000011 | 1001100 | 10011101 | 10001 | 110100 | 0 | 100110 | 100011001 | 100011 | 101110 |
Color Harmonies of #834C9D
Complementary color
Monochromatic Colors of #834C9D
Black with #834C9D
Text Example
Text Example
White with #834C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834C9D; }
p { color: rgb(131,76,157); }
H1.HeaderClassName
{
color: #834C9D;
}
.AnyTagClassName
{
color: #834C9D;
}
</style>
background-color css
<style>
a { background-color: #834C9D; }
a { background-color: rgb(131,76,157); }
div.DivClassName
{
background-color: #834C9D;
}
.BgClassName
{
background-color: #834C9D;
}
</style>
border-color css
<style>
span { border-color: #834C9D; }
span { border-color: rgb(131,76,157); }
td.TdClassName
{
border-color: #834C9D;
}
.TagClassName
{
border-color: #834C9D;
}
</style>