Shades of Studio #8041BA
Tints of Studio #8041BA
RGB
CMYK
RGB Variations
Color information
#8041BA (or 0x8041BA) is known color: Studio. HEX triplet: 80, 41 and BA. RGB value is (128,65,186). Sum of RGB (Red+Green+Blue) = 128+65+186=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #8041BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8041BA is #7FBE45. Grayscale: #616161. Windows color (decimal): -8371782 or 12206464. OLE color: 12206464.
HSL color Cylindrical-coordinate representation of color #8041BA: hue angle of 271.24º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8041BA is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 65 | 186 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.27 |
| HSL | 271.24º | 0.48% | 0.49% | - |
| HSV(B) | 271.24º | 0.65% | 0.73% | - |
| XYZ | 19.66 | 11.91 | 47.72 | - |
| YUV | 97.63 | 177.87 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 186 | 0.31 | 0.65 | 0 | 0.27 | 271.24 | 0.48 | 0.49 |
| Hex | 80 | 41 | BA | 1F | 41 | 0 | 1B | 10F | 30 | 31 |
| Octal | 200 | 101 | 272 | 37 | 101 | 0 | 33 | 417 | 60 | 61 |
| Binary | 10000000 | 1000001 | 10111010 | 11111 | 1000001 | 0 | 11011 | 100001111 | 110000 | 110001 |
Color Harmonies of #8041BA
Complementary color
Monochromatic Colors of #8041BA
Black with #8041BA
Text Example
Text Example
White with #8041BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8041BA; }
p { color: rgb(128,65,186); }
H1.HeaderClassName
{
color: #8041BA;
}
.AnyTagClassName
{
color: #8041BA;
}
</style>
background-color css
<style>
a { background-color: #8041BA; }
a { background-color: rgb(128,65,186); }
div.DivClassName
{
background-color: #8041BA;
}
.BgClassName
{
background-color: #8041BA;
}
</style>
border-color css
<style>
span { border-color: #8041BA; }
span { border-color: rgb(128,65,186); }
td.TdClassName
{
border-color: #8041BA;
}
.TagClassName
{
border-color: #8041BA;
}
</style>