Shades of Affair #815F8B
Tints of Affair #815F8B
RGB
CMYK
RGB Variations
Color information
#815F8B (or 0x815F8B) is known color: Affair. HEX triplet: 81, 5F and 8B. RGB value is (129,95,139). Sum of RGB (Red+Green+Blue) = 129+95+139=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #815F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815F8B is #7EA074. Grayscale: #6E6E6E. Windows color (decimal): -8298613 or 9133953. OLE color: 9133953.
HSL color Cylindrical-coordinate representation of color #815F8B: hue angle of 286.36º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #815F8B is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 95 | 139 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.45 |
| HSL | 286.36º | 0.19% | 0.46% | - |
| HSV(B) | 286.36º | 0.32% | 0.55% | - |
| XYZ | 17.81 | 14.72 | 26.33 | - |
| YUV | 110.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 95 | 139 | 0.07 | 0.32 | 0 | 0.45 | 286.36 | 0.19 | 0.46 |
| Hex | 81 | 5F | 8B | 7 | 20 | 0 | 2D | 11E | 13 | 2E |
| Octal | 201 | 137 | 213 | 7 | 40 | 0 | 55 | 436 | 23 | 56 |
| Binary | 10000001 | 1011111 | 10001011 | 111 | 100000 | 0 | 101101 | 100011110 | 10011 | 101110 |
Color Harmonies of #815F8B
Complementary color
Monochromatic Colors of #815F8B
Black with #815F8B
Text Example
Text Example
White with #815F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815F8B; }
p { color: rgb(129,95,139); }
H1.HeaderClassName
{
color: #815F8B;
}
.AnyTagClassName
{
color: #815F8B;
}
</style>
background-color css
<style>
a { background-color: #815F8B; }
a { background-color: rgb(129,95,139); }
div.DivClassName
{
background-color: #815F8B;
}
.BgClassName
{
background-color: #815F8B;
}
</style>
border-color css
<style>
span { border-color: #815F8B; }
span { border-color: rgb(129,95,139); }
td.TdClassName
{
border-color: #815F8B;
}
.TagClassName
{
border-color: #815F8B;
}
</style>