Shades of Studio #8251A1
Tints of Studio #8251A1
RGB
CMYK
RGB Variations
Color information
#8251A1 (or 0x8251A1) is known color: Studio. HEX triplet: 82, 51 and A1. RGB value is (130,81,161). Sum of RGB (Red+Green+Blue) = 130+81+161=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 161 - color contains mainly: blue. Hex color #8251A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8251A1 is #7DAE5E. Grayscale: #686868. Windows color (decimal): -8236639 or 10572162. OLE color: 10572162.
HSL color Cylindrical-coordinate representation of color #8251A1: hue angle of 276.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8251A1 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 81 | 161 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.37 |
| HSL | 276.75º | 0.33% | 0.47% | - |
| HSV(B) | 276.75º | 0.5% | 0.63% | - |
| XYZ | 18.58 | 13.2 | 35.29 | - |
| YUV | 104.77 | 159.73 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 161 | 0.19 | 0.50 | 0 | 0.37 | 276.75 | 0.33 | 0.47 |
| Hex | 82 | 51 | A1 | 13 | 32 | 0 | 25 | 115 | 21 | 2F |
| Octal | 202 | 121 | 241 | 23 | 62 | 0 | 45 | 425 | 41 | 57 |
| Binary | 10000010 | 1010001 | 10100001 | 10011 | 110010 | 0 | 100101 | 100010101 | 100001 | 101111 |
Color Harmonies of #8251A1
Complementary color
Monochromatic Colors of #8251A1
Black with #8251A1
Text Example
Text Example
White with #8251A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8251A1; }
p { color: rgb(130,81,161); }
H1.HeaderClassName
{
color: #8251A1;
}
.AnyTagClassName
{
color: #8251A1;
}
</style>
background-color css
<style>
a { background-color: #8251A1; }
a { background-color: rgb(130,81,161); }
div.DivClassName
{
background-color: #8251A1;
}
.BgClassName
{
background-color: #8251A1;
}
</style>
border-color css
<style>
span { border-color: #8251A1; }
span { border-color: rgb(130,81,161); }
td.TdClassName
{
border-color: #8251A1;
}
.TagClassName
{
border-color: #8251A1;
}
</style>