Shades of Studio #8451AD
Tints of Studio #8451AD
RGB
CMYK
RGB Variations
Color information
#8451AD (or 0x8451AD) is known color: Studio. HEX triplet: 84, 51 and AD. RGB value is (132,81,173). Sum of RGB (Red+Green+Blue) = 132+81+173=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #8451AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8451AD is #7BAE52. Grayscale: #6A6A6A. Windows color (decimal): -8105555 or 11358596. OLE color: 11358596.
HSL color Cylindrical-coordinate representation of color #8451AD: hue angle of 273.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8451AD is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 81 | 173 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.32 |
| HSL | 273.26º | 0.36% | 0.5% | - |
| HSV(B) | 273.26º | 0.53% | 0.68% | - |
| XYZ | 20 | 13.81 | 41.15 | - |
| YUV | 106.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 173 | 0.24 | 0.53 | 0 | 0.32 | 273.26 | 0.36 | 0.5 |
| Hex | 84 | 51 | AD | 18 | 35 | 0 | 20 | 111 | 24 | 32 |
| Octal | 204 | 121 | 255 | 30 | 65 | 0 | 40 | 421 | 44 | 62 |
| Binary | 10000100 | 1010001 | 10101101 | 11000 | 110101 | 0 | 100000 | 100010001 | 100100 | 110010 |
Color Harmonies of #8451AD
Complementary color
Monochromatic Colors of #8451AD
Black with #8451AD
Text Example
Text Example
White with #8451AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8451AD; }
p { color: rgb(132,81,173); }
H1.HeaderClassName
{
color: #8451AD;
}
.AnyTagClassName
{
color: #8451AD;
}
</style>
background-color css
<style>
a { background-color: #8451AD; }
a { background-color: rgb(132,81,173); }
div.DivClassName
{
background-color: #8451AD;
}
.BgClassName
{
background-color: #8451AD;
}
</style>
border-color css
<style>
span { border-color: #8451AD; }
span { border-color: rgb(132,81,173); }
td.TdClassName
{
border-color: #8451AD;
}
.TagClassName
{
border-color: #8451AD;
}
</style>