Shades of Studio #8542AB
Tints of Studio #8542AB
RGB
CMYK
RGB Variations
Color information
#8542AB (or 0x8542AB) is known color: Studio. HEX triplet: 85, 42 and AB. RGB value is (133,66,171). Sum of RGB (Red+Green+Blue) = 133+66+171=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 66 (26.17% from 255 or 17.84% 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 #8542AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8542AB is #7ABD54. Grayscale: #616161. Windows color (decimal): -8043861 or 11223685. OLE color: 11223685.
HSL color Cylindrical-coordinate representation of color #8542AB: hue angle of 278.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8542AB is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 66 | 171 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.33 |
| HSL | 278.29º | 0.44% | 0.46% | - |
| HSV(B) | 278.29º | 0.61% | 0.67% | - |
| XYZ | 18.97 | 11.82 | 39.81 | - |
| YUV | 98 | 169.2 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 171 | 0.22 | 0.61 | 0 | 0.33 | 278.29 | 0.44 | 0.46 |
| Hex | 85 | 42 | AB | 16 | 3D | 0 | 21 | 116 | 2C | 2E |
| Octal | 205 | 102 | 253 | 26 | 75 | 0 | 41 | 426 | 54 | 56 |
| Binary | 10000101 | 1000010 | 10101011 | 10110 | 111101 | 0 | 100001 | 100010110 | 101100 | 101110 |
Color Harmonies of #8542AB
Complementary color
Monochromatic Colors of #8542AB
Black with #8542AB
Text Example
Text Example
White with #8542AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8542AB; }
p { color: rgb(133,66,171); }
H1.HeaderClassName
{
color: #8542AB;
}
.AnyTagClassName
{
color: #8542AB;
}
</style>
background-color css
<style>
a { background-color: #8542AB; }
a { background-color: rgb(133,66,171); }
div.DivClassName
{
background-color: #8542AB;
}
.BgClassName
{
background-color: #8542AB;
}
</style>
border-color css
<style>
span { border-color: #8542AB; }
span { border-color: rgb(133,66,171); }
td.TdClassName
{
border-color: #8542AB;
}
.TagClassName
{
border-color: #8542AB;
}
</style>