Shades of Studio #8652A0
Tints of Studio #8652A0
RGB
CMYK
RGB Variations
Color information
#8652A0 (or 0x8652A0) is known color: Studio. HEX triplet: 86, 52 and A0. RGB value is (134,82,160). Sum of RGB (Red+Green+Blue) = 134+82+160=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 160 - color contains mainly: blue. Hex color #8652A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8652A0 is #79AD5F. Grayscale: #6A6A6A. Windows color (decimal): -7974240 or 10506886. OLE color: 10506886.
HSL color Cylindrical-coordinate representation of color #8652A0: hue angle of 280º 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 #8652A0 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 82 | 160 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.37 |
| HSL | 280º | 0.32% | 0.47% | - |
| HSV(B) | 280º | 0.49% | 0.63% | - |
| XYZ | 19.19 | 13.64 | 34.88 | - |
| YUV | 106.44 | 158.23 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 160 | 0.16 | 0.49 | 0 | 0.37 | 280 | 0.32 | 0.47 |
| Hex | 86 | 52 | A0 | 10 | 31 | 0 | 25 | 118 | 20 | 2F |
| Octal | 206 | 122 | 240 | 20 | 61 | 0 | 45 | 430 | 40 | 57 |
| Binary | 10000110 | 1010010 | 10100000 | 10000 | 110001 | 0 | 100101 | 100011000 | 100000 | 101111 |
Color Harmonies of #8652A0
Complementary color
Monochromatic Colors of #8652A0
Black with #8652A0
Text Example
Text Example
White with #8652A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8652A0; }
p { color: rgb(134,82,160); }
H1.HeaderClassName
{
color: #8652A0;
}
.AnyTagClassName
{
color: #8652A0;
}
</style>
background-color css
<style>
a { background-color: #8652A0; }
a { background-color: rgb(134,82,160); }
div.DivClassName
{
background-color: #8652A0;
}
.BgClassName
{
background-color: #8652A0;
}
</style>
border-color css
<style>
span { border-color: #8652A0; }
span { border-color: rgb(134,82,160); }
td.TdClassName
{
border-color: #8652A0;
}
.TagClassName
{
border-color: #8652A0;
}
</style>