Shades of Studio #8441AE
Tints of Studio #8441AE
RGB
CMYK
RGB Variations
Color information
#8441AE (or 0x8441AE) is known color: Studio. HEX triplet: 84, 41 and AE. RGB value is (132,65,174). Sum of RGB (Red+Green+Blue) = 132+65+174=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #8441AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8441AE is #7BBE51. Grayscale: #616161. Windows color (decimal): -8109650 or 11420036. OLE color: 11420036.
HSL color Cylindrical-coordinate representation of color #8441AE: hue angle of 276.88º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8441AE is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 65 | 174 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.32 |
| HSL | 276.88º | 0.46% | 0.47% | - |
| HSV(B) | 276.88º | 0.63% | 0.68% | - |
| XYZ | 19.05 | 11.74 | 41.31 | - |
| YUV | 97.46 | 171.2 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 174 | 0.24 | 0.63 | 0 | 0.32 | 276.88 | 0.46 | 0.47 |
| Hex | 84 | 41 | AE | 18 | 3F | 0 | 20 | 115 | 2E | 2F |
| Octal | 204 | 101 | 256 | 30 | 77 | 0 | 40 | 425 | 56 | 57 |
| Binary | 10000100 | 1000001 | 10101110 | 11000 | 111111 | 0 | 100000 | 100010101 | 101110 | 101111 |
Color Harmonies of #8441AE
Complementary color
Monochromatic Colors of #8441AE
Black with #8441AE
Text Example
Text Example
White with #8441AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8441AE; }
p { color: rgb(132,65,174); }
H1.HeaderClassName
{
color: #8441AE;
}
.AnyTagClassName
{
color: #8441AE;
}
</style>
background-color css
<style>
a { background-color: #8441AE; }
a { background-color: rgb(132,65,174); }
div.DivClassName
{
background-color: #8441AE;
}
.BgClassName
{
background-color: #8441AE;
}
</style>
border-color css
<style>
span { border-color: #8441AE; }
span { border-color: rgb(132,65,174); }
td.TdClassName
{
border-color: #8441AE;
}
.TagClassName
{
border-color: #8441AE;
}
</style>