Shades of Studio #833AB1
Tints of Studio #833AB1
RGB
CMYK
RGB Variations
Color information
#833AB1 (or 0x833AB1) is known color: Studio. HEX triplet: 83, 3A and B1. RGB value is (131,58,177). Sum of RGB (Red+Green+Blue) = 131+58+177=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: blue. Hex color #833AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833AB1 is #7CC54E. Grayscale: #5C5C5C. Windows color (decimal): -8176975 or 11614851. OLE color: 11614851.
HSL color Cylindrical-coordinate representation of color #833AB1: hue angle of 276.81º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #833AB1 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 58 | 177 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.31 |
| HSL | 276.81º | 0.51% | 0.46% | - |
| HSV(B) | 276.81º | 0.67% | 0.69% | - |
| XYZ | 18.81 | 11.03 | 42.73 | - |
| YUV | 93.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 177 | 0.26 | 0.67 | 0 | 0.31 | 276.81 | 0.51 | 0.46 |
| Hex | 83 | 3A | B1 | 1A | 43 | 0 | 1F | 115 | 33 | 2E |
| Octal | 203 | 72 | 261 | 32 | 103 | 0 | 37 | 425 | 63 | 56 |
| Binary | 10000011 | 111010 | 10110001 | 11010 | 1000011 | 0 | 11111 | 100010101 | 110011 | 101110 |
Color Harmonies of #833AB1
Complementary color
Monochromatic Colors of #833AB1
Black with #833AB1
Text Example
Text Example
White with #833AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833AB1; }
p { color: rgb(131,58,177); }
H1.HeaderClassName
{
color: #833AB1;
}
.AnyTagClassName
{
color: #833AB1;
}
</style>
background-color css
<style>
a { background-color: #833AB1; }
a { background-color: rgb(131,58,177); }
div.DivClassName
{
background-color: #833AB1;
}
.BgClassName
{
background-color: #833AB1;
}
</style>
border-color css
<style>
span { border-color: #833AB1; }
span { border-color: rgb(131,58,177); }
td.TdClassName
{
border-color: #833AB1;
}
.TagClassName
{
border-color: #833AB1;
}
</style>