Shades of Studio #8447AB
Tints of Studio #8447AB
RGB
CMYK
RGB Variations
Color information
#8447AB (or 0x8447AB) is known color: Studio. HEX triplet: 84, 47 and AB. RGB value is (132,71,171). Sum of RGB (Red+Green+Blue) = 132+71+171=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #8447AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8447AB is #7BB854. Grayscale: #646464. Windows color (decimal): -8108117 or 11224964. OLE color: 11224964.
HSL color Cylindrical-coordinate representation of color #8447AB: hue angle of 276.6º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8447AB is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 71 | 171 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.33 |
| HSL | 276.6º | 0.41% | 0.47% | - |
| HSV(B) | 276.6º | 0.58% | 0.67% | - |
| XYZ | 19.12 | 12.35 | 39.9 | - |
| YUV | 100.64 | 167.71 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 171 | 0.23 | 0.58 | 0 | 0.33 | 276.6 | 0.41 | 0.47 |
| Hex | 84 | 47 | AB | 17 | 3A | 0 | 21 | 115 | 29 | 2F |
| Octal | 204 | 107 | 253 | 27 | 72 | 0 | 41 | 425 | 51 | 57 |
| Binary | 10000100 | 1000111 | 10101011 | 10111 | 111010 | 0 | 100001 | 100010101 | 101001 | 101111 |
Color Harmonies of #8447AB
Complementary color
Monochromatic Colors of #8447AB
Black with #8447AB
Text Example
Text Example
White with #8447AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8447AB; }
p { color: rgb(132,71,171); }
H1.HeaderClassName
{
color: #8447AB;
}
.AnyTagClassName
{
color: #8447AB;
}
</style>
background-color css
<style>
a { background-color: #8447AB; }
a { background-color: rgb(132,71,171); }
div.DivClassName
{
background-color: #8447AB;
}
.BgClassName
{
background-color: #8447AB;
}
</style>
border-color css
<style>
span { border-color: #8447AB; }
span { border-color: rgb(132,71,171); }
td.TdClassName
{
border-color: #8447AB;
}
.TagClassName
{
border-color: #8447AB;
}
</style>