Shades of Studio #8055AA
Tints of Studio #8055AA
RGB
CMYK
RGB Variations
Color information
#8055AA (or 0x8055AA) is known color: Studio. HEX triplet: 80, 55 and AA. RGB value is (128,85,170). Sum of RGB (Red+Green+Blue) = 128+85+170=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #8055AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8055AA is #7FAA55. Grayscale: #6B6B6B. Windows color (decimal): -8366678 or 11163008. OLE color: 11163008.
HSL color Cylindrical-coordinate representation of color #8055AA: hue angle of 270.35º 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 #8055AA is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 85 | 170 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.33 |
| HSL | 270.35º | 0.33% | 0.5% | - |
| HSV(B) | 270.35º | 0.5% | 0.67% | - |
| XYZ | 19.41 | 13.99 | 39.71 | - |
| YUV | 107.55 | 163.25 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 170 | 0.25 | 0.50 | 0 | 0.33 | 270.35 | 0.33 | 0.5 |
| Hex | 80 | 55 | AA | 19 | 32 | 0 | 21 | 10E | 21 | 32 |
| Octal | 200 | 125 | 252 | 31 | 62 | 0 | 41 | 416 | 41 | 62 |
| Binary | 10000000 | 1010101 | 10101010 | 11001 | 110010 | 0 | 100001 | 100001110 | 100001 | 110010 |
Color Harmonies of #8055AA
Complementary color
Monochromatic Colors of #8055AA
Black with #8055AA
Text Example
Text Example
White with #8055AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8055AA; }
p { color: rgb(128,85,170); }
H1.HeaderClassName
{
color: #8055AA;
}
.AnyTagClassName
{
color: #8055AA;
}
</style>
background-color css
<style>
a { background-color: #8055AA; }
a { background-color: rgb(128,85,170); }
div.DivClassName
{
background-color: #8055AA;
}
.BgClassName
{
background-color: #8055AA;
}
</style>
border-color css
<style>
span { border-color: #8055AA; }
span { border-color: rgb(128,85,170); }
td.TdClassName
{
border-color: #8055AA;
}
.TagClassName
{
border-color: #8055AA;
}
</style>