Shades of Studio #833FB1
Tints of Studio #833FB1
RGB
CMYK
RGB Variations
Color information
#833FB1 (or 0x833FB1) is known color: Studio. HEX triplet: 83, 3F and B1. RGB value is (131,63,177). Sum of RGB (Red+Green+Blue) = 131+63+177=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #833FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833FB1 is #7CC04E. Grayscale: #5F5F5F. Windows color (decimal): -8175695 or 11616131. OLE color: 11616131.
HSL color Cylindrical-coordinate representation of color #833FB1: hue angle of 275.79º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #833FB1 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 63 | 177 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.31 |
| HSL | 275.79º | 0.48% | 0.47% | - |
| HSV(B) | 275.79º | 0.64% | 0.69% | - |
| XYZ | 19.07 | 11.55 | 42.82 | - |
| YUV | 96.33 | 173.53 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 177 | 0.26 | 0.64 | 0 | 0.31 | 275.79 | 0.48 | 0.47 |
| Hex | 83 | 3F | B1 | 1A | 40 | 0 | 1F | 114 | 30 | 2F |
| Octal | 203 | 77 | 261 | 32 | 100 | 0 | 37 | 424 | 60 | 57 |
| Binary | 10000011 | 111111 | 10110001 | 11010 | 1000000 | 0 | 11111 | 100010100 | 110000 | 101111 |
Color Harmonies of #833FB1
Complementary color
Monochromatic Colors of #833FB1
Black with #833FB1
Text Example
Text Example
White with #833FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833FB1; }
p { color: rgb(131,63,177); }
H1.HeaderClassName
{
color: #833FB1;
}
.AnyTagClassName
{
color: #833FB1;
}
</style>
background-color css
<style>
a { background-color: #833FB1; }
a { background-color: rgb(131,63,177); }
div.DivClassName
{
background-color: #833FB1;
}
.BgClassName
{
background-color: #833FB1;
}
</style>
border-color css
<style>
span { border-color: #833FB1; }
span { border-color: rgb(131,63,177); }
td.TdClassName
{
border-color: #833FB1;
}
.TagClassName
{
border-color: #833FB1;
}
</style>