Shades of Studio #8251AF
Tints of Studio #8251AF
RGB
CMYK
RGB Variations
Color information
#8251AF (or 0x8251AF) is known color: Studio. HEX triplet: 82, 51 and AF. RGB value is (130,81,175). Sum of RGB (Red+Green+Blue) = 130+81+175=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #8251AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8251AF is #7DAE50. Grayscale: #6A6A6A. Windows color (decimal): -8236625 or 11489666. OLE color: 11489666.
HSL color Cylindrical-coordinate representation of color #8251AF: hue angle of 271.28º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8251AF is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 81 | 175 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.31 |
| HSL | 271.28º | 0.37% | 0.5% | - |
| HSV(B) | 271.28º | 0.54% | 0.69% | - |
| XYZ | 19.89 | 13.73 | 42.16 | - |
| YUV | 106.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 175 | 0.26 | 0.54 | 0 | 0.31 | 271.28 | 0.37 | 0.5 |
| Hex | 82 | 51 | AF | 1A | 36 | 0 | 1F | 10F | 25 | 32 |
| Octal | 202 | 121 | 257 | 32 | 66 | 0 | 37 | 417 | 45 | 62 |
| Binary | 10000010 | 1010001 | 10101111 | 11010 | 110110 | 0 | 11111 | 100001111 | 100101 | 110010 |
Color Harmonies of #8251AF
Complementary color
Monochromatic Colors of #8251AF
Black with #8251AF
Text Example
Text Example
White with #8251AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8251AF; }
p { color: rgb(130,81,175); }
H1.HeaderClassName
{
color: #8251AF;
}
.AnyTagClassName
{
color: #8251AF;
}
</style>
background-color css
<style>
a { background-color: #8251AF; }
a { background-color: rgb(130,81,175); }
div.DivClassName
{
background-color: #8251AF;
}
.BgClassName
{
background-color: #8251AF;
}
</style>
border-color css
<style>
span { border-color: #8251AF; }
span { border-color: rgb(130,81,175); }
td.TdClassName
{
border-color: #8251AF;
}
.TagClassName
{
border-color: #8251AF;
}
</style>