Shades of Studio #833FAB
Tints of Studio #833FAB
RGB
CMYK
RGB Variations
Color information
#833FAB (or 0x833FAB) is known color: Studio. HEX triplet: 83, 3F and AB. RGB value is (131,63,171). Sum of RGB (Red+Green+Blue) = 131+63+171=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #833FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833FAB is #7CC054. Grayscale: #5F5F5F. Windows color (decimal): -8175701 or 11222915. OLE color: 11222915.
HSL color Cylindrical-coordinate representation of color #833FAB: hue angle of 277.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833FAB is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 63 | 171 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.33 |
| HSL | 277.78º | 0.46% | 0.46% | - |
| HSV(B) | 277.78º | 0.63% | 0.67% | - |
| XYZ | 18.49 | 11.32 | 39.74 | - |
| YUV | 95.64 | 170.53 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 171 | 0.23 | 0.63 | 0 | 0.33 | 277.78 | 0.46 | 0.46 |
| Hex | 83 | 3F | AB | 17 | 3F | 0 | 21 | 116 | 2E | 2E |
| Octal | 203 | 77 | 253 | 27 | 77 | 0 | 41 | 426 | 56 | 56 |
| Binary | 10000011 | 111111 | 10101011 | 10111 | 111111 | 0 | 100001 | 100010110 | 101110 | 101110 |
Color Harmonies of #833FAB
Complementary color
Monochromatic Colors of #833FAB
Black with #833FAB
Text Example
Text Example
White with #833FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833FAB; }
p { color: rgb(131,63,171); }
H1.HeaderClassName
{
color: #833FAB;
}
.AnyTagClassName
{
color: #833FAB;
}
</style>
background-color css
<style>
a { background-color: #833FAB; }
a { background-color: rgb(131,63,171); }
div.DivClassName
{
background-color: #833FAB;
}
.BgClassName
{
background-color: #833FAB;
}
</style>
border-color css
<style>
span { border-color: #833FAB; }
span { border-color: rgb(131,63,171); }
td.TdClassName
{
border-color: #833FAB;
}
.TagClassName
{
border-color: #833FAB;
}
</style>