Shades of Studio #833EAC
Tints of Studio #833EAC
RGB
CMYK
RGB Variations
Color information
#833EAC (or 0x833EAC) is known color: Studio. HEX triplet: 83, 3E and AC. RGB value is (131,62,172). Sum of RGB (Red+Green+Blue) = 131+62+172=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #833EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833EAC is #7CC153. Grayscale: #5E5E5E. Windows color (decimal): -8175956 or 11288195. OLE color: 11288195.
HSL color Cylindrical-coordinate representation of color #833EAC: hue angle of 277.64º 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 #833EAC is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 62 | 172 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.33 |
| HSL | 277.64º | 0.47% | 0.46% | - |
| HSV(B) | 277.64º | 0.64% | 0.67% | - |
| XYZ | 18.53 | 11.25 | 40.22 | - |
| YUV | 95.17 | 171.36 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 172 | 0.24 | 0.64 | 0 | 0.33 | 277.64 | 0.47 | 0.46 |
| Hex | 83 | 3E | AC | 18 | 40 | 0 | 21 | 116 | 2F | 2E |
| Octal | 203 | 76 | 254 | 30 | 100 | 0 | 41 | 426 | 57 | 56 |
| Binary | 10000011 | 111110 | 10101100 | 11000 | 1000000 | 0 | 100001 | 100010110 | 101111 | 101110 |
Color Harmonies of #833EAC
Complementary color
Monochromatic Colors of #833EAC
Black with #833EAC
Text Example
Text Example
White with #833EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833EAC; }
p { color: rgb(131,62,172); }
H1.HeaderClassName
{
color: #833EAC;
}
.AnyTagClassName
{
color: #833EAC;
}
</style>
background-color css
<style>
a { background-color: #833EAC; }
a { background-color: rgb(131,62,172); }
div.DivClassName
{
background-color: #833EAC;
}
.BgClassName
{
background-color: #833EAC;
}
</style>
border-color css
<style>
span { border-color: #833EAC; }
span { border-color: rgb(131,62,172); }
td.TdClassName
{
border-color: #833EAC;
}
.TagClassName
{
border-color: #833EAC;
}
</style>