Shades of Studio #8154AE
Tints of Studio #8154AE
RGB
CMYK
RGB Variations
Color information
#8154AE (or 0x8154AE) is known color: Studio. HEX triplet: 81, 54 and AE. RGB value is (129,84,174). Sum of RGB (Red+Green+Blue) = 129+84+174=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #8154AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8154AE is #7EAB51. Grayscale: #6B6B6B. Windows color (decimal): -8301394 or 11424897. OLE color: 11424897.
HSL color Cylindrical-coordinate representation of color #8154AE: hue angle of 270º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8154AE is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 84 | 174 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.32 |
| HSL | 270º | 0.36% | 0.51% | - |
| HSV(B) | 270º | 0.52% | 0.68% | - |
| XYZ | 19.86 | 14.06 | 41.71 | - |
| YUV | 107.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 84 | 174 | 0.26 | 0.52 | 0 | 0.32 | 270 | 0.36 | 0.51 |
| Hex | 81 | 54 | AE | 1A | 34 | 0 | 20 | 10E | 24 | 33 |
| Octal | 201 | 124 | 256 | 32 | 64 | 0 | 40 | 416 | 44 | 63 |
| Binary | 10000001 | 1010100 | 10101110 | 11010 | 110100 | 0 | 100000 | 100001110 | 100100 | 110011 |
Color Harmonies of #8154AE
Complementary color
Monochromatic Colors of #8154AE
Black with #8154AE
Text Example
Text Example
White with #8154AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8154AE; }
p { color: rgb(129,84,174); }
H1.HeaderClassName
{
color: #8154AE;
}
.AnyTagClassName
{
color: #8154AE;
}
</style>
background-color css
<style>
a { background-color: #8154AE; }
a { background-color: rgb(129,84,174); }
div.DivClassName
{
background-color: #8154AE;
}
.BgClassName
{
background-color: #8154AE;
}
</style>
border-color css
<style>
span { border-color: #8154AE; }
span { border-color: rgb(129,84,174); }
td.TdClassName
{
border-color: #8154AE;
}
.TagClassName
{
border-color: #8154AE;
}
</style>