Shades of Studio #8451AB
Tints of Studio #8451AB
RGB
CMYK
RGB Variations
Color information
#8451AB (or 0x8451AB) is known color: Studio. HEX triplet: 84, 51 and AB. RGB value is (132,81,171). Sum of RGB (Red+Green+Blue) = 132+81+171=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #8451AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8451AB is #7BAE54. Grayscale: #6A6A6A. Windows color (decimal): -8105557 or 11227524. OLE color: 11227524.
HSL color Cylindrical-coordinate representation of color #8451AB: hue angle of 274º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8451AB is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 81 | 171 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.33 |
| HSL | 274º | 0.36% | 0.49% | - |
| HSV(B) | 274º | 0.53% | 0.67% | - |
| XYZ | 19.81 | 13.73 | 40.13 | - |
| YUV | 106.51 | 164.4 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 171 | 0.23 | 0.53 | 0 | 0.33 | 274 | 0.36 | 0.49 |
| Hex | 84 | 51 | AB | 17 | 35 | 0 | 21 | 112 | 24 | 31 |
| Octal | 204 | 121 | 253 | 27 | 65 | 0 | 41 | 422 | 44 | 61 |
| Binary | 10000100 | 1010001 | 10101011 | 10111 | 110101 | 0 | 100001 | 100010010 | 100100 | 110001 |
Color Harmonies of #8451AB
Complementary color
Monochromatic Colors of #8451AB
Black with #8451AB
Text Example
Text Example
White with #8451AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8451AB; }
p { color: rgb(132,81,171); }
H1.HeaderClassName
{
color: #8451AB;
}
.AnyTagClassName
{
color: #8451AB;
}
</style>
background-color css
<style>
a { background-color: #8451AB; }
a { background-color: rgb(132,81,171); }
div.DivClassName
{
background-color: #8451AB;
}
.BgClassName
{
background-color: #8451AB;
}
</style>
border-color css
<style>
span { border-color: #8451AB; }
span { border-color: rgb(132,81,171); }
td.TdClassName
{
border-color: #8451AB;
}
.TagClassName
{
border-color: #8451AB;
}
</style>