Shades of Studio #81569F
Tints of Studio #81569F
RGB
CMYK
RGB Variations
Color information
#81569F (or 0x81569F) is known color: Studio. HEX triplet: 81, 56 and 9F. RGB value is (129,86,159). Sum of RGB (Red+Green+Blue) = 129+86+159=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #81569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81569F is #7EA960. Grayscale: #6A6A6A. Windows color (decimal): -8300897 or 10442369. OLE color: 10442369.
HSL color Cylindrical-coordinate representation of color #81569F: hue angle of 275.34º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81569F is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 86 | 159 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.38 |
| HSL | 275.34º | 0.3% | 0.48% | - |
| HSV(B) | 275.34º | 0.46% | 0.62% | - |
| XYZ | 18.64 | 13.83 | 34.49 | - |
| YUV | 107.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 86 | 159 | 0.19 | 0.46 | 0 | 0.38 | 275.34 | 0.3 | 0.48 |
| Hex | 81 | 56 | 9F | 13 | 2E | 0 | 26 | 113 | 1E | 30 |
| Octal | 201 | 126 | 237 | 23 | 56 | 0 | 46 | 423 | 36 | 60 |
| Binary | 10000001 | 1010110 | 10011111 | 10011 | 101110 | 0 | 100110 | 100010011 | 11110 | 110000 |
Color Harmonies of #81569F
Complementary color
Monochromatic Colors of #81569F
Black with #81569F
Text Example
Text Example
White with #81569F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81569F; }
p { color: rgb(129,86,159); }
H1.HeaderClassName
{
color: #81569F;
}
.AnyTagClassName
{
color: #81569F;
}
</style>
background-color css
<style>
a { background-color: #81569F; }
a { background-color: rgb(129,86,159); }
div.DivClassName
{
background-color: #81569F;
}
.BgClassName
{
background-color: #81569F;
}
</style>
border-color css
<style>
span { border-color: #81569F; }
span { border-color: rgb(129,86,159); }
td.TdClassName
{
border-color: #81569F;
}
.TagClassName
{
border-color: #81569F;
}
</style>