Shades of Studio #804ABA
Tints of Studio #804ABA
RGB
CMYK
RGB Variations
Color information
#804ABA (or 0x804ABA) is known color: Studio. HEX triplet: 80, 4A and BA. RGB value is (128,74,186). Sum of RGB (Red+Green+Blue) = 128+74+186=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #804ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804ABA is #7FB545. Grayscale: #666666. Windows color (decimal): -8369478 or 12208768. OLE color: 12208768.
HSL color Cylindrical-coordinate representation of color #804ABA: hue angle of 268.93º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #804ABA is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 74 | 186 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.27 |
| HSL | 268.93º | 0.45% | 0.51% | - |
| HSV(B) | 268.93º | 0.6% | 0.73% | - |
| XYZ | 20.21 | 13.03 | 47.9 | - |
| YUV | 102.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 186 | 0.31 | 0.60 | 0 | 0.27 | 268.93 | 0.45 | 0.51 |
| Hex | 80 | 4A | BA | 1F | 3C | 0 | 1B | 10D | 2D | 33 |
| Octal | 200 | 112 | 272 | 37 | 74 | 0 | 33 | 415 | 55 | 63 |
| Binary | 10000000 | 1001010 | 10111010 | 11111 | 111100 | 0 | 11011 | 100001101 | 101101 | 110011 |
Color Harmonies of #804ABA
Complementary color
Monochromatic Colors of #804ABA
Black with #804ABA
Text Example
Text Example
White with #804ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804ABA; }
p { color: rgb(128,74,186); }
H1.HeaderClassName
{
color: #804ABA;
}
.AnyTagClassName
{
color: #804ABA;
}
</style>
background-color css
<style>
a { background-color: #804ABA; }
a { background-color: rgb(128,74,186); }
div.DivClassName
{
background-color: #804ABA;
}
.BgClassName
{
background-color: #804ABA;
}
</style>
border-color css
<style>
span { border-color: #804ABA; }
span { border-color: rgb(128,74,186); }
td.TdClassName
{
border-color: #804ABA;
}
.TagClassName
{
border-color: #804ABA;
}
</style>