Shades of Studio #8048A1
Tints of Studio #8048A1
RGB
CMYK
RGB Variations
Color information
#8048A1 (or 0x8048A1) is known color: Studio. HEX triplet: 80, 48 and A1. RGB value is (128,72,161). Sum of RGB (Red+Green+Blue) = 128+72+161=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 161 (63.28% from 255 or 44.60% from 361); Max value from RGB is 161 - color contains mainly: blue. Hex color #8048A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8048A1 is #7FB75E. Grayscale: #626262. Windows color (decimal): -8370015 or 10569856. OLE color: 10569856.
HSL color Cylindrical-coordinate representation of color #8048A1: hue angle of 277.75º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8048A1 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 72 | 161 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.37 |
| HSL | 277.75º | 0.38% | 0.46% | - |
| HSV(B) | 277.75º | 0.55% | 0.63% | - |
| XYZ | 17.65 | 11.8 | 35.06 | - |
| YUV | 98.89 | 163.05 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 161 | 0.20 | 0.55 | 0 | 0.37 | 277.75 | 0.38 | 0.46 |
| Hex | 80 | 48 | A1 | 14 | 37 | 0 | 25 | 116 | 26 | 2E |
| Octal | 200 | 110 | 241 | 24 | 67 | 0 | 45 | 426 | 46 | 56 |
| Binary | 10000000 | 1001000 | 10100001 | 10100 | 110111 | 0 | 100101 | 100010110 | 100110 | 101110 |
Color Harmonies of #8048A1
Complementary color
Monochromatic Colors of #8048A1
Black with #8048A1
Text Example
Text Example
White with #8048A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8048A1; }
p { color: rgb(128,72,161); }
H1.HeaderClassName
{
color: #8048A1;
}
.AnyTagClassName
{
color: #8048A1;
}
</style>
background-color css
<style>
a { background-color: #8048A1; }
a { background-color: rgb(128,72,161); }
div.DivClassName
{
background-color: #8048A1;
}
.BgClassName
{
background-color: #8048A1;
}
</style>
border-color css
<style>
span { border-color: #8048A1; }
span { border-color: rgb(128,72,161); }
td.TdClassName
{
border-color: #8048A1;
}
.TagClassName
{
border-color: #8048A1;
}
</style>