Shades of Studio #8452AD
Tints of Studio #8452AD
RGB
CMYK
RGB Variations
Color information
#8452AD (or 0x8452AD) is known color: Studio. HEX triplet: 84, 52 and AD. RGB value is (132,82,173). Sum of RGB (Red+Green+Blue) = 132+82+173=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #8452AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8452AD is #7BAD52. Grayscale: #6B6B6B. Windows color (decimal): -8105299 or 11358852. OLE color: 11358852.
HSL color Cylindrical-coordinate representation of color #8452AD: hue angle of 272.97º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8452AD is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 82 | 173 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.32 |
| HSL | 272.97º | 0.36% | 0.5% | - |
| HSV(B) | 272.97º | 0.53% | 0.68% | - |
| XYZ | 20.08 | 13.96 | 41.17 | - |
| YUV | 107.32 | 165.07 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 173 | 0.24 | 0.53 | 0 | 0.32 | 272.97 | 0.36 | 0.5 |
| Hex | 84 | 52 | AD | 18 | 35 | 0 | 20 | 111 | 24 | 32 |
| Octal | 204 | 122 | 255 | 30 | 65 | 0 | 40 | 421 | 44 | 62 |
| Binary | 10000100 | 1010010 | 10101101 | 11000 | 110101 | 0 | 100000 | 100010001 | 100100 | 110010 |
Color Harmonies of #8452AD
Complementary color
Monochromatic Colors of #8452AD
Black with #8452AD
Text Example
Text Example
White with #8452AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8452AD; }
p { color: rgb(132,82,173); }
H1.HeaderClassName
{
color: #8452AD;
}
.AnyTagClassName
{
color: #8452AD;
}
</style>
background-color css
<style>
a { background-color: #8452AD; }
a { background-color: rgb(132,82,173); }
div.DivClassName
{
background-color: #8452AD;
}
.BgClassName
{
background-color: #8452AD;
}
</style>
border-color css
<style>
span { border-color: #8452AD; }
span { border-color: rgb(132,82,173); }
td.TdClassName
{
border-color: #8452AD;
}
.TagClassName
{
border-color: #8452AD;
}
</style>