Shades of Studio #834FB2
Tints of Studio #834FB2
RGB
CMYK
RGB Variations
Color information
#834FB2 (or 0x834FB2) is known color: Studio. HEX triplet: 83, 4F and B2. RGB value is (131,79,178). Sum of RGB (Red+Green+Blue) = 131+79+178=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #834FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834FB2 is #7CB04D. Grayscale: #696969. Windows color (decimal): -8171598 or 11685763. OLE color: 11685763.
HSL color Cylindrical-coordinate representation of color #834FB2: hue angle of 271.52º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #834FB2 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 79 | 178 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.30 |
| HSL | 271.52º | 0.39% | 0.5% | - |
| HSV(B) | 271.52º | 0.56% | 0.7% | - |
| XYZ | 20.19 | 13.63 | 43.69 | - |
| YUV | 105.83 | 168.73 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 178 | 0.26 | 0.56 | 0 | 0.30 | 271.52 | 0.39 | 0.5 |
| Hex | 83 | 4F | B2 | 1A | 38 | 0 | 1E | 110 | 27 | 32 |
| Octal | 203 | 117 | 262 | 32 | 70 | 0 | 36 | 420 | 47 | 62 |
| Binary | 10000011 | 1001111 | 10110010 | 11010 | 111000 | 0 | 11110 | 100010000 | 100111 | 110010 |
Color Harmonies of #834FB2
Complementary color
Monochromatic Colors of #834FB2
Black with #834FB2
Text Example
Text Example
White with #834FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834FB2; }
p { color: rgb(131,79,178); }
H1.HeaderClassName
{
color: #834FB2;
}
.AnyTagClassName
{
color: #834FB2;
}
</style>
background-color css
<style>
a { background-color: #834FB2; }
a { background-color: rgb(131,79,178); }
div.DivClassName
{
background-color: #834FB2;
}
.BgClassName
{
background-color: #834FB2;
}
</style>
border-color css
<style>
span { border-color: #834FB2; }
span { border-color: rgb(131,79,178); }
td.TdClassName
{
border-color: #834FB2;
}
.TagClassName
{
border-color: #834FB2;
}
</style>