Shades of Studio #8451AC
Tints of Studio #8451AC
RGB
CMYK
RGB Variations
Color information
#8451AC (or 0x8451AC) is known color: Studio. HEX triplet: 84, 51 and AC. RGB value is (132,81,172). Sum of RGB (Red+Green+Blue) = 132+81+172=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #8451AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8451AC is #7BAE53. Grayscale: #6A6A6A. Windows color (decimal): -8105556 or 11293060. OLE color: 11293060.
HSL color Cylindrical-coordinate representation of color #8451AC: hue angle of 273.63º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8451AC is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 81 | 172 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.33 |
| HSL | 273.63º | 0.36% | 0.5% | - |
| HSV(B) | 273.63º | 0.53% | 0.67% | - |
| XYZ | 19.9 | 13.77 | 40.64 | - |
| YUV | 106.62 | 164.9 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 172 | 0.23 | 0.53 | 0 | 0.33 | 273.63 | 0.36 | 0.5 |
| Hex | 84 | 51 | AC | 17 | 35 | 0 | 21 | 112 | 24 | 32 |
| Octal | 204 | 121 | 254 | 27 | 65 | 0 | 41 | 422 | 44 | 62 |
| Binary | 10000100 | 1010001 | 10101100 | 10111 | 110101 | 0 | 100001 | 100010010 | 100100 | 110010 |
Color Harmonies of #8451AC
Complementary color
Monochromatic Colors of #8451AC
Black with #8451AC
Text Example
Text Example
White with #8451AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8451AC; }
p { color: rgb(132,81,172); }
H1.HeaderClassName
{
color: #8451AC;
}
.AnyTagClassName
{
color: #8451AC;
}
</style>
background-color css
<style>
a { background-color: #8451AC; }
a { background-color: rgb(132,81,172); }
div.DivClassName
{
background-color: #8451AC;
}
.BgClassName
{
background-color: #8451AC;
}
</style>
border-color css
<style>
span { border-color: #8451AC; }
span { border-color: rgb(132,81,172); }
td.TdClassName
{
border-color: #8451AC;
}
.TagClassName
{
border-color: #8451AC;
}
</style>