Shades of Studio #8548A6
Tints of Studio #8548A6
RGB
CMYK
RGB Variations
Color information
#8548A6 (or 0x8548A6) is known color: Studio. HEX triplet: 85, 48 and A6. RGB value is (133,72,166). Sum of RGB (Red+Green+Blue) = 133+72+166=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 166 - color contains mainly: blue. Hex color #8548A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8548A6 is #7AB759. Grayscale: #646464. Windows color (decimal): -8042330 or 10897541. OLE color: 10897541.
HSL color Cylindrical-coordinate representation of color #8548A6: hue angle of 278.94º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8548A6 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 72 | 166 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.35 |
| HSL | 278.94º | 0.39% | 0.47% | - |
| HSV(B) | 278.94º | 0.57% | 0.65% | - |
| XYZ | 18.87 | 12.37 | 37.47 | - |
| YUV | 100.96 | 164.71 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 166 | 0.20 | 0.57 | 0 | 0.35 | 278.94 | 0.39 | 0.47 |
| Hex | 85 | 48 | A6 | 14 | 39 | 0 | 23 | 117 | 27 | 2F |
| Octal | 205 | 110 | 246 | 24 | 71 | 0 | 43 | 427 | 47 | 57 |
| Binary | 10000101 | 1001000 | 10100110 | 10100 | 111001 | 0 | 100011 | 100010111 | 100111 | 101111 |
Color Harmonies of #8548A6
Complementary color
Monochromatic Colors of #8548A6
Black with #8548A6
Text Example
Text Example
White with #8548A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8548A6; }
p { color: rgb(133,72,166); }
H1.HeaderClassName
{
color: #8548A6;
}
.AnyTagClassName
{
color: #8548A6;
}
</style>
background-color css
<style>
a { background-color: #8548A6; }
a { background-color: rgb(133,72,166); }
div.DivClassName
{
background-color: #8548A6;
}
.BgClassName
{
background-color: #8548A6;
}
</style>
border-color css
<style>
span { border-color: #8548A6; }
span { border-color: rgb(133,72,166); }
td.TdClassName
{
border-color: #8548A6;
}
.TagClassName
{
border-color: #8548A6;
}
</style>