Shades of Studio #8055AB
Tints of Studio #8055AB
RGB
CMYK
RGB Variations
Color information
#8055AB (or 0x8055AB) is known color: Studio. HEX triplet: 80, 55 and AB. RGB value is (128,85,171). Sum of RGB (Red+Green+Blue) = 128+85+171=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #8055AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8055AB is #7FAA54. Grayscale: #6B6B6B. Windows color (decimal): -8366677 or 11228544. OLE color: 11228544.
HSL color Cylindrical-coordinate representation of color #8055AB: hue angle of 270º degrees, saturation: 0.34, 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 #8055AB is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 85 | 171 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.33 |
| HSL | 270º | 0.34% | 0.5% | - |
| HSV(B) | 270º | 0.5% | 0.67% | - |
| XYZ | 19.5 | 14.03 | 40.21 | - |
| YUV | 107.66 | 163.75 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 171 | 0.25 | 0.50 | 0 | 0.33 | 270 | 0.34 | 0.5 |
| Hex | 80 | 55 | AB | 19 | 32 | 0 | 21 | 10E | 22 | 32 |
| Octal | 200 | 125 | 253 | 31 | 62 | 0 | 41 | 416 | 42 | 62 |
| Binary | 10000000 | 1010101 | 10101011 | 11001 | 110010 | 0 | 100001 | 100001110 | 100010 | 110010 |
Color Harmonies of #8055AB
Complementary color
Monochromatic Colors of #8055AB
Black with #8055AB
Text Example
Text Example
White with #8055AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8055AB; }
p { color: rgb(128,85,171); }
H1.HeaderClassName
{
color: #8055AB;
}
.AnyTagClassName
{
color: #8055AB;
}
</style>
background-color css
<style>
a { background-color: #8055AB; }
a { background-color: rgb(128,85,171); }
div.DivClassName
{
background-color: #8055AB;
}
.BgClassName
{
background-color: #8055AB;
}
</style>
border-color css
<style>
span { border-color: #8055AB; }
span { border-color: rgb(128,85,171); }
td.TdClassName
{
border-color: #8055AB;
}
.TagClassName
{
border-color: #8055AB;
}
</style>