Shades of Studio #8256AA
Tints of Studio #8256AA
RGB
CMYK
RGB Variations
Color information
#8256AA (or 0x8256AA) is known color: Studio. HEX triplet: 82, 56 and AA. RGB value is (130,86,170). Sum of RGB (Red+Green+Blue) = 130+86+170=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #8256AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8256AA is #7DA955. Grayscale: #6C6C6C. Windows color (decimal): -8235350 or 11163266. OLE color: 11163266.
HSL color Cylindrical-coordinate representation of color #8256AA: hue angle of 271.43º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8256AA is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 86 | 170 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.33 |
| HSL | 271.43º | 0.33% | 0.5% | - |
| HSV(B) | 271.43º | 0.49% | 0.67% | - |
| XYZ | 19.79 | 14.3 | 39.75 | - |
| YUV | 108.73 | 162.58 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 170 | 0.24 | 0.49 | 0 | 0.33 | 271.43 | 0.33 | 0.5 |
| Hex | 82 | 56 | AA | 18 | 31 | 0 | 21 | 10F | 21 | 32 |
| Octal | 202 | 126 | 252 | 30 | 61 | 0 | 41 | 417 | 41 | 62 |
| Binary | 10000010 | 1010110 | 10101010 | 11000 | 110001 | 0 | 100001 | 100001111 | 100001 | 110010 |
Color Harmonies of #8256AA
Complementary color
Monochromatic Colors of #8256AA
Black with #8256AA
Text Example
Text Example
White with #8256AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8256AA; }
p { color: rgb(130,86,170); }
H1.HeaderClassName
{
color: #8256AA;
}
.AnyTagClassName
{
color: #8256AA;
}
</style>
background-color css
<style>
a { background-color: #8256AA; }
a { background-color: rgb(130,86,170); }
div.DivClassName
{
background-color: #8256AA;
}
.BgClassName
{
background-color: #8256AA;
}
</style>
border-color css
<style>
span { border-color: #8256AA; }
span { border-color: rgb(130,86,170); }
td.TdClassName
{
border-color: #8256AA;
}
.TagClassName
{
border-color: #8256AA;
}
</style>