Shades of Studio #8447AD
Tints of Studio #8447AD
RGB
CMYK
RGB Variations
Color information
#8447AD (or 0x8447AD) is known color: Studio. HEX triplet: 84, 47 and AD. RGB value is (132,71,173). Sum of RGB (Red+Green+Blue) = 132+71+173=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #8447AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8447AD is #7BB852. Grayscale: #646464. Windows color (decimal): -8108115 or 11356036. OLE color: 11356036.
HSL color Cylindrical-coordinate representation of color #8447AD: hue angle of 275.88º 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 #8447AD is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 71 | 173 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.32 |
| HSL | 275.88º | 0.42% | 0.48% | - |
| HSV(B) | 275.88º | 0.59% | 0.68% | - |
| XYZ | 19.31 | 12.43 | 40.92 | - |
| YUV | 100.87 | 168.71 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 173 | 0.24 | 0.59 | 0 | 0.32 | 275.88 | 0.42 | 0.48 |
| Hex | 84 | 47 | AD | 18 | 3B | 0 | 20 | 114 | 2A | 30 |
| Octal | 204 | 107 | 255 | 30 | 73 | 0 | 40 | 424 | 52 | 60 |
| Binary | 10000100 | 1000111 | 10101101 | 11000 | 111011 | 0 | 100000 | 100010100 | 101010 | 110000 |
Color Harmonies of #8447AD
Complementary color
Monochromatic Colors of #8447AD
Black with #8447AD
Text Example
Text Example
White with #8447AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8447AD; }
p { color: rgb(132,71,173); }
H1.HeaderClassName
{
color: #8447AD;
}
.AnyTagClassName
{
color: #8447AD;
}
</style>
background-color css
<style>
a { background-color: #8447AD; }
a { background-color: rgb(132,71,173); }
div.DivClassName
{
background-color: #8447AD;
}
.BgClassName
{
background-color: #8447AD;
}
</style>
border-color css
<style>
span { border-color: #8447AD; }
span { border-color: rgb(132,71,173); }
td.TdClassName
{
border-color: #8447AD;
}
.TagClassName
{
border-color: #8447AD;
}
</style>