Shades of Studio #804B9E
Tints of Studio #804B9E
RGB
CMYK
RGB Variations
Color information
#804B9E (or 0x804B9E) is known color: Studio. HEX triplet: 80, 4B and 9E. RGB value is (128,75,158). Sum of RGB (Red+Green+Blue) = 128+75+158=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #804B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804B9E is #7FB461. Grayscale: #646464. Windows color (decimal): -8369250 or 10374016. OLE color: 10374016.
HSL color Cylindrical-coordinate representation of color #804B9E: hue angle of 278.31º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #804B9E is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 75 | 158 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.38 |
| HSL | 278.31º | 0.36% | 0.46% | - |
| HSV(B) | 278.31º | 0.53% | 0.62% | - |
| XYZ | 17.59 | 12.09 | 33.75 | - |
| YUV | 100.31 | 160.56 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 158 | 0.19 | 0.53 | 0 | 0.38 | 278.31 | 0.36 | 0.46 |
| Hex | 80 | 4B | 9E | 13 | 35 | 0 | 26 | 116 | 24 | 2E |
| Octal | 200 | 113 | 236 | 23 | 65 | 0 | 46 | 426 | 44 | 56 |
| Binary | 10000000 | 1001011 | 10011110 | 10011 | 110101 | 0 | 100110 | 100010110 | 100100 | 101110 |
Color Harmonies of #804B9E
Complementary color
Monochromatic Colors of #804B9E
Black with #804B9E
Text Example
Text Example
White with #804B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804B9E; }
p { color: rgb(128,75,158); }
H1.HeaderClassName
{
color: #804B9E;
}
.AnyTagClassName
{
color: #804B9E;
}
</style>
background-color css
<style>
a { background-color: #804B9E; }
a { background-color: rgb(128,75,158); }
div.DivClassName
{
background-color: #804B9E;
}
.BgClassName
{
background-color: #804B9E;
}
</style>
border-color css
<style>
span { border-color: #804B9E; }
span { border-color: rgb(128,75,158); }
td.TdClassName
{
border-color: #804B9E;
}
.TagClassName
{
border-color: #804B9E;
}
</style>