Shades of Affair #81578B
Tints of Affair #81578B
RGB
CMYK
RGB Variations
Color information
#81578B (or 0x81578B) is known color: Affair. HEX triplet: 81, 57 and 8B. RGB value is (129,87,139). Sum of RGB (Red+Green+Blue) = 129+87+139=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #81578B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81578B is #7EA874. Grayscale: #696969. Windows color (decimal): -8300661 or 9131905. OLE color: 9131905.
HSL color Cylindrical-coordinate representation of color #81578B: hue angle of 288.46º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81578B is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 87 | 139 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.45 |
| HSL | 288.46º | 0.23% | 0.44% | - |
| HSV(B) | 288.46º | 0.37% | 0.55% | - |
| XYZ | 17.12 | 13.35 | 26.1 | - |
| YUV | 105.49 | 146.91 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 87 | 139 | 0.07 | 0.37 | 0 | 0.45 | 288.46 | 0.23 | 0.44 |
| Hex | 81 | 57 | 8B | 7 | 25 | 0 | 2D | 120 | 17 | 2C |
| Octal | 201 | 127 | 213 | 7 | 45 | 0 | 55 | 440 | 27 | 54 |
| Binary | 10000001 | 1010111 | 10001011 | 111 | 100101 | 0 | 101101 | 100100000 | 10111 | 101100 |
Color Harmonies of #81578B
Complementary color
Monochromatic Colors of #81578B
Black with #81578B
Text Example
Text Example
White with #81578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81578B; }
p { color: rgb(129,87,139); }
H1.HeaderClassName
{
color: #81578B;
}
.AnyTagClassName
{
color: #81578B;
}
</style>
background-color css
<style>
a { background-color: #81578B; }
a { background-color: rgb(129,87,139); }
div.DivClassName
{
background-color: #81578B;
}
.BgClassName
{
background-color: #81578B;
}
</style>
border-color css
<style>
span { border-color: #81578B; }
span { border-color: rgb(129,87,139); }
td.TdClassName
{
border-color: #81578B;
}
.TagClassName
{
border-color: #81578B;
}
</style>