Shades of Studio #8445AC
Tints of Studio #8445AC
RGB
CMYK
RGB Variations
Color information
#8445AC (or 0x8445AC) is known color: Studio. HEX triplet: 84, 45 and AC. RGB value is (132,69,172). Sum of RGB (Red+Green+Blue) = 132+69+172=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #8445AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8445AC is #7BBA53. Grayscale: #636363. Windows color (decimal): -8108628 or 11289988. OLE color: 11289988.
HSL color Cylindrical-coordinate representation of color #8445AC: hue angle of 276.7º 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 #8445AC is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 69 | 172 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.33 |
| HSL | 276.7º | 0.43% | 0.47% | - |
| HSV(B) | 276.7º | 0.6% | 0.67% | - |
| XYZ | 19.09 | 12.14 | 40.37 | - |
| YUV | 99.58 | 168.87 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 172 | 0.23 | 0.60 | 0 | 0.33 | 276.7 | 0.43 | 0.47 |
| Hex | 84 | 45 | AC | 17 | 3C | 0 | 21 | 115 | 2B | 2F |
| Octal | 204 | 105 | 254 | 27 | 74 | 0 | 41 | 425 | 53 | 57 |
| Binary | 10000100 | 1000101 | 10101100 | 10111 | 111100 | 0 | 100001 | 100010101 | 101011 | 101111 |
Color Harmonies of #8445AC
Complementary color
Monochromatic Colors of #8445AC
Black with #8445AC
Text Example
Text Example
White with #8445AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8445AC; }
p { color: rgb(132,69,172); }
H1.HeaderClassName
{
color: #8445AC;
}
.AnyTagClassName
{
color: #8445AC;
}
</style>
background-color css
<style>
a { background-color: #8445AC; }
a { background-color: rgb(132,69,172); }
div.DivClassName
{
background-color: #8445AC;
}
.BgClassName
{
background-color: #8445AC;
}
</style>
border-color css
<style>
span { border-color: #8445AC; }
span { border-color: rgb(132,69,172); }
td.TdClassName
{
border-color: #8445AC;
}
.TagClassName
{
border-color: #8445AC;
}
</style>