Shades of Studio #804E9B
Tints of Studio #804E9B
RGB
CMYK
RGB Variations
Color information
#804E9B (or 0x804E9B) is known color: Studio. HEX triplet: 80, 4E and 9B. RGB value is (128,78,155). Sum of RGB (Red+Green+Blue) = 128+78+155=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #804E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804E9B is #7FB164. Grayscale: #656565. Windows color (decimal): -8368485 or 10178176. OLE color: 10178176.
HSL color Cylindrical-coordinate representation of color #804E9B: hue angle of 278.96º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #804E9B is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 78 | 155 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.39 |
| HSL | 278.96º | 0.33% | 0.46% | - |
| HSV(B) | 278.96º | 0.5% | 0.61% | - |
| XYZ | 17.54 | 12.4 | 32.48 | - |
| YUV | 101.73 | 158.07 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 155 | 0.17 | 0.50 | 0 | 0.39 | 278.96 | 0.33 | 0.46 |
| Hex | 80 | 4E | 9B | 11 | 32 | 0 | 27 | 117 | 21 | 2E |
| Octal | 200 | 116 | 233 | 21 | 62 | 0 | 47 | 427 | 41 | 56 |
| Binary | 10000000 | 1001110 | 10011011 | 10001 | 110010 | 0 | 100111 | 100010111 | 100001 | 101110 |
Color Harmonies of #804E9B
Complementary color
Monochromatic Colors of #804E9B
Black with #804E9B
Text Example
Text Example
White with #804E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804E9B; }
p { color: rgb(128,78,155); }
H1.HeaderClassName
{
color: #804E9B;
}
.AnyTagClassName
{
color: #804E9B;
}
</style>
background-color css
<style>
a { background-color: #804E9B; }
a { background-color: rgb(128,78,155); }
div.DivClassName
{
background-color: #804E9B;
}
.BgClassName
{
background-color: #804E9B;
}
</style>
border-color css
<style>
span { border-color: #804E9B; }
span { border-color: rgb(128,78,155); }
td.TdClassName
{
border-color: #804E9B;
}
.TagClassName
{
border-color: #804E9B;
}
</style>