Shades of Studio #824DB0
Tints of Studio #824DB0
RGB
CMYK
RGB Variations
Color information
#824DB0 (or 0x824DB0) is known color: Studio. HEX triplet: 82, 4D and B0. RGB value is (130,77,176). Sum of RGB (Red+Green+Blue) = 130+77+176=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 176 - color contains mainly: blue. Hex color #824DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824DB0 is #7DB24F. Grayscale: #676767. Windows color (decimal): -8237648 or 11554178. OLE color: 11554178.
HSL color Cylindrical-coordinate representation of color #824DB0: hue angle of 272.12º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #824DB0 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 77 | 176 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.31 |
| HSL | 272.12º | 0.39% | 0.5% | - |
| HSV(B) | 272.12º | 0.56% | 0.69% | - |
| XYZ | 19.7 | 13.19 | 42.58 | - |
| YUV | 104.13 | 168.56 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 176 | 0.26 | 0.56 | 0 | 0.31 | 272.12 | 0.39 | 0.5 |
| Hex | 82 | 4D | B0 | 1A | 38 | 0 | 1F | 110 | 27 | 32 |
| Octal | 202 | 115 | 260 | 32 | 70 | 0 | 37 | 420 | 47 | 62 |
| Binary | 10000010 | 1001101 | 10110000 | 11010 | 111000 | 0 | 11111 | 100010000 | 100111 | 110010 |
Color Harmonies of #824DB0
Complementary color
Monochromatic Colors of #824DB0
Black with #824DB0
Text Example
Text Example
White with #824DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824DB0; }
p { color: rgb(130,77,176); }
H1.HeaderClassName
{
color: #824DB0;
}
.AnyTagClassName
{
color: #824DB0;
}
</style>
background-color css
<style>
a { background-color: #824DB0; }
a { background-color: rgb(130,77,176); }
div.DivClassName
{
background-color: #824DB0;
}
.BgClassName
{
background-color: #824DB0;
}
</style>
border-color css
<style>
span { border-color: #824DB0; }
span { border-color: rgb(130,77,176); }
td.TdClassName
{
border-color: #824DB0;
}
.TagClassName
{
border-color: #824DB0;
}
</style>