Shades of Studio #824DA4
Tints of Studio #824DA4
RGB
CMYK
RGB Variations
Color information
#824DA4 (or 0x824DA4) is known color: Studio. HEX triplet: 82, 4D and A4. RGB value is (130,77,164). Sum of RGB (Red+Green+Blue) = 130+77+164=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #824DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824DA4 is #7DB25B. Grayscale: #666666. Windows color (decimal): -8237660 or 10767746. OLE color: 10767746.
HSL color Cylindrical-coordinate representation of color #824DA4: hue angle of 276.55º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #824DA4 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 77 | 164 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.36 |
| HSL | 276.55º | 0.36% | 0.47% | - |
| HSV(B) | 276.55º | 0.53% | 0.64% | - |
| XYZ | 18.56 | 12.73 | 36.6 | - |
| YUV | 102.77 | 162.56 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 164 | 0.21 | 0.53 | 0 | 0.36 | 276.55 | 0.36 | 0.47 |
| Hex | 82 | 4D | A4 | 15 | 35 | 0 | 24 | 115 | 24 | 2F |
| Octal | 202 | 115 | 244 | 25 | 65 | 0 | 44 | 425 | 44 | 57 |
| Binary | 10000010 | 1001101 | 10100100 | 10101 | 110101 | 0 | 100100 | 100010101 | 100100 | 101111 |
Color Harmonies of #824DA4
Complementary color
Monochromatic Colors of #824DA4
Black with #824DA4
Text Example
Text Example
White with #824DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824DA4; }
p { color: rgb(130,77,164); }
H1.HeaderClassName
{
color: #824DA4;
}
.AnyTagClassName
{
color: #824DA4;
}
</style>
background-color css
<style>
a { background-color: #824DA4; }
a { background-color: rgb(130,77,164); }
div.DivClassName
{
background-color: #824DA4;
}
.BgClassName
{
background-color: #824DA4;
}
</style>
border-color css
<style>
span { border-color: #824DA4; }
span { border-color: rgb(130,77,164); }
td.TdClassName
{
border-color: #824DA4;
}
.TagClassName
{
border-color: #824DA4;
}
</style>