Shades of Studio #804EA1
Tints of Studio #804EA1
RGB
CMYK
RGB Variations
Color information
#804EA1 (or 0x804EA1) is known color: Studio. HEX triplet: 80, 4E and A1. RGB value is (128,78,161). Sum of RGB (Red+Green+Blue) = 128+78+161=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 161 - color contains mainly: blue. Hex color #804EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804EA1 is #7FB15E. Grayscale: #666666. Windows color (decimal): -8368479 or 10571392. OLE color: 10571392.
HSL color Cylindrical-coordinate representation of color #804EA1: hue angle of 276.14º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #804EA1 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 78 | 161 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.37 |
| HSL | 276.14º | 0.35% | 0.47% | - |
| HSV(B) | 276.14º | 0.52% | 0.63% | - |
| XYZ | 18.06 | 12.61 | 35.2 | - |
| YUV | 102.41 | 161.07 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 161 | 0.20 | 0.52 | 0 | 0.37 | 276.14 | 0.35 | 0.47 |
| Hex | 80 | 4E | A1 | 14 | 34 | 0 | 25 | 114 | 23 | 2F |
| Octal | 200 | 116 | 241 | 24 | 64 | 0 | 45 | 424 | 43 | 57 |
| Binary | 10000000 | 1001110 | 10100001 | 10100 | 110100 | 0 | 100101 | 100010100 | 100011 | 101111 |
Color Harmonies of #804EA1
Complementary color
Monochromatic Colors of #804EA1
Black with #804EA1
Text Example
Text Example
White with #804EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804EA1; }
p { color: rgb(128,78,161); }
H1.HeaderClassName
{
color: #804EA1;
}
.AnyTagClassName
{
color: #804EA1;
}
</style>
background-color css
<style>
a { background-color: #804EA1; }
a { background-color: rgb(128,78,161); }
div.DivClassName
{
background-color: #804EA1;
}
.BgClassName
{
background-color: #804EA1;
}
</style>
border-color css
<style>
span { border-color: #804EA1; }
span { border-color: rgb(128,78,161); }
td.TdClassName
{
border-color: #804EA1;
}
.TagClassName
{
border-color: #804EA1;
}
</style>