Shades of Studio #8447A4
Tints of Studio #8447A4
RGB
CMYK
RGB Variations
Color information
#8447A4 (or 0x8447A4) is known color: Studio. HEX triplet: 84, 47 and A4. RGB value is (132,71,164). Sum of RGB (Red+Green+Blue) = 132+71+164=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 164 - color contains mainly: blue. Hex color #8447A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8447A4 is #7BB85B. Grayscale: #636363. Windows color (decimal): -8108124 or 10766212. OLE color: 10766212.
HSL color Cylindrical-coordinate representation of color #8447A4: hue angle of 279.35º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8447A4 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 71 | 164 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.36 |
| HSL | 279.35º | 0.4% | 0.46% | - |
| HSV(B) | 279.35º | 0.57% | 0.64% | - |
| XYZ | 18.47 | 12.09 | 36.48 | - |
| YUV | 99.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 164 | 0.20 | 0.57 | 0 | 0.36 | 279.35 | 0.4 | 0.46 |
| Hex | 84 | 47 | A4 | 14 | 39 | 0 | 24 | 117 | 28 | 2E |
| Octal | 204 | 107 | 244 | 24 | 71 | 0 | 44 | 427 | 50 | 56 |
| Binary | 10000100 | 1000111 | 10100100 | 10100 | 111001 | 0 | 100100 | 100010111 | 101000 | 101110 |
Color Harmonies of #8447A4
Complementary color
Monochromatic Colors of #8447A4
Black with #8447A4
Text Example
Text Example
White with #8447A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8447A4; }
p { color: rgb(132,71,164); }
H1.HeaderClassName
{
color: #8447A4;
}
.AnyTagClassName
{
color: #8447A4;
}
</style>
background-color css
<style>
a { background-color: #8447A4; }
a { background-color: rgb(132,71,164); }
div.DivClassName
{
background-color: #8447A4;
}
.BgClassName
{
background-color: #8447A4;
}
</style>
border-color css
<style>
span { border-color: #8447A4; }
span { border-color: rgb(132,71,164); }
td.TdClassName
{
border-color: #8447A4;
}
.TagClassName
{
border-color: #8447A4;
}
</style>