Shades of Studio #8353AB
Tints of Studio #8353AB
RGB
CMYK
RGB Variations
Color information
#8353AB (or 0x8353AB) is known color: Studio. HEX triplet: 83, 53 and AB. RGB value is (131,83,171). Sum of RGB (Red+Green+Blue) = 131+83+171=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #8353AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8353AB is #7CAC54. Grayscale: #6B6B6B. Windows color (decimal): -8170581 or 11228035. OLE color: 11228035.
HSL color Cylindrical-coordinate representation of color #8353AB: hue angle of 272.73º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8353AB is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 83 | 171 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.33 |
| HSL | 272.73º | 0.35% | 0.5% | - |
| HSV(B) | 272.73º | 0.51% | 0.67% | - |
| XYZ | 19.8 | 13.95 | 40.18 | - |
| YUV | 107.38 | 163.9 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 171 | 0.23 | 0.51 | 0 | 0.33 | 272.73 | 0.35 | 0.5 |
| Hex | 83 | 53 | AB | 17 | 33 | 0 | 21 | 111 | 23 | 32 |
| Octal | 203 | 123 | 253 | 27 | 63 | 0 | 41 | 421 | 43 | 62 |
| Binary | 10000011 | 1010011 | 10101011 | 10111 | 110011 | 0 | 100001 | 100010001 | 100011 | 110010 |
Color Harmonies of #8353AB
Complementary color
Monochromatic Colors of #8353AB
Black with #8353AB
Text Example
Text Example
White with #8353AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8353AB; }
p { color: rgb(131,83,171); }
H1.HeaderClassName
{
color: #8353AB;
}
.AnyTagClassName
{
color: #8353AB;
}
</style>
background-color css
<style>
a { background-color: #8353AB; }
a { background-color: rgb(131,83,171); }
div.DivClassName
{
background-color: #8353AB;
}
.BgClassName
{
background-color: #8353AB;
}
</style>
border-color css
<style>
span { border-color: #8353AB; }
span { border-color: rgb(131,83,171); }
td.TdClassName
{
border-color: #8353AB;
}
.TagClassName
{
border-color: #8353AB;
}
</style>