Shades of Studio #8441AB
Tints of Studio #8441AB
RGB
CMYK
RGB Variations
Color information
#8441AB (or 0x8441AB) is known color: Studio. HEX triplet: 84, 41 and AB. RGB value is (132,65,171). Sum of RGB (Red+Green+Blue) = 132+65+171=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #8441AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8441AB is #7BBE54. Grayscale: #606060. Windows color (decimal): -8109653 or 11223428. OLE color: 11223428.
HSL color Cylindrical-coordinate representation of color #8441AB: hue angle of 277.92º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8441AB is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 65 | 171 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.33 |
| HSL | 277.92º | 0.45% | 0.46% | - |
| HSV(B) | 277.92º | 0.62% | 0.67% | - |
| XYZ | 18.76 | 11.63 | 39.78 | - |
| YUV | 97.12 | 169.7 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 171 | 0.23 | 0.62 | 0 | 0.33 | 277.92 | 0.45 | 0.46 |
| Hex | 84 | 41 | AB | 17 | 3E | 0 | 21 | 116 | 2D | 2E |
| Octal | 204 | 101 | 253 | 27 | 76 | 0 | 41 | 426 | 55 | 56 |
| Binary | 10000100 | 1000001 | 10101011 | 10111 | 111110 | 0 | 100001 | 100010110 | 101101 | 101110 |
Color Harmonies of #8441AB
Complementary color
Monochromatic Colors of #8441AB
Black with #8441AB
Text Example
Text Example
White with #8441AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8441AB; }
p { color: rgb(132,65,171); }
H1.HeaderClassName
{
color: #8441AB;
}
.AnyTagClassName
{
color: #8441AB;
}
</style>
background-color css
<style>
a { background-color: #8441AB; }
a { background-color: rgb(132,65,171); }
div.DivClassName
{
background-color: #8441AB;
}
.BgClassName
{
background-color: #8441AB;
}
</style>
border-color css
<style>
span { border-color: #8441AB; }
span { border-color: rgb(132,65,171); }
td.TdClassName
{
border-color: #8441AB;
}
.TagClassName
{
border-color: #8441AB;
}
</style>