Shades of Studio #8041AB
Tints of Studio #8041AB
RGB
CMYK
RGB Variations
Color information
#8041AB (or 0x8041AB) is known color: Studio. HEX triplet: 80, 41 and AB. RGB value is (128,65,171). Sum of RGB (Red+Green+Blue) = 128+65+171=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #8041AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8041AB is #7FBE54. Grayscale: #5F5F5F. Windows color (decimal): -8371797 or 11223424. OLE color: 11223424.
HSL color Cylindrical-coordinate representation of color #8041AB: hue angle of 275.66º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8041AB is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 65 | 171 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.33 |
| HSL | 275.66º | 0.45% | 0.46% | - |
| HSV(B) | 275.66º | 0.62% | 0.67% | - |
| XYZ | 18.14 | 11.31 | 39.75 | - |
| YUV | 95.92 | 170.37 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 171 | 0.25 | 0.62 | 0 | 0.33 | 275.66 | 0.45 | 0.46 |
| Hex | 80 | 41 | AB | 19 | 3E | 0 | 21 | 114 | 2D | 2E |
| Octal | 200 | 101 | 253 | 31 | 76 | 0 | 41 | 424 | 55 | 56 |
| Binary | 10000000 | 1000001 | 10101011 | 11001 | 111110 | 0 | 100001 | 100010100 | 101101 | 101110 |
Color Harmonies of #8041AB
Complementary color
Monochromatic Colors of #8041AB
Black with #8041AB
Text Example
Text Example
White with #8041AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8041AB; }
p { color: rgb(128,65,171); }
H1.HeaderClassName
{
color: #8041AB;
}
.AnyTagClassName
{
color: #8041AB;
}
</style>
background-color css
<style>
a { background-color: #8041AB; }
a { background-color: rgb(128,65,171); }
div.DivClassName
{
background-color: #8041AB;
}
.BgClassName
{
background-color: #8041AB;
}
</style>
border-color css
<style>
span { border-color: #8041AB; }
span { border-color: rgb(128,65,171); }
td.TdClassName
{
border-color: #8041AB;
}
.TagClassName
{
border-color: #8041AB;
}
</style>