Shades of Studio #8446AD
Tints of Studio #8446AD
RGB
CMYK
RGB Variations
Color information
#8446AD (or 0x8446AD) is known color: Studio. HEX triplet: 84, 46 and AD. RGB value is (132,70,173). Sum of RGB (Red+Green+Blue) = 132+70+173=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #8446AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8446AD is #7BB952. Grayscale: #636363. Windows color (decimal): -8108371 or 11355780. OLE color: 11355780.
HSL color Cylindrical-coordinate representation of color #8446AD: hue angle of 276.12º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8446AD is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 70 | 173 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.32 |
| HSL | 276.12º | 0.42% | 0.48% | - |
| HSV(B) | 276.12º | 0.6% | 0.68% | - |
| XYZ | 19.25 | 12.3 | 40.9 | - |
| YUV | 100.28 | 169.04 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 173 | 0.24 | 0.60 | 0 | 0.32 | 276.12 | 0.42 | 0.48 |
| Hex | 84 | 46 | AD | 18 | 3C | 0 | 20 | 114 | 2A | 30 |
| Octal | 204 | 106 | 255 | 30 | 74 | 0 | 40 | 424 | 52 | 60 |
| Binary | 10000100 | 1000110 | 10101101 | 11000 | 111100 | 0 | 100000 | 100010100 | 101010 | 110000 |
Color Harmonies of #8446AD
Complementary color
Monochromatic Colors of #8446AD
Black with #8446AD
Text Example
Text Example
White with #8446AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8446AD; }
p { color: rgb(132,70,173); }
H1.HeaderClassName
{
color: #8446AD;
}
.AnyTagClassName
{
color: #8446AD;
}
</style>
background-color css
<style>
a { background-color: #8446AD; }
a { background-color: rgb(132,70,173); }
div.DivClassName
{
background-color: #8446AD;
}
.BgClassName
{
background-color: #8446AD;
}
</style>
border-color css
<style>
span { border-color: #8446AD; }
span { border-color: rgb(132,70,173); }
td.TdClassName
{
border-color: #8446AD;
}
.TagClassName
{
border-color: #8446AD;
}
</style>