Shades of Studio #804D9E
Tints of Studio #804D9E
RGB
CMYK
RGB Variations
Color information
#804D9E (or 0x804D9E) is known color: Studio. HEX triplet: 80, 4D and 9E. RGB value is (128,77,158). Sum of RGB (Red+Green+Blue) = 128+77+158=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #804D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804D9E is #7FB261. Grayscale: #656565. Windows color (decimal): -8368738 or 10374528. OLE color: 10374528.
HSL color Cylindrical-coordinate representation of color #804D9E: hue angle of 277.78º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #804D9E is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 77 | 158 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.38 |
| HSL | 277.78º | 0.34% | 0.46% | - |
| HSV(B) | 277.78º | 0.51% | 0.62% | - |
| XYZ | 17.73 | 12.37 | 33.8 | - |
| YUV | 101.48 | 159.9 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 158 | 0.19 | 0.51 | 0 | 0.38 | 277.78 | 0.34 | 0.46 |
| Hex | 80 | 4D | 9E | 13 | 33 | 0 | 26 | 116 | 22 | 2E |
| Octal | 200 | 115 | 236 | 23 | 63 | 0 | 46 | 426 | 42 | 56 |
| Binary | 10000000 | 1001101 | 10011110 | 10011 | 110011 | 0 | 100110 | 100010110 | 100010 | 101110 |
Color Harmonies of #804D9E
Complementary color
Monochromatic Colors of #804D9E
Black with #804D9E
Text Example
Text Example
White with #804D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804D9E; }
p { color: rgb(128,77,158); }
H1.HeaderClassName
{
color: #804D9E;
}
.AnyTagClassName
{
color: #804D9E;
}
</style>
background-color css
<style>
a { background-color: #804D9E; }
a { background-color: rgb(128,77,158); }
div.DivClassName
{
background-color: #804D9E;
}
.BgClassName
{
background-color: #804D9E;
}
</style>
border-color css
<style>
span { border-color: #804D9E; }
span { border-color: rgb(128,77,158); }
td.TdClassName
{
border-color: #804D9E;
}
.TagClassName
{
border-color: #804D9E;
}
</style>