Shades of Studio #8555A4
Tints of Studio #8555A4
RGB
CMYK
RGB Variations
Color information
#8555A4 (or 0x8555A4) is known color: Studio. HEX triplet: 85, 55 and A4. RGB value is (133,85,164). Sum of RGB (Red+Green+Blue) = 133+85+164=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 164 (64.45% from 255 or 42.93% from 382); Max value from RGB is 164 - color contains mainly: blue. Hex color #8555A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8555A4 is #7AAA5B. Grayscale: #6C6C6C. Windows color (decimal): -8039004 or 10769797. OLE color: 10769797.
HSL color Cylindrical-coordinate representation of color #8555A4: hue angle of 276.46º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8555A4 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 85 | 164 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.36 |
| HSL | 276.46º | 0.32% | 0.49% | - |
| HSV(B) | 276.46º | 0.48% | 0.64% | - |
| XYZ | 19.62 | 14.16 | 36.82 | - |
| YUV | 108.36 | 159.4 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 164 | 0.19 | 0.48 | 0 | 0.36 | 276.46 | 0.32 | 0.49 |
| Hex | 85 | 55 | A4 | 13 | 30 | 0 | 24 | 114 | 20 | 31 |
| Octal | 205 | 125 | 244 | 23 | 60 | 0 | 44 | 424 | 40 | 61 |
| Binary | 10000101 | 1010101 | 10100100 | 10011 | 110000 | 0 | 100100 | 100010100 | 100000 | 110001 |
Color Harmonies of #8555A4
Complementary color
Monochromatic Colors of #8555A4
Black with #8555A4
Text Example
Text Example
White with #8555A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8555A4; }
p { color: rgb(133,85,164); }
H1.HeaderClassName
{
color: #8555A4;
}
.AnyTagClassName
{
color: #8555A4;
}
</style>
background-color css
<style>
a { background-color: #8555A4; }
a { background-color: rgb(133,85,164); }
div.DivClassName
{
background-color: #8555A4;
}
.BgClassName
{
background-color: #8555A4;
}
</style>
border-color css
<style>
span { border-color: #8555A4; }
span { border-color: rgb(133,85,164); }
td.TdClassName
{
border-color: #8555A4;
}
.TagClassName
{
border-color: #8555A4;
}
</style>