Shades of Studio #8452A2
Tints of Studio #8452A2
RGB
CMYK
RGB Variations
Color information
#8452A2 (or 0x8452A2) is known color: Studio. HEX triplet: 84, 52 and A2. RGB value is (132,82,162). Sum of RGB (Red+Green+Blue) = 132+82+162=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 162 - color contains mainly: blue. Hex color #8452A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8452A2 is #7BAD5D. Grayscale: #696969. Windows color (decimal): -8105310 or 10637956. OLE color: 10637956.
HSL color Cylindrical-coordinate representation of color #8452A2: hue angle of 277.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8452A2 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 82 | 162 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.36 |
| HSL | 277.5º | 0.33% | 0.48% | - |
| HSV(B) | 277.5º | 0.49% | 0.64% | - |
| XYZ | 19.05 | 13.55 | 35.79 | - |
| YUV | 106.07 | 159.57 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 162 | 0.19 | 0.49 | 0 | 0.36 | 277.5 | 0.33 | 0.48 |
| Hex | 84 | 52 | A2 | 13 | 31 | 0 | 24 | 116 | 21 | 30 |
| Octal | 204 | 122 | 242 | 23 | 61 | 0 | 44 | 426 | 41 | 60 |
| Binary | 10000100 | 1010010 | 10100010 | 10011 | 110001 | 0 | 100100 | 100010110 | 100001 | 110000 |
Color Harmonies of #8452A2
Complementary color
Monochromatic Colors of #8452A2
Black with #8452A2
Text Example
Text Example
White with #8452A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8452A2; }
p { color: rgb(132,82,162); }
H1.HeaderClassName
{
color: #8452A2;
}
.AnyTagClassName
{
color: #8452A2;
}
</style>
background-color css
<style>
a { background-color: #8452A2; }
a { background-color: rgb(132,82,162); }
div.DivClassName
{
background-color: #8452A2;
}
.BgClassName
{
background-color: #8452A2;
}
</style>
border-color css
<style>
span { border-color: #8452A2; }
span { border-color: rgb(132,82,162); }
td.TdClassName
{
border-color: #8452A2;
}
.TagClassName
{
border-color: #8452A2;
}
</style>