Shades of Studio #8553A6
Tints of Studio #8553A6
RGB
CMYK
RGB Variations
Color information
#8553A6 (or 0x8553A6) is known color: Studio. HEX triplet: 85, 53 and A6. RGB value is (133,83,166). Sum of RGB (Red+Green+Blue) = 133+83+166=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 166 - color contains mainly: blue. Hex color #8553A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8553A6 is #7AAC59. Grayscale: #6B6B6B. Windows color (decimal): -8039514 or 10900357. OLE color: 10900357.
HSL color Cylindrical-coordinate representation of color #8553A6: hue angle of 276.14º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8553A6 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 83 | 166 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.35 |
| HSL | 276.14º | 0.33% | 0.49% | - |
| HSV(B) | 276.14º | 0.5% | 0.65% | - |
| XYZ | 19.65 | 13.93 | 37.73 | - |
| YUV | 107.41 | 161.07 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 166 | 0.20 | 0.50 | 0 | 0.35 | 276.14 | 0.33 | 0.49 |
| Hex | 85 | 53 | A6 | 14 | 32 | 0 | 23 | 114 | 21 | 31 |
| Octal | 205 | 123 | 246 | 24 | 62 | 0 | 43 | 424 | 41 | 61 |
| Binary | 10000101 | 1010011 | 10100110 | 10100 | 110010 | 0 | 100011 | 100010100 | 100001 | 110001 |
Color Harmonies of #8553A6
Complementary color
Monochromatic Colors of #8553A6
Black with #8553A6
Text Example
Text Example
White with #8553A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8553A6; }
p { color: rgb(133,83,166); }
H1.HeaderClassName
{
color: #8553A6;
}
.AnyTagClassName
{
color: #8553A6;
}
</style>
background-color css
<style>
a { background-color: #8553A6; }
a { background-color: rgb(133,83,166); }
div.DivClassName
{
background-color: #8553A6;
}
.BgClassName
{
background-color: #8553A6;
}
</style>
border-color css
<style>
span { border-color: #8553A6; }
span { border-color: rgb(133,83,166); }
td.TdClassName
{
border-color: #8553A6;
}
.TagClassName
{
border-color: #8553A6;
}
</style>