Shades of Studio #833EAB
Tints of Studio #833EAB
RGB
CMYK
RGB Variations
Color information
#833EAB (or 0x833EAB) is known color: Studio. HEX triplet: 83, 3E and AB. RGB value is (131,62,171). Sum of RGB (Red+Green+Blue) = 131+62+171=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #833EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833EAB is #7CC154. Grayscale: #5E5E5E. Windows color (decimal): -8175957 or 11222659. OLE color: 11222659.
HSL color Cylindrical-coordinate representation of color #833EAB: hue angle of 277.98º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #833EAB is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 62 | 171 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.33 |
| HSL | 277.98º | 0.47% | 0.46% | - |
| HSV(B) | 277.98º | 0.64% | 0.67% | - |
| XYZ | 18.43 | 11.21 | 39.72 | - |
| YUV | 95.06 | 170.86 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 171 | 0.23 | 0.64 | 0 | 0.33 | 277.98 | 0.47 | 0.46 |
| Hex | 83 | 3E | AB | 17 | 40 | 0 | 21 | 116 | 2F | 2E |
| Octal | 203 | 76 | 253 | 27 | 100 | 0 | 41 | 426 | 57 | 56 |
| Binary | 10000011 | 111110 | 10101011 | 10111 | 1000000 | 0 | 100001 | 100010110 | 101111 | 101110 |
Color Harmonies of #833EAB
Complementary color
Monochromatic Colors of #833EAB
Black with #833EAB
Text Example
Text Example
White with #833EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833EAB; }
p { color: rgb(131,62,171); }
H1.HeaderClassName
{
color: #833EAB;
}
.AnyTagClassName
{
color: #833EAB;
}
</style>
background-color css
<style>
a { background-color: #833EAB; }
a { background-color: rgb(131,62,171); }
div.DivClassName
{
background-color: #833EAB;
}
.BgClassName
{
background-color: #833EAB;
}
</style>
border-color css
<style>
span { border-color: #833EAB; }
span { border-color: rgb(131,62,171); }
td.TdClassName
{
border-color: #833EAB;
}
.TagClassName
{
border-color: #833EAB;
}
</style>