Shades of Studio #833FB2
Tints of Studio #833FB2
RGB
CMYK
RGB Variations
Color information
#833FB2 (or 0x833FB2) is known color: Studio. HEX triplet: 83, 3F and B2. RGB value is (131,63,178). Sum of RGB (Red+Green+Blue) = 131+63+178=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #833FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833FB2 is #7CC04D. Grayscale: #606060. Windows color (decimal): -8175694 or 11681667. OLE color: 11681667.
HSL color Cylindrical-coordinate representation of color #833FB2: hue angle of 275.48º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #833FB2 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 63 | 178 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.30 |
| HSL | 275.48º | 0.48% | 0.47% | - |
| HSV(B) | 275.48º | 0.65% | 0.7% | - |
| XYZ | 19.17 | 11.59 | 43.35 | - |
| YUV | 96.44 | 174.03 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 178 | 0.26 | 0.65 | 0 | 0.30 | 275.48 | 0.48 | 0.47 |
| Hex | 83 | 3F | B2 | 1A | 41 | 0 | 1E | 113 | 30 | 2F |
| Octal | 203 | 77 | 262 | 32 | 101 | 0 | 36 | 423 | 60 | 57 |
| Binary | 10000011 | 111111 | 10110010 | 11010 | 1000001 | 0 | 11110 | 100010011 | 110000 | 101111 |
Color Harmonies of #833FB2
Complementary color
Monochromatic Colors of #833FB2
Black with #833FB2
Text Example
Text Example
White with #833FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833FB2; }
p { color: rgb(131,63,178); }
H1.HeaderClassName
{
color: #833FB2;
}
.AnyTagClassName
{
color: #833FB2;
}
</style>
background-color css
<style>
a { background-color: #833FB2; }
a { background-color: rgb(131,63,178); }
div.DivClassName
{
background-color: #833FB2;
}
.BgClassName
{
background-color: #833FB2;
}
</style>
border-color css
<style>
span { border-color: #833FB2; }
span { border-color: rgb(131,63,178); }
td.TdClassName
{
border-color: #833FB2;
}
.TagClassName
{
border-color: #833FB2;
}
</style>