Shades of Studio #804CAC
Tints of Studio #804CAC
RGB
CMYK
RGB Variations
Color information
#804CAC (or 0x804CAC) is known color: Studio. HEX triplet: 80, 4C and AC. RGB value is (128,76,172). Sum of RGB (Red+Green+Blue) = 128+76+172=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #804CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804CAC is #7FB353. Grayscale: #666666. Windows color (decimal): -8368980 or 11291776. OLE color: 11291776.
HSL color Cylindrical-coordinate representation of color #804CAC: hue angle of 272.5º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #804CAC is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 76 | 172 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.33 |
| HSL | 272.5º | 0.39% | 0.49% | - |
| HSV(B) | 272.5º | 0.56% | 0.67% | - |
| XYZ | 18.93 | 12.74 | 40.49 | - |
| YUV | 102.49 | 167.23 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 172 | 0.26 | 0.56 | 0 | 0.33 | 272.5 | 0.39 | 0.49 |
| Hex | 80 | 4C | AC | 1A | 38 | 0 | 21 | 110 | 27 | 31 |
| Octal | 200 | 114 | 254 | 32 | 70 | 0 | 41 | 420 | 47 | 61 |
| Binary | 10000000 | 1001100 | 10101100 | 11010 | 111000 | 0 | 100001 | 100010000 | 100111 | 110001 |
Color Harmonies of #804CAC
Complementary color
Monochromatic Colors of #804CAC
Black with #804CAC
Text Example
Text Example
White with #804CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804CAC; }
p { color: rgb(128,76,172); }
H1.HeaderClassName
{
color: #804CAC;
}
.AnyTagClassName
{
color: #804CAC;
}
</style>
background-color css
<style>
a { background-color: #804CAC; }
a { background-color: rgb(128,76,172); }
div.DivClassName
{
background-color: #804CAC;
}
.BgClassName
{
background-color: #804CAC;
}
</style>
border-color css
<style>
span { border-color: #804CAC; }
span { border-color: rgb(128,76,172); }
td.TdClassName
{
border-color: #804CAC;
}
.TagClassName
{
border-color: #804CAC;
}
</style>