Shades of Studio #824DAF
Tints of Studio #824DAF
RGB
CMYK
RGB Variations
Color information
#824DAF (or 0x824DAF) is known color: Studio. HEX triplet: 82, 4D and AF. RGB value is (130,77,175). Sum of RGB (Red+Green+Blue) = 130+77+175=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #824DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824DAF is #7DB250. Grayscale: #676767. Windows color (decimal): -8237649 or 11488642. OLE color: 11488642.
HSL color Cylindrical-coordinate representation of color #824DAF: hue angle of 272.45º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #824DAF is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 77 | 175 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.31 |
| HSL | 272.45º | 0.39% | 0.49% | - |
| HSV(B) | 272.45º | 0.56% | 0.69% | - |
| XYZ | 19.6 | 13.15 | 42.06 | - |
| YUV | 104.02 | 168.06 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 175 | 0.26 | 0.56 | 0 | 0.31 | 272.45 | 0.39 | 0.49 |
| Hex | 82 | 4D | AF | 1A | 38 | 0 | 1F | 110 | 27 | 31 |
| Octal | 202 | 115 | 257 | 32 | 70 | 0 | 37 | 420 | 47 | 61 |
| Binary | 10000010 | 1001101 | 10101111 | 11010 | 111000 | 0 | 11111 | 100010000 | 100111 | 110001 |
Color Harmonies of #824DAF
Complementary color
Monochromatic Colors of #824DAF
Black with #824DAF
Text Example
Text Example
White with #824DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824DAF; }
p { color: rgb(130,77,175); }
H1.HeaderClassName
{
color: #824DAF;
}
.AnyTagClassName
{
color: #824DAF;
}
</style>
background-color css
<style>
a { background-color: #824DAF; }
a { background-color: rgb(130,77,175); }
div.DivClassName
{
background-color: #824DAF;
}
.BgClassName
{
background-color: #824DAF;
}
</style>
border-color css
<style>
span { border-color: #824DAF; }
span { border-color: rgb(130,77,175); }
td.TdClassName
{
border-color: #824DAF;
}
.TagClassName
{
border-color: #824DAF;
}
</style>