Shades of Studio #8352AF
Tints of Studio #8352AF
RGB
CMYK
RGB Variations
Color information
#8352AF (or 0x8352AF) is known color: Studio. HEX triplet: 83, 52 and AF. RGB value is (131,82,175). Sum of RGB (Red+Green+Blue) = 131+82+175=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #8352AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8352AF is #7CAD50. Grayscale: #6A6A6A. Windows color (decimal): -8170833 or 11489923. OLE color: 11489923.
HSL color Cylindrical-coordinate representation of color #8352AF: hue angle of 271.61º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8352AF is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 82 | 175 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.31 |
| HSL | 271.61º | 0.37% | 0.5% | - |
| HSV(B) | 271.61º | 0.53% | 0.69% | - |
| XYZ | 20.12 | 13.96 | 42.19 | - |
| YUV | 107.25 | 166.23 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 175 | 0.25 | 0.53 | 0 | 0.31 | 271.61 | 0.37 | 0.5 |
| Hex | 83 | 52 | AF | 19 | 35 | 0 | 1F | 110 | 25 | 32 |
| Octal | 203 | 122 | 257 | 31 | 65 | 0 | 37 | 420 | 45 | 62 |
| Binary | 10000011 | 1010010 | 10101111 | 11001 | 110101 | 0 | 11111 | 100010000 | 100101 | 110010 |
Color Harmonies of #8352AF
Complementary color
Monochromatic Colors of #8352AF
Black with #8352AF
Text Example
Text Example
White with #8352AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8352AF; }
p { color: rgb(131,82,175); }
H1.HeaderClassName
{
color: #8352AF;
}
.AnyTagClassName
{
color: #8352AF;
}
</style>
background-color css
<style>
a { background-color: #8352AF; }
a { background-color: rgb(131,82,175); }
div.DivClassName
{
background-color: #8352AF;
}
.BgClassName
{
background-color: #8352AF;
}
</style>
border-color css
<style>
span { border-color: #8352AF; }
span { border-color: rgb(131,82,175); }
td.TdClassName
{
border-color: #8352AF;
}
.TagClassName
{
border-color: #8352AF;
}
</style>