Shades of Studio #8049A4
Tints of Studio #8049A4
RGB
CMYK
RGB Variations
Color information
#8049A4 (or 0x8049A4) is known color: Studio. HEX triplet: 80, 49 and A4. RGB value is (128,73,164). Sum of RGB (Red+Green+Blue) = 128+73+164=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 164 - color contains mainly: blue. Hex color #8049A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8049A4 is #7FB65B. Grayscale: #636363. Windows color (decimal): -8369756 or 10766720. OLE color: 10766720.
HSL color Cylindrical-coordinate representation of color #8049A4: hue angle of 276.26º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8049A4 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 73 | 164 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.36 |
| HSL | 276.26º | 0.38% | 0.46% | - |
| HSV(B) | 276.26º | 0.55% | 0.64% | - |
| XYZ | 17.99 | 12.03 | 36.5 | - |
| YUV | 99.82 | 164.22 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 164 | 0.22 | 0.55 | 0 | 0.36 | 276.26 | 0.38 | 0.46 |
| Hex | 80 | 49 | A4 | 16 | 37 | 0 | 24 | 114 | 26 | 2E |
| Octal | 200 | 111 | 244 | 26 | 67 | 0 | 44 | 424 | 46 | 56 |
| Binary | 10000000 | 1001001 | 10100100 | 10110 | 110111 | 0 | 100100 | 100010100 | 100110 | 101110 |
Color Harmonies of #8049A4
Complementary color
Monochromatic Colors of #8049A4
Black with #8049A4
Text Example
Text Example
White with #8049A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8049A4; }
p { color: rgb(128,73,164); }
H1.HeaderClassName
{
color: #8049A4;
}
.AnyTagClassName
{
color: #8049A4;
}
</style>
background-color css
<style>
a { background-color: #8049A4; }
a { background-color: rgb(128,73,164); }
div.DivClassName
{
background-color: #8049A4;
}
.BgClassName
{
background-color: #8049A4;
}
</style>
border-color css
<style>
span { border-color: #8049A4; }
span { border-color: rgb(128,73,164); }
td.TdClassName
{
border-color: #8049A4;
}
.TagClassName
{
border-color: #8049A4;
}
</style>