Shades of Affair #785C8F
Tints of Affair #785C8F
RGB
CMYK
RGB Variations
Color information
#785C8F (or 0x785C8F) is known color: Affair. HEX triplet: 78, 5C and 8F. RGB value is (120,92,143). Sum of RGB (Red+Green+Blue) = 120+92+143=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 143 - color contains mainly: blue. Hex color #785C8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785C8F is #87A370. Grayscale: #6A6A6A. Windows color (decimal): -8889201 or 9395320. OLE color: 9395320.
HSL color Cylindrical-coordinate representation of color #785C8F: hue angle of 272.94º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #785C8F is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 92 | 143 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.44 |
| HSL | 272.94º | 0.22% | 0.46% | - |
| HSV(B) | 272.94º | 0.36% | 0.56% | - |
| XYZ | 16.53 | 13.63 | 27.75 | - |
| YUV | 106.19 | 148.78 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 143 | 0.16 | 0.36 | 0 | 0.44 | 272.94 | 0.22 | 0.46 |
| Hex | 78 | 5C | 8F | 10 | 24 | 0 | 2C | 111 | 16 | 2E |
| Octal | 170 | 134 | 217 | 20 | 44 | 0 | 54 | 421 | 26 | 56 |
| Binary | 1111000 | 1011100 | 10001111 | 10000 | 100100 | 0 | 101100 | 100010001 | 10110 | 101110 |
Color Harmonies of #785C8F
Complementary color
Monochromatic Colors of #785C8F
Black with #785C8F
Text Example
Text Example
White with #785C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C8F; }
p { color: rgb(120,92,143); }
H1.HeaderClassName
{
color: #785C8F;
}
.AnyTagClassName
{
color: #785C8F;
}
</style>
background-color css
<style>
a { background-color: #785C8F; }
a { background-color: rgb(120,92,143); }
div.DivClassName
{
background-color: #785C8F;
}
.BgClassName
{
background-color: #785C8F;
}
</style>
border-color css
<style>
span { border-color: #785C8F; }
span { border-color: rgb(120,92,143); }
td.TdClassName
{
border-color: #785C8F;
}
.TagClassName
{
border-color: #785C8F;
}
</style>