Shades of Studio #833AB4
Tints of Studio #833AB4
RGB
CMYK
RGB Variations
Color information
#833AB4 (or 0x833AB4) is known color: Studio. HEX triplet: 83, 3A and B4. RGB value is (131,58,180). Sum of RGB (Red+Green+Blue) = 131+58+180=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #833AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833AB4 is #7CC54B. Grayscale: #5D5D5D. Windows color (decimal): -8176972 or 11811459. OLE color: 11811459.
HSL color Cylindrical-coordinate representation of color #833AB4: hue angle of 275.9º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #833AB4 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 58 | 180 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.29 |
| HSL | 275.9º | 0.51% | 0.47% | - |
| HSV(B) | 275.9º | 0.68% | 0.71% | - |
| XYZ | 19.11 | 11.15 | 44.32 | - |
| YUV | 93.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 180 | 0.27 | 0.68 | 0 | 0.29 | 275.9 | 0.51 | 0.47 |
| Hex | 83 | 3A | B4 | 1B | 44 | 0 | 1D | 114 | 33 | 2F |
| Octal | 203 | 72 | 264 | 33 | 104 | 0 | 35 | 424 | 63 | 57 |
| Binary | 10000011 | 111010 | 10110100 | 11011 | 1000100 | 0 | 11101 | 100010100 | 110011 | 101111 |
Color Harmonies of #833AB4
Complementary color
Monochromatic Colors of #833AB4
Black with #833AB4
Text Example
Text Example
White with #833AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833AB4; }
p { color: rgb(131,58,180); }
H1.HeaderClassName
{
color: #833AB4;
}
.AnyTagClassName
{
color: #833AB4;
}
</style>
background-color css
<style>
a { background-color: #833AB4; }
a { background-color: rgb(131,58,180); }
div.DivClassName
{
background-color: #833AB4;
}
.BgClassName
{
background-color: #833AB4;
}
</style>
border-color css
<style>
span { border-color: #833AB4; }
span { border-color: rgb(131,58,180); }
td.TdClassName
{
border-color: #833AB4;
}
.TagClassName
{
border-color: #833AB4;
}
</style>