Shades of Studio #8247AE
Tints of Studio #8247AE
RGB
CMYK
RGB Variations
Color information
#8247AE (or 0x8247AE) is known color: Studio. HEX triplet: 82, 47 and AE. RGB value is (130,71,174). Sum of RGB (Red+Green+Blue) = 130+71+174=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #8247AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8247AE is #7DB851. Grayscale: #646464. Windows color (decimal): -8239186 or 11421570. OLE color: 11421570.
HSL color Cylindrical-coordinate representation of color #8247AE: hue angle of 274.37º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8247AE is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 71 | 174 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.32 |
| HSL | 274.37º | 0.42% | 0.48% | - |
| HSV(B) | 274.37º | 0.59% | 0.68% | - |
| XYZ | 19.1 | 12.31 | 41.41 | - |
| YUV | 100.38 | 169.55 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 174 | 0.25 | 0.59 | 0 | 0.32 | 274.37 | 0.42 | 0.48 |
| Hex | 82 | 47 | AE | 19 | 3B | 0 | 20 | 112 | 2A | 30 |
| Octal | 202 | 107 | 256 | 31 | 73 | 0 | 40 | 422 | 52 | 60 |
| Binary | 10000010 | 1000111 | 10101110 | 11001 | 111011 | 0 | 100000 | 100010010 | 101010 | 110000 |
Color Harmonies of #8247AE
Complementary color
Monochromatic Colors of #8247AE
Black with #8247AE
Text Example
Text Example
White with #8247AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8247AE; }
p { color: rgb(130,71,174); }
H1.HeaderClassName
{
color: #8247AE;
}
.AnyTagClassName
{
color: #8247AE;
}
</style>
background-color css
<style>
a { background-color: #8247AE; }
a { background-color: rgb(130,71,174); }
div.DivClassName
{
background-color: #8247AE;
}
.BgClassName
{
background-color: #8247AE;
}
</style>
border-color css
<style>
span { border-color: #8247AE; }
span { border-color: rgb(130,71,174); }
td.TdClassName
{
border-color: #8247AE;
}
.TagClassName
{
border-color: #8247AE;
}
</style>