Shades of Studio #8256AE
Tints of Studio #8256AE
RGB
CMYK
RGB Variations
Color information
#8256AE (or 0x8256AE) is known color: Studio. HEX triplet: 82, 56 and AE. RGB value is (130,86,174). Sum of RGB (Red+Green+Blue) = 130+86+174=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #8256AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8256AE is #7DA951. Grayscale: #6C6C6C. Windows color (decimal): -8235346 or 11425410. OLE color: 11425410.
HSL color Cylindrical-coordinate representation of color #8256AE: hue angle of 270º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8256AE is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 86 | 174 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.32 |
| HSL | 270º | 0.35% | 0.51% | - |
| HSV(B) | 270º | 0.51% | 0.68% | - |
| XYZ | 20.17 | 14.46 | 41.77 | - |
| YUV | 109.19 | 164.58 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 174 | 0.25 | 0.51 | 0 | 0.32 | 270 | 0.35 | 0.51 |
| Hex | 82 | 56 | AE | 19 | 33 | 0 | 20 | 10E | 23 | 33 |
| Octal | 202 | 126 | 256 | 31 | 63 | 0 | 40 | 416 | 43 | 63 |
| Binary | 10000010 | 1010110 | 10101110 | 11001 | 110011 | 0 | 100000 | 100001110 | 100011 | 110011 |
Color Harmonies of #8256AE
Complementary color
Monochromatic Colors of #8256AE
Black with #8256AE
Text Example
Text Example
White with #8256AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8256AE; }
p { color: rgb(130,86,174); }
H1.HeaderClassName
{
color: #8256AE;
}
.AnyTagClassName
{
color: #8256AE;
}
</style>
background-color css
<style>
a { background-color: #8256AE; }
a { background-color: rgb(130,86,174); }
div.DivClassName
{
background-color: #8256AE;
}
.BgClassName
{
background-color: #8256AE;
}
</style>
border-color css
<style>
span { border-color: #8256AE; }
span { border-color: rgb(130,86,174); }
td.TdClassName
{
border-color: #8256AE;
}
.TagClassName
{
border-color: #8256AE;
}
</style>