Shades of Studio #81599C
Tints of Studio #81599C
RGB
CMYK
RGB Variations
Color information
#81599C (or 0x81599C) is known color: Studio. HEX triplet: 81, 59 and 9C. RGB value is (129,89,156). Sum of RGB (Red+Green+Blue) = 129+89+156=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #81599C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81599C is #7EA663. Grayscale: #6C6C6C. Windows color (decimal): -8300132 or 10246529. OLE color: 10246529.
HSL color Cylindrical-coordinate representation of color #81599C: hue angle of 275.82º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81599C is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 89 | 156 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.39 |
| HSL | 275.82º | 0.27% | 0.48% | - |
| HSV(B) | 275.82º | 0.43% | 0.61% | - |
| XYZ | 18.63 | 14.21 | 33.21 | - |
| YUV | 108.6 | 154.75 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 89 | 156 | 0.17 | 0.43 | 0 | 0.39 | 275.82 | 0.27 | 0.48 |
| Hex | 81 | 59 | 9C | 11 | 2B | 0 | 27 | 114 | 1B | 30 |
| Octal | 201 | 131 | 234 | 21 | 53 | 0 | 47 | 424 | 33 | 60 |
| Binary | 10000001 | 1011001 | 10011100 | 10001 | 101011 | 0 | 100111 | 100010100 | 11011 | 110000 |
Color Harmonies of #81599C
Complementary color
Monochromatic Colors of #81599C
Black with #81599C
Text Example
Text Example
White with #81599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81599C; }
p { color: rgb(129,89,156); }
H1.HeaderClassName
{
color: #81599C;
}
.AnyTagClassName
{
color: #81599C;
}
</style>
background-color css
<style>
a { background-color: #81599C; }
a { background-color: rgb(129,89,156); }
div.DivClassName
{
background-color: #81599C;
}
.BgClassName
{
background-color: #81599C;
}
</style>
border-color css
<style>
span { border-color: #81599C; }
span { border-color: rgb(129,89,156); }
td.TdClassName
{
border-color: #81599C;
}
.TagClassName
{
border-color: #81599C;
}
</style>