Shades of Studio #804CB1
Tints of Studio #804CB1
RGB
CMYK
RGB Variations
Color information
#804CB1 (or 0x804CB1) is known color: Studio. HEX triplet: 80, 4C and B1. RGB value is (128,76,177). Sum of RGB (Red+Green+Blue) = 128+76+177=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #804CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804CB1 is #7FB34E. Grayscale: #666666. Windows color (decimal): -8368975 or 11619456. OLE color: 11619456.
HSL color Cylindrical-coordinate representation of color #804CB1: hue angle of 270.89º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #804CB1 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 76 | 177 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.31 |
| HSL | 270.89º | 0.4% | 0.5% | - |
| HSV(B) | 270.89º | 0.57% | 0.69% | - |
| XYZ | 19.42 | 12.93 | 43.07 | - |
| YUV | 103.06 | 169.73 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 177 | 0.28 | 0.57 | 0 | 0.31 | 270.89 | 0.4 | 0.5 |
| Hex | 80 | 4C | B1 | 1C | 39 | 0 | 1F | 10F | 28 | 32 |
| Octal | 200 | 114 | 261 | 34 | 71 | 0 | 37 | 417 | 50 | 62 |
| Binary | 10000000 | 1001100 | 10110001 | 11100 | 111001 | 0 | 11111 | 100001111 | 101000 | 110010 |
Color Harmonies of #804CB1
Complementary color
Monochromatic Colors of #804CB1
Black with #804CB1
Text Example
Text Example
White with #804CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804CB1; }
p { color: rgb(128,76,177); }
H1.HeaderClassName
{
color: #804CB1;
}
.AnyTagClassName
{
color: #804CB1;
}
</style>
background-color css
<style>
a { background-color: #804CB1; }
a { background-color: rgb(128,76,177); }
div.DivClassName
{
background-color: #804CB1;
}
.BgClassName
{
background-color: #804CB1;
}
</style>
border-color css
<style>
span { border-color: #804CB1; }
span { border-color: rgb(128,76,177); }
td.TdClassName
{
border-color: #804CB1;
}
.TagClassName
{
border-color: #804CB1;
}
</style>