Shades of Studio #804FAC
Tints of Studio #804FAC
RGB
CMYK
RGB Variations
Color information
#804FAC (or 0x804FAC) is known color: Studio. HEX triplet: 80, 4F and AC. RGB value is (128,79,172). Sum of RGB (Red+Green+Blue) = 128+79+172=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #804FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804FAC is #7FB053. Grayscale: #676767. Windows color (decimal): -8368212 or 11292544. OLE color: 11292544.
HSL color Cylindrical-coordinate representation of color #804FAC: hue angle of 271.61º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #804FAC is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 79 | 172 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.33 |
| HSL | 271.61º | 0.37% | 0.49% | - |
| HSV(B) | 271.61º | 0.54% | 0.67% | - |
| XYZ | 19.14 | 13.16 | 40.56 | - |
| YUV | 104.25 | 166.23 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 172 | 0.26 | 0.54 | 0 | 0.33 | 271.61 | 0.37 | 0.49 |
| Hex | 80 | 4F | AC | 1A | 36 | 0 | 21 | 110 | 25 | 31 |
| Octal | 200 | 117 | 254 | 32 | 66 | 0 | 41 | 420 | 45 | 61 |
| Binary | 10000000 | 1001111 | 10101100 | 11010 | 110110 | 0 | 100001 | 100010000 | 100101 | 110001 |
Color Harmonies of #804FAC
Complementary color
Monochromatic Colors of #804FAC
Black with #804FAC
Text Example
Text Example
White with #804FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804FAC; }
p { color: rgb(128,79,172); }
H1.HeaderClassName
{
color: #804FAC;
}
.AnyTagClassName
{
color: #804FAC;
}
</style>
background-color css
<style>
a { background-color: #804FAC; }
a { background-color: rgb(128,79,172); }
div.DivClassName
{
background-color: #804FAC;
}
.BgClassName
{
background-color: #804FAC;
}
</style>
border-color css
<style>
span { border-color: #804FAC; }
span { border-color: rgb(128,79,172); }
td.TdClassName
{
border-color: #804FAC;
}
.TagClassName
{
border-color: #804FAC;
}
</style>