Shades of Studio #8355AB
Tints of Studio #8355AB
RGB
CMYK
RGB Variations
Color information
#8355AB (or 0x8355AB) is known color: Studio. HEX triplet: 83, 55 and AB. RGB value is (131,85,171). Sum of RGB (Red+Green+Blue) = 131+85+171=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #8355AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8355AB is #7CAA54. Grayscale: #6C6C6C. Windows color (decimal): -8170069 or 11228547. OLE color: 11228547.
HSL color Cylindrical-coordinate representation of color #8355AB: hue angle of 272.09º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8355AB is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 85 | 171 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.33 |
| HSL | 272.09º | 0.34% | 0.5% | - |
| HSV(B) | 272.09º | 0.5% | 0.67% | - |
| XYZ | 19.96 | 14.26 | 40.23 | - |
| YUV | 108.56 | 163.24 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 171 | 0.23 | 0.50 | 0 | 0.33 | 272.09 | 0.34 | 0.5 |
| Hex | 83 | 55 | AB | 17 | 32 | 0 | 21 | 110 | 22 | 32 |
| Octal | 203 | 125 | 253 | 27 | 62 | 0 | 41 | 420 | 42 | 62 |
| Binary | 10000011 | 1010101 | 10101011 | 10111 | 110010 | 0 | 100001 | 100010000 | 100010 | 110010 |
Color Harmonies of #8355AB
Complementary color
Monochromatic Colors of #8355AB
Black with #8355AB
Text Example
Text Example
White with #8355AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8355AB; }
p { color: rgb(131,85,171); }
H1.HeaderClassName
{
color: #8355AB;
}
.AnyTagClassName
{
color: #8355AB;
}
</style>
background-color css
<style>
a { background-color: #8355AB; }
a { background-color: rgb(131,85,171); }
div.DivClassName
{
background-color: #8355AB;
}
.BgClassName
{
background-color: #8355AB;
}
</style>
border-color css
<style>
span { border-color: #8355AB; }
span { border-color: rgb(131,85,171); }
td.TdClassName
{
border-color: #8355AB;
}
.TagClassName
{
border-color: #8355AB;
}
</style>