Shades of Studio #804DAB
Tints of Studio #804DAB
RGB
CMYK
RGB Variations
Color information
#804DAB (or 0x804DAB) is known color: Studio. HEX triplet: 80, 4D and AB. RGB value is (128,77,171). Sum of RGB (Red+Green+Blue) = 128+77+171=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #804DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804DAB is #7FB254. Grayscale: #666666. Windows color (decimal): -8368725 or 11226496. OLE color: 11226496.
HSL color Cylindrical-coordinate representation of color #804DAB: hue angle of 272.55º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #804DAB is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 77 | 171 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.33 |
| HSL | 272.55º | 0.38% | 0.49% | - |
| HSV(B) | 272.55º | 0.55% | 0.67% | - |
| XYZ | 18.91 | 12.84 | 40.01 | - |
| YUV | 102.97 | 166.4 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 171 | 0.25 | 0.55 | 0 | 0.33 | 272.55 | 0.38 | 0.49 |
| Hex | 80 | 4D | AB | 19 | 37 | 0 | 21 | 111 | 26 | 31 |
| Octal | 200 | 115 | 253 | 31 | 67 | 0 | 41 | 421 | 46 | 61 |
| Binary | 10000000 | 1001101 | 10101011 | 11001 | 110111 | 0 | 100001 | 100010001 | 100110 | 110001 |
Color Harmonies of #804DAB
Complementary color
Monochromatic Colors of #804DAB
Black with #804DAB
Text Example
Text Example
White with #804DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804DAB; }
p { color: rgb(128,77,171); }
H1.HeaderClassName
{
color: #804DAB;
}
.AnyTagClassName
{
color: #804DAB;
}
</style>
background-color css
<style>
a { background-color: #804DAB; }
a { background-color: rgb(128,77,171); }
div.DivClassName
{
background-color: #804DAB;
}
.BgClassName
{
background-color: #804DAB;
}
</style>
border-color css
<style>
span { border-color: #804DAB; }
span { border-color: rgb(128,77,171); }
td.TdClassName
{
border-color: #804DAB;
}
.TagClassName
{
border-color: #804DAB;
}
</style>