Shades of Studio #8256AF
Tints of Studio #8256AF
RGB
CMYK
RGB Variations
Color information
#8256AF (or 0x8256AF) is known color: Studio. HEX triplet: 82, 56 and AF. RGB value is (130,86,175). Sum of RGB (Red+Green+Blue) = 130+86+175=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #8256AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8256AF is #7DA950. Grayscale: #6C6C6C. Windows color (decimal): -8235345 or 11490946. OLE color: 11490946.
HSL color Cylindrical-coordinate representation of color #8256AF: hue angle of 269.66º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8256AF is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 86 | 175 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.31 |
| HSL | 269.66º | 0.36% | 0.51% | - |
| HSV(B) | 269.66º | 0.51% | 0.69% | - |
| XYZ | 20.27 | 14.5 | 42.29 | - |
| YUV | 109.3 | 165.08 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 175 | 0.26 | 0.51 | 0 | 0.31 | 269.66 | 0.36 | 0.51 |
| Hex | 82 | 56 | AF | 1A | 33 | 0 | 1F | 10E | 24 | 33 |
| Octal | 202 | 126 | 257 | 32 | 63 | 0 | 37 | 416 | 44 | 63 |
| Binary | 10000010 | 1010110 | 10101111 | 11010 | 110011 | 0 | 11111 | 100001110 | 100100 | 110011 |
Color Harmonies of #8256AF
Complementary color
Monochromatic Colors of #8256AF
Black with #8256AF
Text Example
Text Example
White with #8256AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8256AF; }
p { color: rgb(130,86,175); }
H1.HeaderClassName
{
color: #8256AF;
}
.AnyTagClassName
{
color: #8256AF;
}
</style>
background-color css
<style>
a { background-color: #8256AF; }
a { background-color: rgb(130,86,175); }
div.DivClassName
{
background-color: #8256AF;
}
.BgClassName
{
background-color: #8256AF;
}
</style>
border-color css
<style>
span { border-color: #8256AF; }
span { border-color: rgb(130,86,175); }
td.TdClassName
{
border-color: #8256AF;
}
.TagClassName
{
border-color: #8256AF;
}
</style>