Shades of Affair #785A8D
Tints of Affair #785A8D
RGB
CMYK
RGB Variations
Color information
#785A8D (or 0x785A8D) is known color: Affair. HEX triplet: 78, 5A and 8D. RGB value is (120,90,141). Sum of RGB (Red+Green+Blue) = 120+90+141=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #785A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785A8D is #87A572. Grayscale: #686868. Windows color (decimal): -8889715 or 9263736. OLE color: 9263736.
HSL color Cylindrical-coordinate representation of color #785A8D: hue angle of 275.29º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #785A8D is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 120 | 90 | 141 | - |
CMYK | 0.15 | 0.36 | 0 | 0.45 |
HSL | 275.29º | 0.22% | 0.45% | - |
HSV(B) | 275.29º | 0.36% | 0.55% | - |
XYZ | 16.21 | 13.23 | 26.9 | - |
YUV | 104.78 | 148.44 | 138.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 120 | 90 | 141 | 0.15 | 0.36 | 0 | 0.45 | 275.29 | 0.22 | 0.45 |
Hex | 78 | 5A | 8D | F | 24 | 0 | 2D | 113 | 16 | 2D |
Octal | 170 | 132 | 215 | 17 | 44 | 0 | 55 | 423 | 26 | 55 |
Binary | 1111000 | 1011010 | 10001101 | 1111 | 100100 | 0 | 101101 | 100010011 | 10110 | 101101 |
Color Harmonies of #785A8D
Complementary color
Monochromatic Colors of #785A8D
Black with #785A8D
Text Example
Text Example
White with #785A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A8D; }
p { color: rgb(120,90,141); }
H1.HeaderClassName
{
color: #785A8D;
}
.AnyTagClassName
{
color: #785A8D;
}
</style>
background-color css
<style>
a { background-color: #785A8D; }
a { background-color: rgb(120,90,141); }
div.DivClassName
{
background-color: #785A8D;
}
.BgClassName
{
background-color: #785A8D;
}
</style>
border-color css
<style>
span { border-color: #785A8D; }
span { border-color: rgb(120,90,141); }
td.TdClassName
{
border-color: #785A8D;
}
.TagClassName
{
border-color: #785A8D;
}
</style>