Shades of Affair #815A98
Tints of Affair #815A98
RGB
CMYK
RGB Variations
Color information
#815A98 (or 0x815A98) is known color: Affair. HEX triplet: 81, 5A and 98. RGB value is (129,90,152). Sum of RGB (Red+Green+Blue) = 129+90+152=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #815A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815A98 is #7EA567. Grayscale: #6C6C6C. Windows color (decimal): -8299880 or 9984641. OLE color: 9984641.
HSL color Cylindrical-coordinate representation of color #815A98: hue angle of 277.74º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #815A98 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 90 | 152 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.40 |
| HSL | 277.74º | 0.26% | 0.47% | - |
| HSV(B) | 277.74º | 0.41% | 0.6% | - |
| XYZ | 18.38 | 14.25 | 31.49 | - |
| YUV | 108.73 | 152.42 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 152 | 0.15 | 0.41 | 0 | 0.40 | 277.74 | 0.26 | 0.47 |
| Hex | 81 | 5A | 98 | F | 29 | 0 | 28 | 116 | 1A | 2F |
| Octal | 201 | 132 | 230 | 17 | 51 | 0 | 50 | 426 | 32 | 57 |
| Binary | 10000001 | 1011010 | 10011000 | 1111 | 101001 | 0 | 101000 | 100010110 | 11010 | 101111 |
Color Harmonies of #815A98
Complementary color
Monochromatic Colors of #815A98
Black with #815A98
Text Example
Text Example
White with #815A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A98; }
p { color: rgb(129,90,152); }
H1.HeaderClassName
{
color: #815A98;
}
.AnyTagClassName
{
color: #815A98;
}
</style>
background-color css
<style>
a { background-color: #815A98; }
a { background-color: rgb(129,90,152); }
div.DivClassName
{
background-color: #815A98;
}
.BgClassName
{
background-color: #815A98;
}
</style>
border-color css
<style>
span { border-color: #815A98; }
span { border-color: rgb(129,90,152); }
td.TdClassName
{
border-color: #815A98;
}
.TagClassName
{
border-color: #815A98;
}
</style>