Shades of Studio #8450AC
Tints of Studio #8450AC
RGB
CMYK
RGB Variations
Color information
#8450AC (or 0x8450AC) is known color: Studio. HEX triplet: 84, 50 and AC. RGB value is (132,80,172). Sum of RGB (Red+Green+Blue) = 132+80+172=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #8450AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8450AC is #7BAF53. Grayscale: #696969. Windows color (decimal): -8105812 or 11292804. OLE color: 11292804.
HSL color Cylindrical-coordinate representation of color #8450AC: hue angle of 273.91º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8450AC is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 80 | 172 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.33 |
| HSL | 273.91º | 0.37% | 0.49% | - |
| HSV(B) | 273.91º | 0.53% | 0.67% | - |
| XYZ | 19.83 | 13.62 | 40.61 | - |
| YUV | 106.04 | 165.23 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 172 | 0.23 | 0.53 | 0 | 0.33 | 273.91 | 0.37 | 0.49 |
| Hex | 84 | 50 | AC | 17 | 35 | 0 | 21 | 112 | 25 | 31 |
| Octal | 204 | 120 | 254 | 27 | 65 | 0 | 41 | 422 | 45 | 61 |
| Binary | 10000100 | 1010000 | 10101100 | 10111 | 110101 | 0 | 100001 | 100010010 | 100101 | 110001 |
Color Harmonies of #8450AC
Complementary color
Monochromatic Colors of #8450AC
Black with #8450AC
Text Example
Text Example
White with #8450AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8450AC; }
p { color: rgb(132,80,172); }
H1.HeaderClassName
{
color: #8450AC;
}
.AnyTagClassName
{
color: #8450AC;
}
</style>
background-color css
<style>
a { background-color: #8450AC; }
a { background-color: rgb(132,80,172); }
div.DivClassName
{
background-color: #8450AC;
}
.BgClassName
{
background-color: #8450AC;
}
</style>
border-color css
<style>
span { border-color: #8450AC; }
span { border-color: rgb(132,80,172); }
td.TdClassName
{
border-color: #8450AC;
}
.TagClassName
{
border-color: #8450AC;
}
</style>