Shades of Studio #833FAE
Tints of Studio #833FAE
RGB
CMYK
RGB Variations
Color information
#833FAE (or 0x833FAE) is known color: Studio. HEX triplet: 83, 3F and AE. RGB value is (131,63,174). Sum of RGB (Red+Green+Blue) = 131+63+174=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #833FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833FAE is #7CC051. Grayscale: #5F5F5F. Windows color (decimal): -8175698 or 11419523. OLE color: 11419523.
HSL color Cylindrical-coordinate representation of color #833FAE: hue angle of 276.76º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #833FAE is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 63 | 174 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.32 |
| HSL | 276.76º | 0.47% | 0.46% | - |
| HSV(B) | 276.76º | 0.64% | 0.68% | - |
| XYZ | 18.78 | 11.44 | 41.26 | - |
| YUV | 95.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 174 | 0.25 | 0.64 | 0 | 0.32 | 276.76 | 0.47 | 0.46 |
| Hex | 83 | 3F | AE | 19 | 40 | 0 | 20 | 115 | 2F | 2E |
| Octal | 203 | 77 | 256 | 31 | 100 | 0 | 40 | 425 | 57 | 56 |
| Binary | 10000011 | 111111 | 10101110 | 11001 | 1000000 | 0 | 100000 | 100010101 | 101111 | 101110 |
Color Harmonies of #833FAE
Complementary color
Monochromatic Colors of #833FAE
Black with #833FAE
Text Example
Text Example
White with #833FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833FAE; }
p { color: rgb(131,63,174); }
H1.HeaderClassName
{
color: #833FAE;
}
.AnyTagClassName
{
color: #833FAE;
}
</style>
background-color css
<style>
a { background-color: #833FAE; }
a { background-color: rgb(131,63,174); }
div.DivClassName
{
background-color: #833FAE;
}
.BgClassName
{
background-color: #833FAE;
}
</style>
border-color css
<style>
span { border-color: #833FAE; }
span { border-color: rgb(131,63,174); }
td.TdClassName
{
border-color: #833FAE;
}
.TagClassName
{
border-color: #833FAE;
}
</style>