Shades of Studio #8359AB
Tints of Studio #8359AB
RGB
CMYK
RGB Variations
Color information
#8359AB (or 0x8359AB) is known color: Studio. HEX triplet: 83, 59 and AB. RGB value is (131,89,171). Sum of RGB (Red+Green+Blue) = 131+89+171=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #8359AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8359AB is #7CA654. Grayscale: #6E6E6E. Windows color (decimal): -8169045 or 11229571. OLE color: 11229571.
HSL color Cylindrical-coordinate representation of color #8359AB: hue angle of 270.73º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8359AB is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 89 | 171 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.33 |
| HSL | 270.73º | 0.33% | 0.51% | - |
| HSV(B) | 270.73º | 0.48% | 0.67% | - |
| XYZ | 20.28 | 14.91 | 40.34 | - |
| YUV | 110.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 171 | 0.23 | 0.48 | 0 | 0.33 | 270.73 | 0.33 | 0.51 |
| Hex | 83 | 59 | AB | 17 | 30 | 0 | 21 | 10F | 21 | 33 |
| Octal | 203 | 131 | 253 | 27 | 60 | 0 | 41 | 417 | 41 | 63 |
| Binary | 10000011 | 1011001 | 10101011 | 10111 | 110000 | 0 | 100001 | 100001111 | 100001 | 110011 |
Color Harmonies of #8359AB
Complementary color
Monochromatic Colors of #8359AB
Black with #8359AB
Text Example
Text Example
White with #8359AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8359AB; }
p { color: rgb(131,89,171); }
H1.HeaderClassName
{
color: #8359AB;
}
.AnyTagClassName
{
color: #8359AB;
}
</style>
background-color css
<style>
a { background-color: #8359AB; }
a { background-color: rgb(131,89,171); }
div.DivClassName
{
background-color: #8359AB;
}
.BgClassName
{
background-color: #8359AB;
}
</style>
border-color css
<style>
span { border-color: #8359AB; }
span { border-color: rgb(131,89,171); }
td.TdClassName
{
border-color: #8359AB;
}
.TagClassName
{
border-color: #8359AB;
}
</style>