Shades of Studio #81569C
Tints of Studio #81569C
RGB
CMYK
RGB Variations
Color information
#81569C (or 0x81569C) is known color: Studio. HEX triplet: 81, 56 and 9C. RGB value is (129,86,156). Sum of RGB (Red+Green+Blue) = 129+86+156=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #81569C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81569C is #7EA963. Grayscale: #6A6A6A. Windows color (decimal): -8300900 or 10245761. OLE color: 10245761.
HSL color Cylindrical-coordinate representation of color #81569C: hue angle of 276.86º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81569C is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 86 | 156 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.39 |
| HSL | 276.86º | 0.29% | 0.47% | - |
| HSV(B) | 276.86º | 0.45% | 0.61% | - |
| XYZ | 18.38 | 13.72 | 33.13 | - |
| YUV | 106.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 86 | 156 | 0.17 | 0.45 | 0 | 0.39 | 276.86 | 0.29 | 0.47 |
| Hex | 81 | 56 | 9C | 11 | 2D | 0 | 27 | 115 | 1D | 2F |
| Octal | 201 | 126 | 234 | 21 | 55 | 0 | 47 | 425 | 35 | 57 |
| Binary | 10000001 | 1010110 | 10011100 | 10001 | 101101 | 0 | 100111 | 100010101 | 11101 | 101111 |
Color Harmonies of #81569C
Complementary color
Monochromatic Colors of #81569C
Black with #81569C
Text Example
Text Example
White with #81569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81569C; }
p { color: rgb(129,86,156); }
H1.HeaderClassName
{
color: #81569C;
}
.AnyTagClassName
{
color: #81569C;
}
</style>
background-color css
<style>
a { background-color: #81569C; }
a { background-color: rgb(129,86,156); }
div.DivClassName
{
background-color: #81569C;
}
.BgClassName
{
background-color: #81569C;
}
</style>
border-color css
<style>
span { border-color: #81569C; }
span { border-color: rgb(129,86,156); }
td.TdClassName
{
border-color: #81569C;
}
.TagClassName
{
border-color: #81569C;
}
</style>