Shades of Studio #833AB0
Tints of Studio #833AB0
RGB
CMYK
RGB Variations
Color information
#833AB0 (or 0x833AB0) is known color: Studio. HEX triplet: 83, 3A and B0. RGB value is (131,58,176). Sum of RGB (Red+Green+Blue) = 131+58+176=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 176 - color contains mainly: blue. Hex color #833AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833AB0 is #7CC54F. Grayscale: #5C5C5C. Windows color (decimal): -8176976 or 11549315. OLE color: 11549315.
HSL color Cylindrical-coordinate representation of color #833AB0: hue angle of 277.12º degrees, saturation: 0.5, 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 #833AB0 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 58 | 176 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.31 |
| HSL | 277.12º | 0.5% | 0.46% | - |
| HSV(B) | 277.12º | 0.67% | 0.69% | - |
| XYZ | 18.71 | 10.99 | 42.21 | - |
| YUV | 93.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 176 | 0.26 | 0.67 | 0 | 0.31 | 277.12 | 0.5 | 0.46 |
| Hex | 83 | 3A | B0 | 1A | 43 | 0 | 1F | 115 | 32 | 2E |
| Octal | 203 | 72 | 260 | 32 | 103 | 0 | 37 | 425 | 62 | 56 |
| Binary | 10000011 | 111010 | 10110000 | 11010 | 1000011 | 0 | 11111 | 100010101 | 110010 | 101110 |
Color Harmonies of #833AB0
Complementary color
Monochromatic Colors of #833AB0
Black with #833AB0
Text Example
Text Example
White with #833AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833AB0; }
p { color: rgb(131,58,176); }
H1.HeaderClassName
{
color: #833AB0;
}
.AnyTagClassName
{
color: #833AB0;
}
</style>
background-color css
<style>
a { background-color: #833AB0; }
a { background-color: rgb(131,58,176); }
div.DivClassName
{
background-color: #833AB0;
}
.BgClassName
{
background-color: #833AB0;
}
</style>
border-color css
<style>
span { border-color: #833AB0; }
span { border-color: rgb(131,58,176); }
td.TdClassName
{
border-color: #833AB0;
}
.TagClassName
{
border-color: #833AB0;
}
</style>