Shades of Studio #833DB5
Tints of Studio #833DB5
RGB
CMYK
RGB Variations
Color information
#833DB5 (or 0x833DB5) is known color: Studio. HEX triplet: 83, 3D and B5. RGB value is (131,61,181). Sum of RGB (Red+Green+Blue) = 131+61+181=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 181 - color contains mainly: blue. Hex color #833DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833DB5 is #7CC24A. Grayscale: #5F5F5F. Windows color (decimal): -8176203 or 11877763. OLE color: 11877763.
HSL color Cylindrical-coordinate representation of color #833DB5: hue angle of 275º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #833DB5 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 61 | 181 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.29 |
| HSL | 275º | 0.5% | 0.47% | - |
| HSV(B) | 275º | 0.66% | 0.71% | - |
| XYZ | 19.37 | 11.5 | 44.91 | - |
| YUV | 95.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 61 | 181 | 0.28 | 0.66 | 0 | 0.29 | 275 | 0.5 | 0.47 |
| Hex | 83 | 3D | B5 | 1C | 42 | 0 | 1D | 113 | 32 | 2F |
| Octal | 203 | 75 | 265 | 34 | 102 | 0 | 35 | 423 | 62 | 57 |
| Binary | 10000011 | 111101 | 10110101 | 11100 | 1000010 | 0 | 11101 | 100010011 | 110010 | 101111 |
Color Harmonies of #833DB5
Complementary color
Monochromatic Colors of #833DB5
Black with #833DB5
Text Example
Text Example
White with #833DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833DB5; }
p { color: rgb(131,61,181); }
H1.HeaderClassName
{
color: #833DB5;
}
.AnyTagClassName
{
color: #833DB5;
}
</style>
background-color css
<style>
a { background-color: #833DB5; }
a { background-color: rgb(131,61,181); }
div.DivClassName
{
background-color: #833DB5;
}
.BgClassName
{
background-color: #833DB5;
}
</style>
border-color css
<style>
span { border-color: #833DB5; }
span { border-color: rgb(131,61,181); }
td.TdClassName
{
border-color: #833DB5;
}
.TagClassName
{
border-color: #833DB5;
}
</style>