Shades of Studio #804FAD
Tints of Studio #804FAD
RGB
CMYK
RGB Variations
Color information
#804FAD (or 0x804FAD) is known color: Studio. HEX triplet: 80, 4F and AD. RGB value is (128,79,173). Sum of RGB (Red+Green+Blue) = 128+79+173=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #804FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804FAD is #7FB052. Grayscale: #686868. Windows color (decimal): -8368211 or 11358080. OLE color: 11358080.
HSL color Cylindrical-coordinate representation of color #804FAD: hue angle of 271.28º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #804FAD is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 79 | 173 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.32 |
| HSL | 271.28º | 0.37% | 0.49% | - |
| HSV(B) | 271.28º | 0.54% | 0.68% | - |
| XYZ | 19.24 | 13.2 | 41.07 | - |
| YUV | 104.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 173 | 0.26 | 0.54 | 0 | 0.32 | 271.28 | 0.37 | 0.49 |
| Hex | 80 | 4F | AD | 1A | 36 | 0 | 20 | 10F | 25 | 31 |
| Octal | 200 | 117 | 255 | 32 | 66 | 0 | 40 | 417 | 45 | 61 |
| Binary | 10000000 | 1001111 | 10101101 | 11010 | 110110 | 0 | 100000 | 100001111 | 100101 | 110001 |
Color Harmonies of #804FAD
Complementary color
Monochromatic Colors of #804FAD
Black with #804FAD
Text Example
Text Example
White with #804FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804FAD; }
p { color: rgb(128,79,173); }
H1.HeaderClassName
{
color: #804FAD;
}
.AnyTagClassName
{
color: #804FAD;
}
</style>
background-color css
<style>
a { background-color: #804FAD; }
a { background-color: rgb(128,79,173); }
div.DivClassName
{
background-color: #804FAD;
}
.BgClassName
{
background-color: #804FAD;
}
</style>
border-color css
<style>
span { border-color: #804FAD; }
span { border-color: rgb(128,79,173); }
td.TdClassName
{
border-color: #804FAD;
}
.TagClassName
{
border-color: #804FAD;
}
</style>