Shades of Studio #8353AA
Tints of Studio #8353AA
RGB
CMYK
RGB Variations
Color information
#8353AA (or 0x8353AA) is known color: Studio. HEX triplet: 83, 53 and AA. RGB value is (131,83,170). Sum of RGB (Red+Green+Blue) = 131+83+170=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #8353AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8353AA is #7CAC55. Grayscale: #6A6A6A. Windows color (decimal): -8170582 or 11162499. OLE color: 11162499.
HSL color Cylindrical-coordinate representation of color #8353AA: hue angle of 273.1º degrees, saturation: 0.34, 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 #8353AA is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 83 | 170 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.33 |
| HSL | 273.1º | 0.34% | 0.5% | - |
| HSV(B) | 273.1º | 0.51% | 0.67% | - |
| XYZ | 19.71 | 13.91 | 39.68 | - |
| YUV | 107.27 | 163.4 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 170 | 0.23 | 0.51 | 0 | 0.33 | 273.1 | 0.34 | 0.5 |
| Hex | 83 | 53 | AA | 17 | 33 | 0 | 21 | 111 | 22 | 32 |
| Octal | 203 | 123 | 252 | 27 | 63 | 0 | 41 | 421 | 42 | 62 |
| Binary | 10000011 | 1010011 | 10101010 | 10111 | 110011 | 0 | 100001 | 100010001 | 100010 | 110010 |
Color Harmonies of #8353AA
Complementary color
Monochromatic Colors of #8353AA
Black with #8353AA
Text Example
Text Example
White with #8353AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8353AA; }
p { color: rgb(131,83,170); }
H1.HeaderClassName
{
color: #8353AA;
}
.AnyTagClassName
{
color: #8353AA;
}
</style>
background-color css
<style>
a { background-color: #8353AA; }
a { background-color: rgb(131,83,170); }
div.DivClassName
{
background-color: #8353AA;
}
.BgClassName
{
background-color: #8353AA;
}
</style>
border-color css
<style>
span { border-color: #8353AA; }
span { border-color: rgb(131,83,170); }
td.TdClassName
{
border-color: #8353AA;
}
.TagClassName
{
border-color: #8353AA;
}
</style>