Shades of Studio #8450A4
Tints of Studio #8450A4
RGB
CMYK
RGB Variations
Color information
#8450A4 (or 0x8450A4) is known color: Studio. HEX triplet: 84, 50 and A4. RGB value is (132,80,164). Sum of RGB (Red+Green+Blue) = 132+80+164=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 164 - color contains mainly: blue. Hex color #8450A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8450A4 is #7BAF5B. Grayscale: #686868. Windows color (decimal): -8105820 or 10768516. OLE color: 10768516.
HSL color Cylindrical-coordinate representation of color #8450A4: hue angle of 277.14º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8450A4 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 80 | 164 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.36 |
| HSL | 277.14º | 0.34% | 0.48% | - |
| HSV(B) | 277.14º | 0.51% | 0.64% | - |
| XYZ | 19.09 | 13.32 | 36.69 | - |
| YUV | 105.12 | 161.23 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 164 | 0.20 | 0.51 | 0 | 0.36 | 277.14 | 0.34 | 0.48 |
| Hex | 84 | 50 | A4 | 14 | 33 | 0 | 24 | 115 | 22 | 30 |
| Octal | 204 | 120 | 244 | 24 | 63 | 0 | 44 | 425 | 42 | 60 |
| Binary | 10000100 | 1010000 | 10100100 | 10100 | 110011 | 0 | 100100 | 100010101 | 100010 | 110000 |
Color Harmonies of #8450A4
Complementary color
Monochromatic Colors of #8450A4
Black with #8450A4
Text Example
Text Example
White with #8450A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8450A4; }
p { color: rgb(132,80,164); }
H1.HeaderClassName
{
color: #8450A4;
}
.AnyTagClassName
{
color: #8450A4;
}
</style>
background-color css
<style>
a { background-color: #8450A4; }
a { background-color: rgb(132,80,164); }
div.DivClassName
{
background-color: #8450A4;
}
.BgClassName
{
background-color: #8450A4;
}
</style>
border-color css
<style>
span { border-color: #8450A4; }
span { border-color: rgb(132,80,164); }
td.TdClassName
{
border-color: #8450A4;
}
.TagClassName
{
border-color: #8450A4;
}
</style>