Shades of Studio #824DB5
Tints of Studio #824DB5
RGB
CMYK
RGB Variations
Color information
#824DB5 (or 0x824DB5) is known color: Studio. HEX triplet: 82, 4D and B5. RGB value is (130,77,181). Sum of RGB (Red+Green+Blue) = 130+77+181=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 181 - color contains mainly: blue. Hex color #824DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824DB5 is #7DB24A. Grayscale: #686868. Windows color (decimal): -8237643 or 11881858. OLE color: 11881858.
HSL color Cylindrical-coordinate representation of color #824DB5: hue angle of 270.58º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #824DB5 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 77 | 181 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.29 |
| HSL | 270.58º | 0.41% | 0.51% | - |
| HSV(B) | 270.58º | 0.57% | 0.71% | - |
| XYZ | 20.2 | 13.39 | 45.24 | - |
| YUV | 104.7 | 171.06 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 181 | 0.28 | 0.57 | 0 | 0.29 | 270.58 | 0.41 | 0.51 |
| Hex | 82 | 4D | B5 | 1C | 39 | 0 | 1D | 10F | 29 | 33 |
| Octal | 202 | 115 | 265 | 34 | 71 | 0 | 35 | 417 | 51 | 63 |
| Binary | 10000010 | 1001101 | 10110101 | 11100 | 111001 | 0 | 11101 | 100001111 | 101001 | 110011 |
Color Harmonies of #824DB5
Complementary color
Monochromatic Colors of #824DB5
Black with #824DB5
Text Example
Text Example
White with #824DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824DB5; }
p { color: rgb(130,77,181); }
H1.HeaderClassName
{
color: #824DB5;
}
.AnyTagClassName
{
color: #824DB5;
}
</style>
background-color css
<style>
a { background-color: #824DB5; }
a { background-color: rgb(130,77,181); }
div.DivClassName
{
background-color: #824DB5;
}
.BgClassName
{
background-color: #824DB5;
}
</style>
border-color css
<style>
span { border-color: #824DB5; }
span { border-color: rgb(130,77,181); }
td.TdClassName
{
border-color: #824DB5;
}
.TagClassName
{
border-color: #824DB5;
}
</style>