Shades of Studio #8455AF
Tints of Studio #8455AF
RGB
CMYK
RGB Variations
Color information
#8455AF (or 0x8455AF) is known color: Studio. HEX triplet: 84, 55 and AF. RGB value is (132,85,175). Sum of RGB (Red+Green+Blue) = 132+85+175=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #8455AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8455AF is #7BAA50. Grayscale: #6D6D6D. Windows color (decimal): -8104529 or 11490692. OLE color: 11490692.
HSL color Cylindrical-coordinate representation of color #8455AF: hue angle of 271.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8455AF is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 85 | 175 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.31 |
| HSL | 271.33º | 0.36% | 0.51% | - |
| HSV(B) | 271.33º | 0.51% | 0.69% | - |
| XYZ | 20.5 | 14.5 | 42.28 | - |
| YUV | 109.31 | 165.07 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 175 | 0.25 | 0.51 | 0 | 0.31 | 271.33 | 0.36 | 0.51 |
| Hex | 84 | 55 | AF | 19 | 33 | 0 | 1F | 10F | 24 | 33 |
| Octal | 204 | 125 | 257 | 31 | 63 | 0 | 37 | 417 | 44 | 63 |
| Binary | 10000100 | 1010101 | 10101111 | 11001 | 110011 | 0 | 11111 | 100001111 | 100100 | 110011 |
Color Harmonies of #8455AF
Complementary color
Monochromatic Colors of #8455AF
Black with #8455AF
Text Example
Text Example
White with #8455AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8455AF; }
p { color: rgb(132,85,175); }
H1.HeaderClassName
{
color: #8455AF;
}
.AnyTagClassName
{
color: #8455AF;
}
</style>
background-color css
<style>
a { background-color: #8455AF; }
a { background-color: rgb(132,85,175); }
div.DivClassName
{
background-color: #8455AF;
}
.BgClassName
{
background-color: #8455AF;
}
</style>
border-color css
<style>
span { border-color: #8455AF; }
span { border-color: rgb(132,85,175); }
td.TdClassName
{
border-color: #8455AF;
}
.TagClassName
{
border-color: #8455AF;
}
</style>