Shades of Studio #8039AB
Tints of Studio #8039AB
RGB
CMYK
RGB Variations
Color information
#8039AB (or 0x8039AB) is known color: Studio. HEX triplet: 80, 39 and AB. RGB value is (128,57,171). Sum of RGB (Red+Green+Blue) = 128+57+171=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #8039AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8039AB is #7FC654. Grayscale: #5A5A5A. Windows color (decimal): -8373845 or 11221376. OLE color: 11221376.
HSL color Cylindrical-coordinate representation of color #8039AB: hue angle of 277.37º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8039AB is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 57 | 171 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.33 |
| HSL | 277.37º | 0.5% | 0.45% | - |
| HSV(B) | 277.37º | 0.67% | 0.67% | - |
| XYZ | 17.72 | 10.46 | 39.61 | - |
| YUV | 91.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 171 | 0.25 | 0.67 | 0 | 0.33 | 277.37 | 0.5 | 0.45 |
| Hex | 80 | 39 | AB | 19 | 43 | 0 | 21 | 115 | 32 | 2D |
| Octal | 200 | 71 | 253 | 31 | 103 | 0 | 41 | 425 | 62 | 55 |
| Binary | 10000000 | 111001 | 10101011 | 11001 | 1000011 | 0 | 100001 | 100010101 | 110010 | 101101 |
Color Harmonies of #8039AB
Complementary color
Monochromatic Colors of #8039AB
Black with #8039AB
Text Example
Text Example
White with #8039AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8039AB; }
p { color: rgb(128,57,171); }
H1.HeaderClassName
{
color: #8039AB;
}
.AnyTagClassName
{
color: #8039AB;
}
</style>
background-color css
<style>
a { background-color: #8039AB; }
a { background-color: rgb(128,57,171); }
div.DivClassName
{
background-color: #8039AB;
}
.BgClassName
{
background-color: #8039AB;
}
</style>
border-color css
<style>
span { border-color: #8039AB; }
span { border-color: rgb(128,57,171); }
td.TdClassName
{
border-color: #8039AB;
}
.TagClassName
{
border-color: #8039AB;
}
</style>