Shades of Studio #8443AB
Tints of Studio #8443AB
RGB
CMYK
RGB Variations
Color information
#8443AB (or 0x8443AB) is known color: Studio. HEX triplet: 84, 43 and AB. RGB value is (132,67,171). Sum of RGB (Red+Green+Blue) = 132+67+171=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #8443AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8443AB is #7BBC54. Grayscale: #616161. Windows color (decimal): -8109141 or 11223940. OLE color: 11223940.
HSL color Cylindrical-coordinate representation of color #8443AB: hue angle of 277.5º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8443AB is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 67 | 171 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.33 |
| HSL | 277.5º | 0.44% | 0.47% | - |
| HSV(B) | 277.5º | 0.61% | 0.67% | - |
| XYZ | 18.87 | 11.86 | 39.82 | - |
| YUV | 98.29 | 169.03 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 67 | 171 | 0.23 | 0.61 | 0 | 0.33 | 277.5 | 0.44 | 0.47 |
| Hex | 84 | 43 | AB | 17 | 3D | 0 | 21 | 116 | 2C | 2F |
| Octal | 204 | 103 | 253 | 27 | 75 | 0 | 41 | 426 | 54 | 57 |
| Binary | 10000100 | 1000011 | 10101011 | 10111 | 111101 | 0 | 100001 | 100010110 | 101100 | 101111 |
Color Harmonies of #8443AB
Complementary color
Monochromatic Colors of #8443AB
Black with #8443AB
Text Example
Text Example
White with #8443AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8443AB; }
p { color: rgb(132,67,171); }
H1.HeaderClassName
{
color: #8443AB;
}
.AnyTagClassName
{
color: #8443AB;
}
</style>
background-color css
<style>
a { background-color: #8443AB; }
a { background-color: rgb(132,67,171); }
div.DivClassName
{
background-color: #8443AB;
}
.BgClassName
{
background-color: #8443AB;
}
</style>
border-color css
<style>
span { border-color: #8443AB; }
span { border-color: rgb(132,67,171); }
td.TdClassName
{
border-color: #8443AB;
}
.TagClassName
{
border-color: #8443AB;
}
</style>