Shades of Studio #8455A5
Tints of Studio #8455A5
RGB
CMYK
RGB Variations
Color information
#8455A5 (or 0x8455A5) is known color: Studio. HEX triplet: 84, 55 and A5. RGB value is (132,85,165). Sum of RGB (Red+Green+Blue) = 132+85+165=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 165 - color contains mainly: blue. Hex color #8455A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8455A5 is #7BAA5A. Grayscale: #6B6B6B. Windows color (decimal): -8104539 or 10835332. OLE color: 10835332.
HSL color Cylindrical-coordinate representation of color #8455A5: hue angle of 275.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8455A5 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 85 | 165 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.35 |
| HSL | 275.25º | 0.32% | 0.49% | - |
| HSV(B) | 275.25º | 0.48% | 0.65% | - |
| XYZ | 19.56 | 14.12 | 37.29 | - |
| YUV | 108.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 165 | 0.20 | 0.48 | 0 | 0.35 | 275.25 | 0.32 | 0.49 |
| Hex | 84 | 55 | A5 | 14 | 30 | 0 | 23 | 113 | 20 | 31 |
| Octal | 204 | 125 | 245 | 24 | 60 | 0 | 43 | 423 | 40 | 61 |
| Binary | 10000100 | 1010101 | 10100101 | 10100 | 110000 | 0 | 100011 | 100010011 | 100000 | 110001 |
Color Harmonies of #8455A5
Complementary color
Monochromatic Colors of #8455A5
Black with #8455A5
Text Example
Text Example
White with #8455A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8455A5; }
p { color: rgb(132,85,165); }
H1.HeaderClassName
{
color: #8455A5;
}
.AnyTagClassName
{
color: #8455A5;
}
</style>
background-color css
<style>
a { background-color: #8455A5; }
a { background-color: rgb(132,85,165); }
div.DivClassName
{
background-color: #8455A5;
}
.BgClassName
{
background-color: #8455A5;
}
</style>
border-color css
<style>
span { border-color: #8455A5; }
span { border-color: rgb(132,85,165); }
td.TdClassName
{
border-color: #8455A5;
}
.TagClassName
{
border-color: #8455A5;
}
</style>