Shades of Studio #824FAF
Tints of Studio #824FAF
RGB
CMYK
RGB Variations
Color information
#824FAF (or 0x824FAF) is known color: Studio. HEX triplet: 82, 4F and AF. RGB value is (130,79,175). Sum of RGB (Red+Green+Blue) = 130+79+175=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #824FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824FAF is #7DB050. Grayscale: #686868. Windows color (decimal): -8237137 or 11489154. OLE color: 11489154.
HSL color Cylindrical-coordinate representation of color #824FAF: hue angle of 271.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #824FAF is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 79 | 175 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.31 |
| HSL | 271.88º | 0.38% | 0.5% | - |
| HSV(B) | 271.88º | 0.55% | 0.69% | - |
| XYZ | 19.74 | 13.43 | 42.11 | - |
| YUV | 105.19 | 167.4 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 175 | 0.26 | 0.55 | 0 | 0.31 | 271.88 | 0.38 | 0.5 |
| Hex | 82 | 4F | AF | 1A | 37 | 0 | 1F | 110 | 26 | 32 |
| Octal | 202 | 117 | 257 | 32 | 67 | 0 | 37 | 420 | 46 | 62 |
| Binary | 10000010 | 1001111 | 10101111 | 11010 | 110111 | 0 | 11111 | 100010000 | 100110 | 110010 |
Color Harmonies of #824FAF
Complementary color
Monochromatic Colors of #824FAF
Black with #824FAF
Text Example
Text Example
White with #824FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824FAF; }
p { color: rgb(130,79,175); }
H1.HeaderClassName
{
color: #824FAF;
}
.AnyTagClassName
{
color: #824FAF;
}
</style>
background-color css
<style>
a { background-color: #824FAF; }
a { background-color: rgb(130,79,175); }
div.DivClassName
{
background-color: #824FAF;
}
.BgClassName
{
background-color: #824FAF;
}
</style>
border-color css
<style>
span { border-color: #824FAF; }
span { border-color: rgb(130,79,175); }
td.TdClassName
{
border-color: #824FAF;
}
.TagClassName
{
border-color: #824FAF;
}
</style>