Shades of Studio #8257AF
Tints of Studio #8257AF
RGB
CMYK
RGB Variations
Color information
#8257AF (or 0x8257AF) is known color: Studio. HEX triplet: 82, 57 and AF. RGB value is (130,87,175). Sum of RGB (Red+Green+Blue) = 130+87+175=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #8257AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8257AF is #7DA850. Grayscale: #6D6D6D. Windows color (decimal): -8235089 or 11491202. OLE color: 11491202.
HSL color Cylindrical-coordinate representation of color #8257AF: hue angle of 269.32º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8257AF is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 87 | 175 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.31 |
| HSL | 269.32º | 0.35% | 0.51% | - |
| HSV(B) | 269.32º | 0.5% | 0.69% | - |
| XYZ | 20.35 | 14.66 | 42.31 | - |
| YUV | 109.89 | 164.75 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 87 | 175 | 0.26 | 0.50 | 0 | 0.31 | 269.32 | 0.35 | 0.51 |
| Hex | 82 | 57 | AF | 1A | 32 | 0 | 1F | 10D | 23 | 33 |
| Octal | 202 | 127 | 257 | 32 | 62 | 0 | 37 | 415 | 43 | 63 |
| Binary | 10000010 | 1010111 | 10101111 | 11010 | 110010 | 0 | 11111 | 100001101 | 100011 | 110011 |
Color Harmonies of #8257AF
Complementary color
Monochromatic Colors of #8257AF
Black with #8257AF
Text Example
Text Example
White with #8257AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8257AF; }
p { color: rgb(130,87,175); }
H1.HeaderClassName
{
color: #8257AF;
}
.AnyTagClassName
{
color: #8257AF;
}
</style>
background-color css
<style>
a { background-color: #8257AF; }
a { background-color: rgb(130,87,175); }
div.DivClassName
{
background-color: #8257AF;
}
.BgClassName
{
background-color: #8257AF;
}
</style>
border-color css
<style>
span { border-color: #8257AF; }
span { border-color: rgb(130,87,175); }
td.TdClassName
{
border-color: #8257AF;
}
.TagClassName
{
border-color: #8257AF;
}
</style>