Shades of Studio #824DB1
Tints of Studio #824DB1
RGB
CMYK
RGB Variations
Color information
#824DB1 (or 0x824DB1) is known color: Studio. HEX triplet: 82, 4D and B1. RGB value is (130,77,177). Sum of RGB (Red+Green+Blue) = 130+77+177=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 177 - color contains mainly: blue. Hex color #824DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824DB1 is #7DB24E. Grayscale: #676767. Windows color (decimal): -8237647 or 11619714. OLE color: 11619714.
HSL color Cylindrical-coordinate representation of color #824DB1: hue angle of 271.8º 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 #824DB1 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 77 | 177 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.31 |
| HSL | 271.8º | 0.39% | 0.5% | - |
| HSV(B) | 271.8º | 0.56% | 0.69% | - |
| XYZ | 19.8 | 13.23 | 43.1 | - |
| YUV | 104.25 | 169.06 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 177 | 0.27 | 0.56 | 0 | 0.31 | 271.8 | 0.39 | 0.5 |
| Hex | 82 | 4D | B1 | 1B | 38 | 0 | 1F | 110 | 27 | 32 |
| Octal | 202 | 115 | 261 | 33 | 70 | 0 | 37 | 420 | 47 | 62 |
| Binary | 10000010 | 1001101 | 10110001 | 11011 | 111000 | 0 | 11111 | 100010000 | 100111 | 110010 |
Color Harmonies of #824DB1
Complementary color
Monochromatic Colors of #824DB1
Black with #824DB1
Text Example
Text Example
White with #824DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824DB1; }
p { color: rgb(130,77,177); }
H1.HeaderClassName
{
color: #824DB1;
}
.AnyTagClassName
{
color: #824DB1;
}
</style>
background-color css
<style>
a { background-color: #824DB1; }
a { background-color: rgb(130,77,177); }
div.DivClassName
{
background-color: #824DB1;
}
.BgClassName
{
background-color: #824DB1;
}
</style>
border-color css
<style>
span { border-color: #824DB1; }
span { border-color: rgb(130,77,177); }
td.TdClassName
{
border-color: #824DB1;
}
.TagClassName
{
border-color: #824DB1;
}
</style>