Shades of Studio #824F9D
Tints of Studio #824F9D
RGB
CMYK
RGB Variations
Color information
#824F9D (or 0x824F9D) is known color: Studio. HEX triplet: 82, 4F and 9D. RGB value is (130,79,157). Sum of RGB (Red+Green+Blue) = 130+79+157=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #824F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824F9D is #7DB062. Grayscale: #666666. Windows color (decimal): -8237155 or 10309506. OLE color: 10309506.
HSL color Cylindrical-coordinate representation of color #824F9D: hue angle of 279.23º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824F9D is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 79 | 157 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.38 |
| HSL | 279.23º | 0.33% | 0.46% | - |
| HSV(B) | 279.23º | 0.5% | 0.62% | - |
| XYZ | 18.09 | 12.77 | 33.41 | - |
| YUV | 103.14 | 158.4 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 157 | 0.17 | 0.50 | 0 | 0.38 | 279.23 | 0.33 | 0.46 |
| Hex | 82 | 4F | 9D | 11 | 32 | 0 | 26 | 117 | 21 | 2E |
| Octal | 202 | 117 | 235 | 21 | 62 | 0 | 46 | 427 | 41 | 56 |
| Binary | 10000010 | 1001111 | 10011101 | 10001 | 110010 | 0 | 100110 | 100010111 | 100001 | 101110 |
Color Harmonies of #824F9D
Complementary color
Monochromatic Colors of #824F9D
Black with #824F9D
Text Example
Text Example
White with #824F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824F9D; }
p { color: rgb(130,79,157); }
H1.HeaderClassName
{
color: #824F9D;
}
.AnyTagClassName
{
color: #824F9D;
}
</style>
background-color css
<style>
a { background-color: #824F9D; }
a { background-color: rgb(130,79,157); }
div.DivClassName
{
background-color: #824F9D;
}
.BgClassName
{
background-color: #824F9D;
}
</style>
border-color css
<style>
span { border-color: #824F9D; }
span { border-color: rgb(130,79,157); }
td.TdClassName
{
border-color: #824F9D;
}
.TagClassName
{
border-color: #824F9D;
}
</style>