Shades of Studio #833BB4
Tints of Studio #833BB4
RGB
CMYK
RGB Variations
Color information
#833BB4 (or 0x833BB4) is known color: Studio. HEX triplet: 83, 3B and B4. RGB value is (131,59,180). Sum of RGB (Red+Green+Blue) = 131+59+180=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #833BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833BB4 is #7CC44B. Grayscale: #5D5D5D. Windows color (decimal): -8176716 or 11811715. OLE color: 11811715.
HSL color Cylindrical-coordinate representation of color #833BB4: hue angle of 275.7º 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 #833BB4 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 59 | 180 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.29 |
| HSL | 275.7º | 0.51% | 0.47% | - |
| HSV(B) | 275.7º | 0.67% | 0.71% | - |
| XYZ | 19.16 | 11.25 | 44.34 | - |
| YUV | 94.32 | 176.35 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 180 | 0.27 | 0.67 | 0 | 0.29 | 275.7 | 0.51 | 0.47 |
| Hex | 83 | 3B | B4 | 1B | 43 | 0 | 1D | 114 | 33 | 2F |
| Octal | 203 | 73 | 264 | 33 | 103 | 0 | 35 | 424 | 63 | 57 |
| Binary | 10000011 | 111011 | 10110100 | 11011 | 1000011 | 0 | 11101 | 100010100 | 110011 | 101111 |
Color Harmonies of #833BB4
Complementary color
Monochromatic Colors of #833BB4
Black with #833BB4
Text Example
Text Example
White with #833BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833BB4; }
p { color: rgb(131,59,180); }
H1.HeaderClassName
{
color: #833BB4;
}
.AnyTagClassName
{
color: #833BB4;
}
</style>
background-color css
<style>
a { background-color: #833BB4; }
a { background-color: rgb(131,59,180); }
div.DivClassName
{
background-color: #833BB4;
}
.BgClassName
{
background-color: #833BB4;
}
</style>
border-color css
<style>
span { border-color: #833BB4; }
span { border-color: rgb(131,59,180); }
td.TdClassName
{
border-color: #833BB4;
}
.TagClassName
{
border-color: #833BB4;
}
</style>