Shades of Studio #8240A8
Tints of Studio #8240A8
RGB
CMYK
RGB Variations
Color information
#8240A8 (or 0x8240A8) is known color: Studio. HEX triplet: 82, 40 and A8. RGB value is (130,64,168). Sum of RGB (Red+Green+Blue) = 130+64+168=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 168 - color contains mainly: blue. Hex color #8240A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8240A8 is #7DBF57. Grayscale: #5F5F5F. Windows color (decimal): -8240984 or 11026562. OLE color: 11026562.
HSL color Cylindrical-coordinate representation of color #8240A8: hue angle of 278.08º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8240A8 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 64 | 168 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.34 |
| HSL | 278.08º | 0.45% | 0.45% | - |
| HSV(B) | 278.08º | 0.62% | 0.66% | - |
| XYZ | 18.11 | 11.24 | 38.26 | - |
| YUV | 95.59 | 168.87 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 168 | 0.23 | 0.62 | 0 | 0.34 | 278.08 | 0.45 | 0.45 |
| Hex | 82 | 40 | A8 | 17 | 3E | 0 | 22 | 116 | 2D | 2D |
| Octal | 202 | 100 | 250 | 27 | 76 | 0 | 42 | 426 | 55 | 55 |
| Binary | 10000010 | 1000000 | 10101000 | 10111 | 111110 | 0 | 100010 | 100010110 | 101101 | 101101 |
Color Harmonies of #8240A8
Complementary color
Monochromatic Colors of #8240A8
Black with #8240A8
Text Example
Text Example
White with #8240A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8240A8; }
p { color: rgb(130,64,168); }
H1.HeaderClassName
{
color: #8240A8;
}
.AnyTagClassName
{
color: #8240A8;
}
</style>
background-color css
<style>
a { background-color: #8240A8; }
a { background-color: rgb(130,64,168); }
div.DivClassName
{
background-color: #8240A8;
}
.BgClassName
{
background-color: #8240A8;
}
</style>
border-color css
<style>
span { border-color: #8240A8; }
span { border-color: rgb(130,64,168); }
td.TdClassName
{
border-color: #8240A8;
}
.TagClassName
{
border-color: #8240A8;
}
</style>