Shades of Studio #835AB3
Tints of Studio #835AB3
RGB
CMYK
RGB Variations
Color information
#835AB3 (or 0x835AB3) is known color: Studio. HEX triplet: 83, 5A and B3. RGB value is (131,90,179). Sum of RGB (Red+Green+Blue) = 131+90+179=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 179 - color contains mainly: blue. Hex color #835AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835AB3 is #7CA54C. Grayscale: #707070. Windows color (decimal): -8168781 or 11754115. OLE color: 11754115.
HSL color Cylindrical-coordinate representation of color #835AB3: hue angle of 267.64º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #835AB3 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 90 | 179 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.30 |
| HSL | 267.64º | 0.37% | 0.53% | - |
| HSV(B) | 267.64º | 0.5% | 0.7% | - |
| XYZ | 21.15 | 15.39 | 44.5 | - |
| YUV | 112.41 | 165.58 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 90 | 179 | 0.27 | 0.50 | 0 | 0.30 | 267.64 | 0.37 | 0.53 |
| Hex | 83 | 5A | B3 | 1B | 32 | 0 | 1E | 10C | 25 | 35 |
| Octal | 203 | 132 | 263 | 33 | 62 | 0 | 36 | 414 | 45 | 65 |
| Binary | 10000011 | 1011010 | 10110011 | 11011 | 110010 | 0 | 11110 | 100001100 | 100101 | 110101 |
Color Harmonies of #835AB3
Complementary color
Monochromatic Colors of #835AB3
Black with #835AB3
Text Example
Text Example
White with #835AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835AB3; }
p { color: rgb(131,90,179); }
H1.HeaderClassName
{
color: #835AB3;
}
.AnyTagClassName
{
color: #835AB3;
}
</style>
background-color css
<style>
a { background-color: #835AB3; }
a { background-color: rgb(131,90,179); }
div.DivClassName
{
background-color: #835AB3;
}
.BgClassName
{
background-color: #835AB3;
}
</style>
border-color css
<style>
span { border-color: #835AB3; }
span { border-color: rgb(131,90,179); }
td.TdClassName
{
border-color: #835AB3;
}
.TagClassName
{
border-color: #835AB3;
}
</style>