Shades of Studio #8251AC
Tints of Studio #8251AC
RGB
CMYK
RGB Variations
Color information
#8251AC (or 0x8251AC) is known color: Studio. HEX triplet: 82, 51 and AC. RGB value is (130,81,172). Sum of RGB (Red+Green+Blue) = 130+81+172=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #8251AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8251AC is #7DAE53. Grayscale: #696969. Windows color (decimal): -8236628 or 11293058. OLE color: 11293058.
HSL color Cylindrical-coordinate representation of color #8251AC: hue angle of 272.31º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8251AC is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 81 | 172 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.33 |
| HSL | 272.31º | 0.36% | 0.5% | - |
| HSV(B) | 272.31º | 0.53% | 0.67% | - |
| XYZ | 19.59 | 13.61 | 40.62 | - |
| YUV | 106.03 | 165.23 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 172 | 0.24 | 0.53 | 0 | 0.33 | 272.31 | 0.36 | 0.5 |
| Hex | 82 | 51 | AC | 18 | 35 | 0 | 21 | 110 | 24 | 32 |
| Octal | 202 | 121 | 254 | 30 | 65 | 0 | 41 | 420 | 44 | 62 |
| Binary | 10000010 | 1010001 | 10101100 | 11000 | 110101 | 0 | 100001 | 100010000 | 100100 | 110010 |
Color Harmonies of #8251AC
Complementary color
Monochromatic Colors of #8251AC
Black with #8251AC
Text Example
Text Example
White with #8251AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8251AC; }
p { color: rgb(130,81,172); }
H1.HeaderClassName
{
color: #8251AC;
}
.AnyTagClassName
{
color: #8251AC;
}
</style>
background-color css
<style>
a { background-color: #8251AC; }
a { background-color: rgb(130,81,172); }
div.DivClassName
{
background-color: #8251AC;
}
.BgClassName
{
background-color: #8251AC;
}
</style>
border-color css
<style>
span { border-color: #8251AC; }
span { border-color: rgb(130,81,172); }
td.TdClassName
{
border-color: #8251AC;
}
.TagClassName
{
border-color: #8251AC;
}
</style>