Shades of Studio #8257A0
Tints of Studio #8257A0
RGB
CMYK
RGB Variations
Color information
#8257A0 (or 0x8257A0) is known color: Studio. HEX triplet: 82, 57 and A0. RGB value is (130,87,160). Sum of RGB (Red+Green+Blue) = 130+87+160=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 160 - color contains mainly: blue. Hex color #8257A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8257A0 is #7DA85F. Grayscale: #6B6B6B. Windows color (decimal): -8235104 or 10508162. OLE color: 10508162.
HSL color Cylindrical-coordinate representation of color #8257A0: hue angle of 275.34º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8257A0 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 87 | 160 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.37 |
| HSL | 275.34º | 0.3% | 0.48% | - |
| HSV(B) | 275.34º | 0.46% | 0.63% | - |
| XYZ | 18.96 | 14.1 | 34.98 | - |
| YUV | 108.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 87 | 160 | 0.19 | 0.46 | 0 | 0.37 | 275.34 | 0.3 | 0.48 |
| Hex | 82 | 57 | A0 | 13 | 2E | 0 | 25 | 113 | 1E | 30 |
| Octal | 202 | 127 | 240 | 23 | 56 | 0 | 45 | 423 | 36 | 60 |
| Binary | 10000010 | 1010111 | 10100000 | 10011 | 101110 | 0 | 100101 | 100010011 | 11110 | 110000 |
Color Harmonies of #8257A0
Complementary color
Monochromatic Colors of #8257A0
Black with #8257A0
Text Example
Text Example
White with #8257A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8257A0; }
p { color: rgb(130,87,160); }
H1.HeaderClassName
{
color: #8257A0;
}
.AnyTagClassName
{
color: #8257A0;
}
</style>
background-color css
<style>
a { background-color: #8257A0; }
a { background-color: rgb(130,87,160); }
div.DivClassName
{
background-color: #8257A0;
}
.BgClassName
{
background-color: #8257A0;
}
</style>
border-color css
<style>
span { border-color: #8257A0; }
span { border-color: rgb(130,87,160); }
td.TdClassName
{
border-color: #8257A0;
}
.TagClassName
{
border-color: #8257A0;
}
</style>