Shades of Studio #8155AA
Tints of Studio #8155AA
RGB
CMYK
RGB Variations
Color information
#8155AA (or 0x8155AA) is known color: Studio. HEX triplet: 81, 55 and AA. RGB value is (129,85,170). Sum of RGB (Red+Green+Blue) = 129+85+170=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #8155AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8155AA is #7EAA55. Grayscale: #6B6B6B. Windows color (decimal): -8301142 or 11163009. OLE color: 11163009.
HSL color Cylindrical-coordinate representation of color #8155AA: hue angle of 271.06º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8155AA is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 85 | 170 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.33 |
| HSL | 271.06º | 0.33% | 0.5% | - |
| HSV(B) | 271.06º | 0.5% | 0.67% | - |
| XYZ | 19.56 | 14.07 | 39.71 | - |
| YUV | 107.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 170 | 0.24 | 0.50 | 0 | 0.33 | 271.06 | 0.33 | 0.5 |
| Hex | 81 | 55 | AA | 18 | 32 | 0 | 21 | 10F | 21 | 32 |
| Octal | 201 | 125 | 252 | 30 | 62 | 0 | 41 | 417 | 41 | 62 |
| Binary | 10000001 | 1010101 | 10101010 | 11000 | 110010 | 0 | 100001 | 100001111 | 100001 | 110010 |
Color Harmonies of #8155AA
Complementary color
Monochromatic Colors of #8155AA
Black with #8155AA
Text Example
Text Example
White with #8155AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8155AA; }
p { color: rgb(129,85,170); }
H1.HeaderClassName
{
color: #8155AA;
}
.AnyTagClassName
{
color: #8155AA;
}
</style>
background-color css
<style>
a { background-color: #8155AA; }
a { background-color: rgb(129,85,170); }
div.DivClassName
{
background-color: #8155AA;
}
.BgClassName
{
background-color: #8155AA;
}
</style>
border-color css
<style>
span { border-color: #8155AA; }
span { border-color: rgb(129,85,170); }
td.TdClassName
{
border-color: #8155AA;
}
.TagClassName
{
border-color: #8155AA;
}
</style>