Shades of Studio #824DA5
Tints of Studio #824DA5
RGB
CMYK
RGB Variations
Color information
#824DA5 (or 0x824DA5) is known color: Studio. HEX triplet: 82, 4D and A5. RGB value is (130,77,165). Sum of RGB (Red+Green+Blue) = 130+77+165=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 165 - color contains mainly: blue. Hex color #824DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824DA5 is #7DB25A. Grayscale: #666666. Windows color (decimal): -8237659 or 10833282. OLE color: 10833282.
HSL color Cylindrical-coordinate representation of color #824DA5: hue angle of 276.14º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #824DA5 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 77 | 165 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.35 |
| HSL | 276.14º | 0.36% | 0.47% | - |
| HSV(B) | 276.14º | 0.53% | 0.65% | - |
| XYZ | 18.65 | 12.77 | 37.08 | - |
| YUV | 102.88 | 163.06 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 165 | 0.21 | 0.53 | 0 | 0.35 | 276.14 | 0.36 | 0.47 |
| Hex | 82 | 4D | A5 | 15 | 35 | 0 | 23 | 114 | 24 | 2F |
| Octal | 202 | 115 | 245 | 25 | 65 | 0 | 43 | 424 | 44 | 57 |
| Binary | 10000010 | 1001101 | 10100101 | 10101 | 110101 | 0 | 100011 | 100010100 | 100100 | 101111 |
Color Harmonies of #824DA5
Complementary color
Monochromatic Colors of #824DA5
Black with #824DA5
Text Example
Text Example
White with #824DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824DA5; }
p { color: rgb(130,77,165); }
H1.HeaderClassName
{
color: #824DA5;
}
.AnyTagClassName
{
color: #824DA5;
}
</style>
background-color css
<style>
a { background-color: #824DA5; }
a { background-color: rgb(130,77,165); }
div.DivClassName
{
background-color: #824DA5;
}
.BgClassName
{
background-color: #824DA5;
}
</style>
border-color css
<style>
span { border-color: #824DA5; }
span { border-color: rgb(130,77,165); }
td.TdClassName
{
border-color: #824DA5;
}
.TagClassName
{
border-color: #824DA5;
}
</style>