Shades of Studio #824AA1
Tints of Studio #824AA1
RGB
CMYK
RGB Variations
Color information
#824AA1 (or 0x824AA1) is known color: Studio. HEX triplet: 82, 4A and A1. RGB value is (130,74,161). Sum of RGB (Red+Green+Blue) = 130+74+161=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 161 - color contains mainly: blue. Hex color #824AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824AA1 is #7DB55E. Grayscale: #646464. Windows color (decimal): -8238431 or 10570370. OLE color: 10570370.
HSL color Cylindrical-coordinate representation of color #824AA1: hue angle of 278.62º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #824AA1 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 74 | 161 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.37 |
| HSL | 278.62º | 0.37% | 0.46% | - |
| HSV(B) | 278.62º | 0.54% | 0.63% | - |
| XYZ | 18.09 | 12.22 | 35.12 | - |
| YUV | 100.66 | 162.05 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 161 | 0.19 | 0.54 | 0 | 0.37 | 278.62 | 0.37 | 0.46 |
| Hex | 82 | 4A | A1 | 13 | 36 | 0 | 25 | 117 | 25 | 2E |
| Octal | 202 | 112 | 241 | 23 | 66 | 0 | 45 | 427 | 45 | 56 |
| Binary | 10000010 | 1001010 | 10100001 | 10011 | 110110 | 0 | 100101 | 100010111 | 100101 | 101110 |
Color Harmonies of #824AA1
Complementary color
Monochromatic Colors of #824AA1
Black with #824AA1
Text Example
Text Example
White with #824AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824AA1; }
p { color: rgb(130,74,161); }
H1.HeaderClassName
{
color: #824AA1;
}
.AnyTagClassName
{
color: #824AA1;
}
</style>
background-color css
<style>
a { background-color: #824AA1; }
a { background-color: rgb(130,74,161); }
div.DivClassName
{
background-color: #824AA1;
}
.BgClassName
{
background-color: #824AA1;
}
</style>
border-color css
<style>
span { border-color: #824AA1; }
span { border-color: rgb(130,74,161); }
td.TdClassName
{
border-color: #824AA1;
}
.TagClassName
{
border-color: #824AA1;
}
</style>