Shades of Studio #8255AE
Tints of Studio #8255AE
RGB
CMYK
RGB Variations
Color information
#8255AE (or 0x8255AE) is known color: Studio. HEX triplet: 82, 55 and AE. RGB value is (130,85,174). Sum of RGB (Red+Green+Blue) = 130+85+174=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #8255AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8255AE is #7DAA51. Grayscale: #6C6C6C. Windows color (decimal): -8235602 or 11425154. OLE color: 11425154.
HSL color Cylindrical-coordinate representation of color #8255AE: hue angle of 270.34º 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 #8255AE is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 85 | 174 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.32 |
| HSL | 270.34º | 0.35% | 0.51% | - |
| HSV(B) | 270.34º | 0.51% | 0.68% | - |
| XYZ | 20.09 | 14.3 | 41.75 | - |
| YUV | 108.6 | 164.91 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 174 | 0.25 | 0.51 | 0 | 0.32 | 270.34 | 0.35 | 0.51 |
| Hex | 82 | 55 | AE | 19 | 33 | 0 | 20 | 10E | 23 | 33 |
| Octal | 202 | 125 | 256 | 31 | 63 | 0 | 40 | 416 | 43 | 63 |
| Binary | 10000010 | 1010101 | 10101110 | 11001 | 110011 | 0 | 100000 | 100001110 | 100011 | 110011 |
Color Harmonies of #8255AE
Complementary color
Monochromatic Colors of #8255AE
Black with #8255AE
Text Example
Text Example
White with #8255AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8255AE; }
p { color: rgb(130,85,174); }
H1.HeaderClassName
{
color: #8255AE;
}
.AnyTagClassName
{
color: #8255AE;
}
</style>
background-color css
<style>
a { background-color: #8255AE; }
a { background-color: rgb(130,85,174); }
div.DivClassName
{
background-color: #8255AE;
}
.BgClassName
{
background-color: #8255AE;
}
</style>
border-color css
<style>
span { border-color: #8255AE; }
span { border-color: rgb(130,85,174); }
td.TdClassName
{
border-color: #8255AE;
}
.TagClassName
{
border-color: #8255AE;
}
</style>