Shades of Studio #824DAE
Tints of Studio #824DAE
RGB
CMYK
RGB Variations
Color information
#824DAE (or 0x824DAE) is known color: Studio. HEX triplet: 82, 4D and AE. RGB value is (130,77,174). Sum of RGB (Red+Green+Blue) = 130+77+174=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #824DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824DAE is #7DB251. Grayscale: #676767. Windows color (decimal): -8237650 or 11423106. OLE color: 11423106.
HSL color Cylindrical-coordinate representation of color #824DAE: hue angle of 272.78º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #824DAE is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 77 | 174 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.32 |
| HSL | 272.78º | 0.39% | 0.49% | - |
| HSV(B) | 272.78º | 0.56% | 0.68% | - |
| XYZ | 19.5 | 13.11 | 41.55 | - |
| YUV | 103.91 | 167.56 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 174 | 0.25 | 0.56 | 0 | 0.32 | 272.78 | 0.39 | 0.49 |
| Hex | 82 | 4D | AE | 19 | 38 | 0 | 20 | 111 | 27 | 31 |
| Octal | 202 | 115 | 256 | 31 | 70 | 0 | 40 | 421 | 47 | 61 |
| Binary | 10000010 | 1001101 | 10101110 | 11001 | 111000 | 0 | 100000 | 100010001 | 100111 | 110001 |
Color Harmonies of #824DAE
Complementary color
Monochromatic Colors of #824DAE
Black with #824DAE
Text Example
Text Example
White with #824DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824DAE; }
p { color: rgb(130,77,174); }
H1.HeaderClassName
{
color: #824DAE;
}
.AnyTagClassName
{
color: #824DAE;
}
</style>
background-color css
<style>
a { background-color: #824DAE; }
a { background-color: rgb(130,77,174); }
div.DivClassName
{
background-color: #824DAE;
}
.BgClassName
{
background-color: #824DAE;
}
</style>
border-color css
<style>
span { border-color: #824DAE; }
span { border-color: rgb(130,77,174); }
td.TdClassName
{
border-color: #824DAE;
}
.TagClassName
{
border-color: #824DAE;
}
</style>