Shades of Studio #835AB1
Tints of Studio #835AB1
RGB
CMYK
RGB Variations
Color information
#835AB1 (or 0x835AB1) is known color: Studio. HEX triplet: 83, 5A and B1. RGB value is (131,90,177). Sum of RGB (Red+Green+Blue) = 131+90+177=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #835AB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835AB1 is #7CA54E. Grayscale: #6F6F6F. Windows color (decimal): -8168783 or 11623043. OLE color: 11623043.
HSL color Cylindrical-coordinate representation of color #835AB1: hue angle of 268.28º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #835AB1 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 90 | 177 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.31 |
| HSL | 268.28º | 0.36% | 0.52% | - |
| HSV(B) | 268.28º | 0.49% | 0.69% | - |
| XYZ | 20.95 | 15.31 | 43.45 | - |
| YUV | 112.18 | 164.58 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 90 | 177 | 0.26 | 0.49 | 0 | 0.31 | 268.28 | 0.36 | 0.52 |
| Hex | 83 | 5A | B1 | 1A | 31 | 0 | 1F | 10C | 24 | 34 |
| Octal | 203 | 132 | 261 | 32 | 61 | 0 | 37 | 414 | 44 | 64 |
| Binary | 10000011 | 1011010 | 10110001 | 11010 | 110001 | 0 | 11111 | 100001100 | 100100 | 110100 |
Color Harmonies of #835AB1
Complementary color
Monochromatic Colors of #835AB1
Black with #835AB1
Text Example
Text Example
White with #835AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835AB1; }
p { color: rgb(131,90,177); }
H1.HeaderClassName
{
color: #835AB1;
}
.AnyTagClassName
{
color: #835AB1;
}
</style>
background-color css
<style>
a { background-color: #835AB1; }
a { background-color: rgb(131,90,177); }
div.DivClassName
{
background-color: #835AB1;
}
.BgClassName
{
background-color: #835AB1;
}
</style>
border-color css
<style>
span { border-color: #835AB1; }
span { border-color: rgb(131,90,177); }
td.TdClassName
{
border-color: #835AB1;
}
.TagClassName
{
border-color: #835AB1;
}
</style>