Shades of Studio #8541AC
Tints of Studio #8541AC
RGB
CMYK
RGB Variations
Color information
#8541AC (or 0x8541AC) is known color: Studio. HEX triplet: 85, 41 and AC. RGB value is (133,65,172). Sum of RGB (Red+Green+Blue) = 133+65+172=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #8541AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8541AC is #7ABE53. Grayscale: #616161. Windows color (decimal): -8044116 or 11288965. OLE color: 11288965.
HSL color Cylindrical-coordinate representation of color #8541AC: hue angle of 278.13º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8541AC is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 65 | 172 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.33 |
| HSL | 278.13º | 0.45% | 0.46% | - |
| HSV(B) | 278.13º | 0.62% | 0.67% | - |
| XYZ | 19.01 | 11.75 | 40.29 | - |
| YUV | 97.53 | 170.03 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 65 | 172 | 0.23 | 0.62 | 0 | 0.33 | 278.13 | 0.45 | 0.46 |
| Hex | 85 | 41 | AC | 17 | 3E | 0 | 21 | 116 | 2D | 2E |
| Octal | 205 | 101 | 254 | 27 | 76 | 0 | 41 | 426 | 55 | 56 |
| Binary | 10000101 | 1000001 | 10101100 | 10111 | 111110 | 0 | 100001 | 100010110 | 101101 | 101110 |
Color Harmonies of #8541AC
Complementary color
Monochromatic Colors of #8541AC
Black with #8541AC
Text Example
Text Example
White with #8541AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8541AC; }
p { color: rgb(133,65,172); }
H1.HeaderClassName
{
color: #8541AC;
}
.AnyTagClassName
{
color: #8541AC;
}
</style>
background-color css
<style>
a { background-color: #8541AC; }
a { background-color: rgb(133,65,172); }
div.DivClassName
{
background-color: #8541AC;
}
.BgClassName
{
background-color: #8541AC;
}
</style>
border-color css
<style>
span { border-color: #8541AC; }
span { border-color: rgb(133,65,172); }
td.TdClassName
{
border-color: #8541AC;
}
.TagClassName
{
border-color: #8541AC;
}
</style>