Shades of Studio #8240AC
Tints of Studio #8240AC
RGB
CMYK
RGB Variations
Color information
#8240AC (or 0x8240AC) is known color: Studio. HEX triplet: 82, 40 and AC. RGB value is (130,64,172). Sum of RGB (Red+Green+Blue) = 130+64+172=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #8240AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8240AC is #7DBF53. Grayscale: #5F5F5F. Windows color (decimal): -8240980 or 11288706. OLE color: 11288706.
HSL color Cylindrical-coordinate representation of color #8240AC: hue angle of 276.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8240AC is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 64 | 172 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.33 |
| HSL | 276.67º | 0.46% | 0.46% | - |
| HSV(B) | 276.67º | 0.63% | 0.67% | - |
| XYZ | 18.49 | 11.39 | 40.25 | - |
| YUV | 96.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 172 | 0.24 | 0.63 | 0 | 0.33 | 276.67 | 0.46 | 0.46 |
| Hex | 82 | 40 | AC | 18 | 3F | 0 | 21 | 115 | 2E | 2E |
| Octal | 202 | 100 | 254 | 30 | 77 | 0 | 41 | 425 | 56 | 56 |
| Binary | 10000010 | 1000000 | 10101100 | 11000 | 111111 | 0 | 100001 | 100010101 | 101110 | 101110 |
Color Harmonies of #8240AC
Complementary color
Monochromatic Colors of #8240AC
Black with #8240AC
Text Example
Text Example
White with #8240AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8240AC; }
p { color: rgb(130,64,172); }
H1.HeaderClassName
{
color: #8240AC;
}
.AnyTagClassName
{
color: #8240AC;
}
</style>
background-color css
<style>
a { background-color: #8240AC; }
a { background-color: rgb(130,64,172); }
div.DivClassName
{
background-color: #8240AC;
}
.BgClassName
{
background-color: #8240AC;
}
</style>
border-color css
<style>
span { border-color: #8240AC; }
span { border-color: rgb(130,64,172); }
td.TdClassName
{
border-color: #8240AC;
}
.TagClassName
{
border-color: #8240AC;
}
</style>