Shades of Studio #833BB0
Tints of Studio #833BB0
RGB
CMYK
RGB Variations
Color information
#833BB0 (or 0x833BB0) is known color: Studio. HEX triplet: 83, 3B and B0. RGB value is (131,59,176). Sum of RGB (Red+Green+Blue) = 131+59+176=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #833BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833BB0 is #7CC44F. Grayscale: #5D5D5D. Windows color (decimal): -8176720 or 11549571. OLE color: 11549571.
HSL color Cylindrical-coordinate representation of color #833BB0: hue angle of 276.92º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #833BB0 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 59 | 176 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.31 |
| HSL | 276.92º | 0.5% | 0.46% | - |
| HSV(B) | 276.92º | 0.66% | 0.69% | - |
| XYZ | 18.76 | 11.09 | 42.23 | - |
| YUV | 93.87 | 174.35 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 176 | 0.26 | 0.66 | 0 | 0.31 | 276.92 | 0.5 | 0.46 |
| Hex | 83 | 3B | B0 | 1A | 42 | 0 | 1F | 115 | 32 | 2E |
| Octal | 203 | 73 | 260 | 32 | 102 | 0 | 37 | 425 | 62 | 56 |
| Binary | 10000011 | 111011 | 10110000 | 11010 | 1000010 | 0 | 11111 | 100010101 | 110010 | 101110 |
Color Harmonies of #833BB0
Complementary color
Monochromatic Colors of #833BB0
Black with #833BB0
Text Example
Text Example
White with #833BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833BB0; }
p { color: rgb(131,59,176); }
H1.HeaderClassName
{
color: #833BB0;
}
.AnyTagClassName
{
color: #833BB0;
}
</style>
background-color css
<style>
a { background-color: #833BB0; }
a { background-color: rgb(131,59,176); }
div.DivClassName
{
background-color: #833BB0;
}
.BgClassName
{
background-color: #833BB0;
}
</style>
border-color css
<style>
span { border-color: #833BB0; }
span { border-color: rgb(131,59,176); }
td.TdClassName
{
border-color: #833BB0;
}
.TagClassName
{
border-color: #833BB0;
}
</style>