Shades of Studio #824FB2
Tints of Studio #824FB2
RGB
CMYK
RGB Variations
Color information
#824FB2 (or 0x824FB2) is known color: Studio. HEX triplet: 82, 4F and B2. RGB value is (130,79,178). Sum of RGB (Red+Green+Blue) = 130+79+178=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 178 - color contains mainly: blue. Hex color #824FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824FB2 is #7DB04D. Grayscale: #696969. Windows color (decimal): -8237134 or 11685762. OLE color: 11685762.
HSL color Cylindrical-coordinate representation of color #824FB2: hue angle of 270.91º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #824FB2 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 79 | 178 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.30 |
| HSL | 270.91º | 0.39% | 0.5% | - |
| HSV(B) | 270.91º | 0.56% | 0.7% | - |
| XYZ | 20.04 | 13.55 | 43.68 | - |
| YUV | 105.54 | 168.9 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 178 | 0.27 | 0.56 | 0 | 0.30 | 270.91 | 0.39 | 0.5 |
| Hex | 82 | 4F | B2 | 1B | 38 | 0 | 1E | 10F | 27 | 32 |
| Octal | 202 | 117 | 262 | 33 | 70 | 0 | 36 | 417 | 47 | 62 |
| Binary | 10000010 | 1001111 | 10110010 | 11011 | 111000 | 0 | 11110 | 100001111 | 100111 | 110010 |
Color Harmonies of #824FB2
Complementary color
Monochromatic Colors of #824FB2
Black with #824FB2
Text Example
Text Example
White with #824FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824FB2; }
p { color: rgb(130,79,178); }
H1.HeaderClassName
{
color: #824FB2;
}
.AnyTagClassName
{
color: #824FB2;
}
</style>
background-color css
<style>
a { background-color: #824FB2; }
a { background-color: rgb(130,79,178); }
div.DivClassName
{
background-color: #824FB2;
}
.BgClassName
{
background-color: #824FB2;
}
</style>
border-color css
<style>
span { border-color: #824FB2; }
span { border-color: rgb(130,79,178); }
td.TdClassName
{
border-color: #824FB2;
}
.TagClassName
{
border-color: #824FB2;
}
</style>