Shades of Studio #8251A0
Tints of Studio #8251A0
RGB
CMYK
RGB Variations
Color information
#8251A0 (or 0x8251A0) is known color: Studio. HEX triplet: 82, 51 and A0. RGB value is (130,81,160). Sum of RGB (Red+Green+Blue) = 130+81+160=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 160 - color contains mainly: blue. Hex color #8251A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8251A0 is #7DAE5F. Grayscale: #686868. Windows color (decimal): -8236640 or 10506626. OLE color: 10506626.
HSL color Cylindrical-coordinate representation of color #8251A0: hue angle of 277.22º degrees, saturation: 0.33, 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 #8251A0 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 81 | 160 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.37 |
| HSL | 277.22º | 0.33% | 0.47% | - |
| HSV(B) | 277.22º | 0.49% | 0.63% | - |
| XYZ | 18.49 | 13.17 | 34.82 | - |
| YUV | 104.66 | 159.23 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 160 | 0.19 | 0.49 | 0 | 0.37 | 277.22 | 0.33 | 0.47 |
| Hex | 82 | 51 | A0 | 13 | 31 | 0 | 25 | 115 | 21 | 2F |
| Octal | 202 | 121 | 240 | 23 | 61 | 0 | 45 | 425 | 41 | 57 |
| Binary | 10000010 | 1010001 | 10100000 | 10011 | 110001 | 0 | 100101 | 100010101 | 100001 | 101111 |
Color Harmonies of #8251A0
Complementary color
Monochromatic Colors of #8251A0
Black with #8251A0
Text Example
Text Example
White with #8251A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8251A0; }
p { color: rgb(130,81,160); }
H1.HeaderClassName
{
color: #8251A0;
}
.AnyTagClassName
{
color: #8251A0;
}
</style>
background-color css
<style>
a { background-color: #8251A0; }
a { background-color: rgb(130,81,160); }
div.DivClassName
{
background-color: #8251A0;
}
.BgClassName
{
background-color: #8251A0;
}
</style>
border-color css
<style>
span { border-color: #8251A0; }
span { border-color: rgb(130,81,160); }
td.TdClassName
{
border-color: #8251A0;
}
.TagClassName
{
border-color: #8251A0;
}
</style>