Shades of Affair #815D8B
Tints of Affair #815D8B
RGB
CMYK
RGB Variations
Color information
#815D8B (or 0x815D8B) is known color: Affair. HEX triplet: 81, 5D and 8B. RGB value is (129,93,139). Sum of RGB (Red+Green+Blue) = 129+93+139=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #815D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815D8B is #7EA274. Grayscale: #6C6C6C. Windows color (decimal): -8299125 or 9133441. OLE color: 9133441.
HSL color Cylindrical-coordinate representation of color #815D8B: hue angle of 286.96º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #815D8B is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 93 | 139 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.45 |
| HSL | 286.96º | 0.2% | 0.45% | - |
| HSV(B) | 286.96º | 0.33% | 0.55% | - |
| XYZ | 17.63 | 14.36 | 26.27 | - |
| YUV | 109.01 | 144.93 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 139 | 0.07 | 0.33 | 0 | 0.45 | 286.96 | 0.2 | 0.45 |
| Hex | 81 | 5D | 8B | 7 | 21 | 0 | 2D | 11F | 14 | 2D |
| Octal | 201 | 135 | 213 | 7 | 41 | 0 | 55 | 437 | 24 | 55 |
| Binary | 10000001 | 1011101 | 10001011 | 111 | 100001 | 0 | 101101 | 100011111 | 10100 | 101101 |
Color Harmonies of #815D8B
Complementary color
Monochromatic Colors of #815D8B
Black with #815D8B
Text Example
Text Example
White with #815D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815D8B; }
p { color: rgb(129,93,139); }
H1.HeaderClassName
{
color: #815D8B;
}
.AnyTagClassName
{
color: #815D8B;
}
</style>
background-color css
<style>
a { background-color: #815D8B; }
a { background-color: rgb(129,93,139); }
div.DivClassName
{
background-color: #815D8B;
}
.BgClassName
{
background-color: #815D8B;
}
</style>
border-color css
<style>
span { border-color: #815D8B; }
span { border-color: rgb(129,93,139); }
td.TdClassName
{
border-color: #815D8B;
}
.TagClassName
{
border-color: #815D8B;
}
</style>