Shades of Studio #833BB1
Tints of Studio #833BB1
RGB
CMYK
RGB Variations
Color information
#833BB1 (or 0x833BB1) is known color: Studio. HEX triplet: 83, 3B and B1. RGB value is (131,59,177). Sum of RGB (Red+Green+Blue) = 131+59+177=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 177 - color contains mainly: blue. Hex color #833BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833BB1 is #7CC44E. Grayscale: #5D5D5D. Windows color (decimal): -8176719 or 11615107. OLE color: 11615107.
HSL color Cylindrical-coordinate representation of color #833BB1: hue angle of 276.61º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #833BB1 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 59 | 177 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.31 |
| HSL | 276.61º | 0.5% | 0.46% | - |
| HSV(B) | 276.61º | 0.67% | 0.69% | - |
| XYZ | 18.86 | 11.13 | 42.75 | - |
| YUV | 93.98 | 174.85 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 177 | 0.26 | 0.67 | 0 | 0.31 | 276.61 | 0.5 | 0.46 |
| Hex | 83 | 3B | B1 | 1A | 43 | 0 | 1F | 115 | 32 | 2E |
| Octal | 203 | 73 | 261 | 32 | 103 | 0 | 37 | 425 | 62 | 56 |
| Binary | 10000011 | 111011 | 10110001 | 11010 | 1000011 | 0 | 11111 | 100010101 | 110010 | 101110 |
Color Harmonies of #833BB1
Complementary color
Monochromatic Colors of #833BB1
Black with #833BB1
Text Example
Text Example
White with #833BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833BB1; }
p { color: rgb(131,59,177); }
H1.HeaderClassName
{
color: #833BB1;
}
.AnyTagClassName
{
color: #833BB1;
}
</style>
background-color css
<style>
a { background-color: #833BB1; }
a { background-color: rgb(131,59,177); }
div.DivClassName
{
background-color: #833BB1;
}
.BgClassName
{
background-color: #833BB1;
}
</style>
border-color css
<style>
span { border-color: #833BB1; }
span { border-color: rgb(131,59,177); }
td.TdClassName
{
border-color: #833BB1;
}
.TagClassName
{
border-color: #833BB1;
}
</style>