Shades of Studio #824F9F
Tints of Studio #824F9F
RGB
CMYK
RGB Variations
Color information
#824F9F (or 0x824F9F) is known color: Studio. HEX triplet: 82, 4F and 9F. RGB value is (130,79,159). Sum of RGB (Red+Green+Blue) = 130+79+159=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #824F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824F9F is #7DB060. Grayscale: #676767. Windows color (decimal): -8237153 or 10440578. OLE color: 10440578.
HSL color Cylindrical-coordinate representation of color #824F9F: hue angle of 278.25º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824F9F is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 79 | 159 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.38 |
| HSL | 278.25º | 0.34% | 0.47% | - |
| HSV(B) | 278.25º | 0.5% | 0.62% | - |
| XYZ | 18.26 | 12.84 | 34.32 | - |
| YUV | 103.37 | 159.4 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 159 | 0.18 | 0.50 | 0 | 0.38 | 278.25 | 0.34 | 0.47 |
| Hex | 82 | 4F | 9F | 12 | 32 | 0 | 26 | 116 | 22 | 2F |
| Octal | 202 | 117 | 237 | 22 | 62 | 0 | 46 | 426 | 42 | 57 |
| Binary | 10000010 | 1001111 | 10011111 | 10010 | 110010 | 0 | 100110 | 100010110 | 100010 | 101111 |
Color Harmonies of #824F9F
Complementary color
Monochromatic Colors of #824F9F
Black with #824F9F
Text Example
Text Example
White with #824F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824F9F; }
p { color: rgb(130,79,159); }
H1.HeaderClassName
{
color: #824F9F;
}
.AnyTagClassName
{
color: #824F9F;
}
</style>
background-color css
<style>
a { background-color: #824F9F; }
a { background-color: rgb(130,79,159); }
div.DivClassName
{
background-color: #824F9F;
}
.BgClassName
{
background-color: #824F9F;
}
</style>
border-color css
<style>
span { border-color: #824F9F; }
span { border-color: rgb(130,79,159); }
td.TdClassName
{
border-color: #824F9F;
}
.TagClassName
{
border-color: #824F9F;
}
</style>