Shades of Studio #833AAE
Tints of Studio #833AAE
RGB
CMYK
RGB Variations
Color information
#833AAE (or 0x833AAE) is known color: Studio. HEX triplet: 83, 3A and AE. RGB value is (131,58,174). Sum of RGB (Red+Green+Blue) = 131+58+174=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #833AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833AAE is #7CC551. Grayscale: #5C5C5C. Windows color (decimal): -8176978 or 11418243. OLE color: 11418243.
HSL color Cylindrical-coordinate representation of color #833AAE: hue angle of 277.76º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #833AAE is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 58 | 174 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.32 |
| HSL | 277.76º | 0.5% | 0.45% | - |
| HSV(B) | 277.76º | 0.67% | 0.68% | - |
| XYZ | 18.51 | 10.91 | 41.17 | - |
| YUV | 93.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 58 | 174 | 0.25 | 0.67 | 0 | 0.32 | 277.76 | 0.5 | 0.45 |
| Hex | 83 | 3A | AE | 19 | 43 | 0 | 20 | 116 | 32 | 2D |
| Octal | 203 | 72 | 256 | 31 | 103 | 0 | 40 | 426 | 62 | 55 |
| Binary | 10000011 | 111010 | 10101110 | 11001 | 1000011 | 0 | 100000 | 100010110 | 110010 | 101101 |
Color Harmonies of #833AAE
Complementary color
Monochromatic Colors of #833AAE
Black with #833AAE
Text Example
Text Example
White with #833AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833AAE; }
p { color: rgb(131,58,174); }
H1.HeaderClassName
{
color: #833AAE;
}
.AnyTagClassName
{
color: #833AAE;
}
</style>
background-color css
<style>
a { background-color: #833AAE; }
a { background-color: rgb(131,58,174); }
div.DivClassName
{
background-color: #833AAE;
}
.BgClassName
{
background-color: #833AAE;
}
</style>
border-color css
<style>
span { border-color: #833AAE; }
span { border-color: rgb(131,58,174); }
td.TdClassName
{
border-color: #833AAE;
}
.TagClassName
{
border-color: #833AAE;
}
</style>