Shades of Studio #833BB5
Tints of Studio #833BB5
RGB
CMYK
RGB Variations
Color information
#833BB5 (or 0x833BB5) is known color: Studio. HEX triplet: 83, 3B and B5. RGB value is (131,59,181). Sum of RGB (Red+Green+Blue) = 131+59+181=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #833BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833BB5 is #7CC44A. Grayscale: #5E5E5E. Windows color (decimal): -8176715 or 11877251. OLE color: 11877251.
HSL color Cylindrical-coordinate representation of color #833BB5: hue angle of 275.41º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #833BB5 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 59 | 181 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.29 |
| HSL | 275.41º | 0.51% | 0.47% | - |
| HSV(B) | 275.41º | 0.67% | 0.71% | - |
| XYZ | 19.26 | 11.29 | 44.88 | - |
| YUV | 94.44 | 176.85 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 181 | 0.28 | 0.67 | 0 | 0.29 | 275.41 | 0.51 | 0.47 |
| Hex | 83 | 3B | B5 | 1C | 43 | 0 | 1D | 113 | 33 | 2F |
| Octal | 203 | 73 | 265 | 34 | 103 | 0 | 35 | 423 | 63 | 57 |
| Binary | 10000011 | 111011 | 10110101 | 11100 | 1000011 | 0 | 11101 | 100010011 | 110011 | 101111 |
Color Harmonies of #833BB5
Complementary color
Monochromatic Colors of #833BB5
Black with #833BB5
Text Example
Text Example
White with #833BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833BB5; }
p { color: rgb(131,59,181); }
H1.HeaderClassName
{
color: #833BB5;
}
.AnyTagClassName
{
color: #833BB5;
}
</style>
background-color css
<style>
a { background-color: #833BB5; }
a { background-color: rgb(131,59,181); }
div.DivClassName
{
background-color: #833BB5;
}
.BgClassName
{
background-color: #833BB5;
}
</style>
border-color css
<style>
span { border-color: #833BB5; }
span { border-color: rgb(131,59,181); }
td.TdClassName
{
border-color: #833BB5;
}
.TagClassName
{
border-color: #833BB5;
}
</style>