Shades of Studio #8247AD
Tints of Studio #8247AD
RGB
CMYK
RGB Variations
Color information
#8247AD (or 0x8247AD) is known color: Studio. HEX triplet: 82, 47 and AD. RGB value is (130,71,173). Sum of RGB (Red+Green+Blue) = 130+71+173=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #8247AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8247AD is #7DB852. Grayscale: #636363. Windows color (decimal): -8239187 or 11356034. OLE color: 11356034.
HSL color Cylindrical-coordinate representation of color #8247AD: hue angle of 274.71º 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 #8247AD is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 71 | 173 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.32 |
| HSL | 274.71º | 0.42% | 0.48% | - |
| HSV(B) | 274.71º | 0.59% | 0.68% | - |
| XYZ | 19 | 12.27 | 40.9 | - |
| YUV | 100.27 | 169.05 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 173 | 0.25 | 0.59 | 0 | 0.32 | 274.71 | 0.42 | 0.48 |
| Hex | 82 | 47 | AD | 19 | 3B | 0 | 20 | 113 | 2A | 30 |
| Octal | 202 | 107 | 255 | 31 | 73 | 0 | 40 | 423 | 52 | 60 |
| Binary | 10000010 | 1000111 | 10101101 | 11001 | 111011 | 0 | 100000 | 100010011 | 101010 | 110000 |
Color Harmonies of #8247AD
Complementary color
Monochromatic Colors of #8247AD
Black with #8247AD
Text Example
Text Example
White with #8247AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8247AD; }
p { color: rgb(130,71,173); }
H1.HeaderClassName
{
color: #8247AD;
}
.AnyTagClassName
{
color: #8247AD;
}
</style>
background-color css
<style>
a { background-color: #8247AD; }
a { background-color: rgb(130,71,173); }
div.DivClassName
{
background-color: #8247AD;
}
.BgClassName
{
background-color: #8247AD;
}
</style>
border-color css
<style>
span { border-color: #8247AD; }
span { border-color: rgb(130,71,173); }
td.TdClassName
{
border-color: #8247AD;
}
.TagClassName
{
border-color: #8247AD;
}
</style>