Shades of Studio #834BAD
Tints of Studio #834BAD
RGB
CMYK
RGB Variations
Color information
#834BAD (or 0x834BAD) is known color: Studio. HEX triplet: 83, 4B and AD. RGB value is (131,75,173). Sum of RGB (Red+Green+Blue) = 131+75+173=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #834BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834BAD is #7CB452. Grayscale: #666666. Windows color (decimal): -8172627 or 11357059. OLE color: 11357059.
HSL color Cylindrical-coordinate representation of color #834BAD: hue angle of 274.29º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #834BAD is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 75 | 173 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.32 |
| HSL | 274.29º | 0.4% | 0.49% | - |
| HSV(B) | 274.29º | 0.57% | 0.68% | - |
| XYZ | 19.42 | 12.87 | 41 | - |
| YUV | 102.92 | 167.55 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 173 | 0.24 | 0.57 | 0 | 0.32 | 274.29 | 0.4 | 0.49 |
| Hex | 83 | 4B | AD | 18 | 39 | 0 | 20 | 112 | 28 | 31 |
| Octal | 203 | 113 | 255 | 30 | 71 | 0 | 40 | 422 | 50 | 61 |
| Binary | 10000011 | 1001011 | 10101101 | 11000 | 111001 | 0 | 100000 | 100010010 | 101000 | 110001 |
Color Harmonies of #834BAD
Complementary color
Monochromatic Colors of #834BAD
Black with #834BAD
Text Example
Text Example
White with #834BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834BAD; }
p { color: rgb(131,75,173); }
H1.HeaderClassName
{
color: #834BAD;
}
.AnyTagClassName
{
color: #834BAD;
}
</style>
background-color css
<style>
a { background-color: #834BAD; }
a { background-color: rgb(131,75,173); }
div.DivClassName
{
background-color: #834BAD;
}
.BgClassName
{
background-color: #834BAD;
}
</style>
border-color css
<style>
span { border-color: #834BAD; }
span { border-color: rgb(131,75,173); }
td.TdClassName
{
border-color: #834BAD;
}
.TagClassName
{
border-color: #834BAD;
}
</style>