Shades of Studio #8455AA
Tints of Studio #8455AA
RGB
CMYK
RGB Variations
Color information
#8455AA (or 0x8455AA) is known color: Studio. HEX triplet: 84, 55 and AA. RGB value is (132,85,170). Sum of RGB (Red+Green+Blue) = 132+85+170=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #8455AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8455AA is #7BAA55. Grayscale: #6C6C6C. Windows color (decimal): -8104534 or 11163012. OLE color: 11163012.
HSL color Cylindrical-coordinate representation of color #8455AA: hue angle of 273.18º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8455AA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 85 | 170 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.33 |
| HSL | 273.18º | 0.33% | 0.5% | - |
| HSV(B) | 273.18º | 0.5% | 0.67% | - |
| XYZ | 20.02 | 14.3 | 39.74 | - |
| YUV | 108.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 170 | 0.22 | 0.50 | 0 | 0.33 | 273.18 | 0.33 | 0.5 |
| Hex | 84 | 55 | AA | 16 | 32 | 0 | 21 | 111 | 21 | 32 |
| Octal | 204 | 125 | 252 | 26 | 62 | 0 | 41 | 421 | 41 | 62 |
| Binary | 10000100 | 1010101 | 10101010 | 10110 | 110010 | 0 | 100001 | 100010001 | 100001 | 110010 |
Color Harmonies of #8455AA
Complementary color
Monochromatic Colors of #8455AA
Black with #8455AA
Text Example
Text Example
White with #8455AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8455AA; }
p { color: rgb(132,85,170); }
H1.HeaderClassName
{
color: #8455AA;
}
.AnyTagClassName
{
color: #8455AA;
}
</style>
background-color css
<style>
a { background-color: #8455AA; }
a { background-color: rgb(132,85,170); }
div.DivClassName
{
background-color: #8455AA;
}
.BgClassName
{
background-color: #8455AA;
}
</style>
border-color css
<style>
span { border-color: #8455AA; }
span { border-color: rgb(132,85,170); }
td.TdClassName
{
border-color: #8455AA;
}
.TagClassName
{
border-color: #8455AA;
}
</style>