Shades of Studio #8154AC
Tints of Studio #8154AC
RGB
CMYK
RGB Variations
Color information
#8154AC (or 0x8154AC) is known color: Studio. HEX triplet: 81, 54 and AC. RGB value is (129,84,172). Sum of RGB (Red+Green+Blue) = 129+84+172=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #8154AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8154AC is #7EAB53. Grayscale: #6B6B6B. Windows color (decimal): -8301396 or 11293825. OLE color: 11293825.
HSL color Cylindrical-coordinate representation of color #8154AC: hue angle of 270.68º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8154AC is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 84 | 172 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.33 |
| HSL | 270.68º | 0.35% | 0.5% | - |
| HSV(B) | 270.68º | 0.51% | 0.67% | - |
| XYZ | 19.67 | 13.99 | 40.69 | - |
| YUV | 107.49 | 164.41 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 84 | 172 | 0.25 | 0.51 | 0 | 0.33 | 270.68 | 0.35 | 0.5 |
| Hex | 81 | 54 | AC | 19 | 33 | 0 | 21 | 10F | 23 | 32 |
| Octal | 201 | 124 | 254 | 31 | 63 | 0 | 41 | 417 | 43 | 62 |
| Binary | 10000001 | 1010100 | 10101100 | 11001 | 110011 | 0 | 100001 | 100001111 | 100011 | 110010 |
Color Harmonies of #8154AC
Complementary color
Monochromatic Colors of #8154AC
Black with #8154AC
Text Example
Text Example
White with #8154AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8154AC; }
p { color: rgb(129,84,172); }
H1.HeaderClassName
{
color: #8154AC;
}
.AnyTagClassName
{
color: #8154AC;
}
</style>
background-color css
<style>
a { background-color: #8154AC; }
a { background-color: rgb(129,84,172); }
div.DivClassName
{
background-color: #8154AC;
}
.BgClassName
{
background-color: #8154AC;
}
</style>
border-color css
<style>
span { border-color: #8154AC; }
span { border-color: rgb(129,84,172); }
td.TdClassName
{
border-color: #8154AC;
}
.TagClassName
{
border-color: #8154AC;
}
</style>