Shades of Studio #8252A0
Tints of Studio #8252A0
RGB
CMYK
RGB Variations
Color information
#8252A0 (or 0x8252A0) is known color: Studio. HEX triplet: 82, 52 and A0. RGB value is (130,82,160). Sum of RGB (Red+Green+Blue) = 130+82+160=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 160 - color contains mainly: blue. Hex color #8252A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8252A0 is #7DAD5F. Grayscale: #686868. Windows color (decimal): -8236384 or 10506882. OLE color: 10506882.
HSL color Cylindrical-coordinate representation of color #8252A0: hue angle of 276.92º 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 #8252A0 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 82 | 160 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.37 |
| HSL | 276.92º | 0.32% | 0.47% | - |
| HSV(B) | 276.92º | 0.49% | 0.63% | - |
| XYZ | 18.57 | 13.32 | 34.85 | - |
| YUV | 105.24 | 158.9 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 160 | 0.19 | 0.49 | 0 | 0.37 | 276.92 | 0.32 | 0.47 |
| Hex | 82 | 52 | A0 | 13 | 31 | 0 | 25 | 115 | 20 | 2F |
| Octal | 202 | 122 | 240 | 23 | 61 | 0 | 45 | 425 | 40 | 57 |
| Binary | 10000010 | 1010010 | 10100000 | 10011 | 110001 | 0 | 100101 | 100010101 | 100000 | 101111 |
Color Harmonies of #8252A0
Complementary color
Monochromatic Colors of #8252A0
Black with #8252A0
Text Example
Text Example
White with #8252A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8252A0; }
p { color: rgb(130,82,160); }
H1.HeaderClassName
{
color: #8252A0;
}
.AnyTagClassName
{
color: #8252A0;
}
</style>
background-color css
<style>
a { background-color: #8252A0; }
a { background-color: rgb(130,82,160); }
div.DivClassName
{
background-color: #8252A0;
}
.BgClassName
{
background-color: #8252A0;
}
</style>
border-color css
<style>
span { border-color: #8252A0; }
span { border-color: rgb(130,82,160); }
td.TdClassName
{
border-color: #8252A0;
}
.TagClassName
{
border-color: #8252A0;
}
</style>