Shades of Studio #8449AE
Tints of Studio #8449AE
RGB
CMYK
RGB Variations
Color information
#8449AE (or 0x8449AE) is known color: Studio. HEX triplet: 84, 49 and AE. RGB value is (132,73,174). Sum of RGB (Red+Green+Blue) = 132+73+174=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: blue. Hex color #8449AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8449AE is #7BB651. Grayscale: #656565. Windows color (decimal): -8107602 or 11422084. OLE color: 11422084.
HSL color Cylindrical-coordinate representation of color #8449AE: hue angle of 275.05º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8449AE is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 73 | 174 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.32 |
| HSL | 275.05º | 0.41% | 0.48% | - |
| HSV(B) | 275.05º | 0.58% | 0.68% | - |
| XYZ | 19.54 | 12.73 | 41.47 | - |
| YUV | 102.16 | 168.55 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 174 | 0.24 | 0.58 | 0 | 0.32 | 275.05 | 0.41 | 0.48 |
| Hex | 84 | 49 | AE | 18 | 3A | 0 | 20 | 113 | 29 | 30 |
| Octal | 204 | 111 | 256 | 30 | 72 | 0 | 40 | 423 | 51 | 60 |
| Binary | 10000100 | 1001001 | 10101110 | 11000 | 111010 | 0 | 100000 | 100010011 | 101001 | 110000 |
Color Harmonies of #8449AE
Complementary color
Monochromatic Colors of #8449AE
Black with #8449AE
Text Example
Text Example
White with #8449AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8449AE; }
p { color: rgb(132,73,174); }
H1.HeaderClassName
{
color: #8449AE;
}
.AnyTagClassName
{
color: #8449AE;
}
</style>
background-color css
<style>
a { background-color: #8449AE; }
a { background-color: rgb(132,73,174); }
div.DivClassName
{
background-color: #8449AE;
}
.BgClassName
{
background-color: #8449AE;
}
</style>
border-color css
<style>
span { border-color: #8449AE; }
span { border-color: rgb(132,73,174); }
td.TdClassName
{
border-color: #8449AE;
}
.TagClassName
{
border-color: #8449AE;
}
</style>