Shades of Studio #8852A0
Tints of Studio #8852A0
RGB
CMYK
RGB Variations
Color information
#8852A0 (or 0x8852A0) is known color: Studio. HEX triplet: 88, 52 and A0. RGB value is (136,82,160). Sum of RGB (Red+Green+Blue) = 136+82+160=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 160 - color contains mainly: blue. Hex color #8852A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8852A0 is #77AD5F. Grayscale: #6A6A6A. Windows color (decimal): -7843168 or 10506888. OLE color: 10506888.
HSL color Cylindrical-coordinate representation of color #8852A0: hue angle of 281.54º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8852A0 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 82 | 160 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.37 |
| HSL | 281.54º | 0.32% | 0.47% | - |
| HSV(B) | 281.54º | 0.49% | 0.63% | - |
| XYZ | 19.52 | 13.81 | 34.89 | - |
| YUV | 107.04 | 157.89 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 160 | 0.15 | 0.49 | 0 | 0.37 | 281.54 | 0.32 | 0.47 |
| Hex | 88 | 52 | A0 | F | 31 | 0 | 25 | 11A | 20 | 2F |
| Octal | 210 | 122 | 240 | 17 | 61 | 0 | 45 | 432 | 40 | 57 |
| Binary | 10001000 | 1010010 | 10100000 | 1111 | 110001 | 0 | 100101 | 100011010 | 100000 | 101111 |
Color Harmonies of #8852A0
Complementary color
Monochromatic Colors of #8852A0
Black with #8852A0
Text Example
Text Example
White with #8852A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8852A0; }
p { color: rgb(136,82,160); }
H1.HeaderClassName
{
color: #8852A0;
}
.AnyTagClassName
{
color: #8852A0;
}
</style>
background-color css
<style>
a { background-color: #8852A0; }
a { background-color: rgb(136,82,160); }
div.DivClassName
{
background-color: #8852A0;
}
.BgClassName
{
background-color: #8852A0;
}
</style>
border-color css
<style>
span { border-color: #8852A0; }
span { border-color: rgb(136,82,160); }
td.TdClassName
{
border-color: #8852A0;
}
.TagClassName
{
border-color: #8852A0;
}
</style>