Shades of Studio #81539C
Tints of Studio #81539C
RGB
CMYK
RGB Variations
Color information
#81539C (or 0x81539C) is known color: Studio. HEX triplet: 81, 53 and 9C. RGB value is (129,83,156). Sum of RGB (Red+Green+Blue) = 129+83+156=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #81539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81539C is #7EAC63. Grayscale: #686868. Windows color (decimal): -8301668 or 10244993. OLE color: 10244993.
HSL color Cylindrical-coordinate representation of color #81539C: hue angle of 277.81º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81539C is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 83 | 156 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.39 |
| HSL | 277.81º | 0.31% | 0.47% | - |
| HSV(B) | 277.81º | 0.47% | 0.61% | - |
| XYZ | 18.15 | 13.25 | 33.05 | - |
| YUV | 105.08 | 156.74 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 83 | 156 | 0.17 | 0.47 | 0 | 0.39 | 277.81 | 0.31 | 0.47 |
| Hex | 81 | 53 | 9C | 11 | 2F | 0 | 27 | 116 | 1F | 2F |
| Octal | 201 | 123 | 234 | 21 | 57 | 0 | 47 | 426 | 37 | 57 |
| Binary | 10000001 | 1010011 | 10011100 | 10001 | 101111 | 0 | 100111 | 100010110 | 11111 | 101111 |
Color Harmonies of #81539C
Complementary color
Monochromatic Colors of #81539C
Black with #81539C
Text Example
Text Example
White with #81539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81539C; }
p { color: rgb(129,83,156); }
H1.HeaderClassName
{
color: #81539C;
}
.AnyTagClassName
{
color: #81539C;
}
</style>
background-color css
<style>
a { background-color: #81539C; }
a { background-color: rgb(129,83,156); }
div.DivClassName
{
background-color: #81539C;
}
.BgClassName
{
background-color: #81539C;
}
</style>
border-color css
<style>
span { border-color: #81539C; }
span { border-color: rgb(129,83,156); }
td.TdClassName
{
border-color: #81539C;
}
.TagClassName
{
border-color: #81539C;
}
</style>