Shades of Studio #833BB2
Tints of Studio #833BB2
RGB
CMYK
RGB Variations
Color information
#833BB2 (or 0x833BB2) is known color: Studio. HEX triplet: 83, 3B and B2. RGB value is (131,59,178). Sum of RGB (Red+Green+Blue) = 131+59+178=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #833BB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833BB2 is #7CC44D. Grayscale: #5D5D5D. Windows color (decimal): -8176718 or 11680643. OLE color: 11680643.
HSL color Cylindrical-coordinate representation of color #833BB2: hue angle of 276.3º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #833BB2 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 59 | 178 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.30 |
| HSL | 276.3º | 0.5% | 0.46% | - |
| HSV(B) | 276.3º | 0.67% | 0.7% | - |
| XYZ | 18.96 | 11.17 | 43.28 | - |
| YUV | 94.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 178 | 0.26 | 0.67 | 0 | 0.30 | 276.3 | 0.5 | 0.46 |
| Hex | 83 | 3B | B2 | 1A | 43 | 0 | 1E | 114 | 32 | 2E |
| Octal | 203 | 73 | 262 | 32 | 103 | 0 | 36 | 424 | 62 | 56 |
| Binary | 10000011 | 111011 | 10110010 | 11010 | 1000011 | 0 | 11110 | 100010100 | 110010 | 101110 |
Color Harmonies of #833BB2
Complementary color
Monochromatic Colors of #833BB2
Black with #833BB2
Text Example
Text Example
White with #833BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833BB2; }
p { color: rgb(131,59,178); }
H1.HeaderClassName
{
color: #833BB2;
}
.AnyTagClassName
{
color: #833BB2;
}
</style>
background-color css
<style>
a { background-color: #833BB2; }
a { background-color: rgb(131,59,178); }
div.DivClassName
{
background-color: #833BB2;
}
.BgClassName
{
background-color: #833BB2;
}
</style>
border-color css
<style>
span { border-color: #833BB2; }
span { border-color: rgb(131,59,178); }
td.TdClassName
{
border-color: #833BB2;
}
.TagClassName
{
border-color: #833BB2;
}
</style>