Shades of Studio #8444AC
Tints of Studio #8444AC
RGB
CMYK
RGB Variations
Color information
#8444AC (or 0x8444AC) is known color: Studio. HEX triplet: 84, 44 and AC. RGB value is (132,68,172). Sum of RGB (Red+Green+Blue) = 132+68+172=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #8444AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8444AC is #7BBB53. Grayscale: #626262. Windows color (decimal): -8108884 or 11289732. OLE color: 11289732.
HSL color Cylindrical-coordinate representation of color #8444AC: hue angle of 276.92º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8444AC is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 68 | 172 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.33 |
| HSL | 276.92º | 0.43% | 0.47% | - |
| HSV(B) | 276.92º | 0.6% | 0.67% | - |
| XYZ | 19.03 | 12.02 | 40.35 | - |
| YUV | 98.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 68 | 172 | 0.23 | 0.60 | 0 | 0.33 | 276.92 | 0.43 | 0.47 |
| Hex | 84 | 44 | AC | 17 | 3C | 0 | 21 | 115 | 2B | 2F |
| Octal | 204 | 104 | 254 | 27 | 74 | 0 | 41 | 425 | 53 | 57 |
| Binary | 10000100 | 1000100 | 10101100 | 10111 | 111100 | 0 | 100001 | 100010101 | 101011 | 101111 |
Color Harmonies of #8444AC
Complementary color
Monochromatic Colors of #8444AC
Black with #8444AC
Text Example
Text Example
White with #8444AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8444AC; }
p { color: rgb(132,68,172); }
H1.HeaderClassName
{
color: #8444AC;
}
.AnyTagClassName
{
color: #8444AC;
}
</style>
background-color css
<style>
a { background-color: #8444AC; }
a { background-color: rgb(132,68,172); }
div.DivClassName
{
background-color: #8444AC;
}
.BgClassName
{
background-color: #8444AC;
}
</style>
border-color css
<style>
span { border-color: #8444AC; }
span { border-color: rgb(132,68,172); }
td.TdClassName
{
border-color: #8444AC;
}
.TagClassName
{
border-color: #8444AC;
}
</style>